/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
html body {
	width: 100%;
	height: 100%;
	background-color: #ddd;
	background-image: url(../img/mainbckg.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}


	
/* --------------------------------------------------------header settings */

#sevenofficesweb {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	}
	
#mainheader {
	height: 480px;
	background-image: url(../img/homepagepicture.jpg);
	}
	
#productmenu, #smallproductmenu {
	float: right;
	width: 300px;
	text-align: right;
	}
	
#productmenu a {
	text-decoration: none;
	color: #ffffff;
	width: 300px;
	height: 60px;
	background-image: url(../img/pmenubigbtn.png);
	display: block;
	}

#productmenu a:hover {
	background-image: url(../img/pmenubigbtn-on.png);
	}
	
#productmenu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	}

#productmenu li {
	width: 300px;
	height: 60px;
	}
	
.bigwhitemenu {
	font-size: 30px;
	color: #ffffff;
	padding: 0px 10px 0px 0px;
	line-height: 130%;
	}

.orangemenutext {
	font-size: 12px;
	color: #52b3e2;
	padding: 0px 10px 0px 0px;
	}
/* -------------------------------------------------------- pages header settings */

#smallproductmenu a {
	text-decoration: none;
	color: #ffffff;
	width: 300px;
	height: 35px;
	background-image: url(../img/pmenusmall.png);
	display: block;
	}

#smallproductmenu a:hover {
	color: #FF6600;
	background-image: url(../img/pmenusmall-on.png);
	}
	
#smallproductmenu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	}

#smallproductmenu li {
	width: 300px;
	height: 35px;
	}

.smallwhitemenu {
	font-size: 20px;
	color: #ffffff;
	padding: 0px 10px 0px 0px;
	line-height: 150%;
	}

/* -------------------------------------------------------- text and logo settings */

#logoandtext {
	height: 300px;
	background-image: url(../img/logoandtext.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	
#logoandtext h1 {
	font-size: 22px;
	color: #50ba48;
	padding: 30px 30px 20px 500px;
	text-align: right;
	}
	
#logoandtext h2 {
	font-size: 18px;
	padding: 30px 30px 0px 500px;
	text-align: right;
	}

#logoandtext p {
	height: 130px;
	padding: 0px 30px 0px 500px;
	text-align: right;
	}
	
#logoandtext a {
	color: #666666;
	}
	
#logoandtext a:hover {
	color: #000000;
	}
	
	
/* ------------------------------------------------------ web menu */

#webmenu {
	height: 30px;
	width: 700px;
	background-color: #555;
	float: left;
	}
	
#webmenu p {
	padding: 6px 0px 0px 20px;
	vertical-align: middle;
	}
	
#webmenu a {
	color: #fff;
	text-decoration: none;
	}
	
#webmenu a:hover {
	color: #52b3e2;
	text-decoration: none;
	}
	
	
/* ----------------------------------------------------- phone number */

#phonenumber {
	float: right;
	height: 30px;
	width: 300px;
	background-image: url(../img/phonebarbckg.jpg)
}

#phonenumber p {
	vertical-align: middle;
	text-align: right;
	color: #fff;
	padding: 6px 20px 0px 20px;
	}

#phonenumber a {
	color: #fff;
	text-decoration: none;
	}
	
#phonenumber a:hover {
	color: #333;
	text-decoration: none;
	}
	
/*  ---------------------------------------------------- floor plan end of page */

#floorplan {
	background-image: url(../img/floorplan.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#floorplan p {
	padding: 250px 15px 80px 0px;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	text-align: center;
	vertical-align: bottom;
	}

#floorplan a {
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	}
	
#floorplan a:hover {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	}

/* ---------------------------------------------------  furniture presentation settings */

#furniturepresentation {
	background-color: #232323;
	padding: 0px 0px 17px 0px;
	}
	
#furniturepresentation a {
	border: 0px;
	}
	
#furniturepresentation img {
	border: none;
	padding: 17px 0px 0px 17px;
	}
	
/* ----------------------------------------------------- twitter */

#twitter {
	float: right;
	text-align: right;
	padding: 30px;
	font-size: 12px;
	color: #50ba48;
	}
	
#twitter_update_list {
	float: right;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	text-align: right;
	color: #444;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#twitter_update_list a {
	display: block;
	color: #888;
	font-size: 14px;
	text-decoration: none;
}

#twitter_update_list a:hover {
	color: #000;
	font-size: 14px;
}

#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #50ba48;
}

#twitter_update_list li {
	list-style-type: none;
	padding: 0px 0px 20px 0px;
}


