html, body {
background: #545454 url(../img/assets/diamond.jpg);
margin: 0;
padding: 0;
}
div#gradient {
border-top: 1px solid white;
background: url(../img/assets/bodygrad.png) repeat-x;
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
div#container {
margin: 15px auto;
width: 800px;
}

/*Logo*/
div#logo {
background-color: white;
margin-top: 15px;
}
#logo img {
vertical-align: middle;
}

/*Menu*/
	div#menu {
	color: white;
	font: bold medium Verdana, Geneva, sans-serif;
	background: #2F4F4F url(../img/assets/menu/bg_menu.png);
	border: 1px solid #2B2B2B;
	height: 30px;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	width: 775px;
	}
	
	#menu table#menutab {
	margin: 0 auto;
	padding: 0;
	}
	
	#menu #menutab td {
	border-left: 1px solid #1b2c2c;
	margin: 0;
	padding: 0 10px;
	}
	
	#menu #menutab span {
	display: none;
	}
	
	#menu a.menubtn {
	border: none;
	color: #2f4f4f;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	}
	#menu a.menubtn:active, #menu a.menubtn:hover {
	background-position: center bottom;
	}

/*2nd Level*/
div#level_2 {
margin-top: 15px;
}
div#level_2, div#animation, div#call_now {
height: 205px;
}
div#animation, div#main_content {
width: 500px;
}
div#animation {
background: url(../img/assets/animation/bg.png) no-repeat;
float: left;
}
	div#anim {
	margin-top: 2px;
	margin-left: 2px;
	}
div#call_now, div#rightlev2 {
width: 295px;
}
div#call_now {
float: right;
}

/*3rd Level*/
div#level_3 {
margin-top: 5px;
}
	/*Main*/
	div#main_content {
	margin-bottom: 10px;
	float: left;
	}
	div#main_top {
	background: url(../img/assets/main/top.png) no-repeat;
	height: 10px;
	}
	div#main_body {
	background: url(../img/assets/main/main_bg.png) repeat-y;
	color: #333333;
	font: 0.9em Tahoma, Geneva, sans-serif;
	min-height: 665px;
	padding: 20px;
	
	}
	#main_body h2 {
	font: bold 1.5em Arial, sans-serif;
	margin: 0;
	text-align: center;
	}
	#main_body p.story {
	margin: 30px 0;
	text-indent: 3em;
	text-align: justify;
	}
	#main_body p.roll {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #F2F2F2;
	margin: 10px 0;
	padding: 50px 0;
	}
	#main_body a.ro {
	background-repeat: no-repeat;
	display: block;
	height: 68px;
	margin: 0 auto;
	width: 302px;
	}
	#main_body a.ro:hover {
	background-position: bottom;
	}
	#main_body p span {
	display: none;
	}
	#main_body span.servtit {
	font-weight: bold;
	}
	#main_body span.emph {
	display: inline;
	color: #886209;
	font-weight: bold;
	}
	#main_body table {
	border-collapse: collapse;
	margin-top: 50px;
	width: 100%;
	}
	#main_body table td {
	border-top: 1px dashed #aaaabc;
	border-bottom: 1px dashed #aaaabc;
	padding: 5px;
	}
	#main_body table td.icon {
	background-color: #e6e6fa;
	text-align: center;
	}
	#main_body form label span {
	display: inline;
	}
	div#main_bottom {
	background: url(../img/assets/main/bottom.png) no-repeat;
	height: 10px;
	}
	
	div#rightlev2 {
	float: right;
	}
	div#coupons {
	background: yellow url(../img/assets/couponback.jpg) center center;
	border: 1px solid #FF8C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 7.5px;
	padding: 10px;
	width: 270px;
	}
	#coupons h3 {
	color: red;
	font-size: 0.9em;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	}
	#coupons p {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	}
	#coupons a {
	color: black;
	text-decoration: none;
	}
	#coupons a:hover {
	text-decoration: underline;
	}
	
	/*Our Services*/
	div#our_services {
	height: 31.9em;
	}
	div#os_top {
	background: url(../img/assets/os/os_top.png) no-repeat top center;
	height: 7px;
	}
		div#os {
		font: 0.9em Arial, Helvetica, sans-serif;
		height: 33em;
		padding: 20px;
		padding-top: 0;
		background: url(../img/assets/os/bg_os.png) repeat-y center;
		text-align: center;
		}
		#os p#os_title {
		background: url(../img/assets/os/os_gradient.png) repeat-x 0 2px;
		margin: 0 -16px;
		padding: 15px;
		}
		#os p.list {
		font-weight: bold;
		margin: 5px 0;
		text-align: left;
		}
		#os ul {
		padding: 0;
		list-style: inside url(../img/arrow.png);
		margin: 20px 0 35px;
		text-align: left;
		}
		#os img {
		vertical-align: middle;
		}
	div#os_bottom {
	background: url(../img/assets/os/os_bottom.png) no-repeat top center;
	height: 7px;
	}
	div#brands {
	background-color: #bfbfbf;
	border: 1px solid gray;
	margin: 7.5px auto 0;
	padding: 10px;
	text-align: center;
	width: 270px;
	}

/*Top Footer*/
div#tfooter {
background: #2F4F4F url(../img/assets/menu/bg_menu.png);
border: 1px solid #2B2B2B;
clear: both;
color: white;
font: bold 1em Arial, Helvetica, sans-serif;
height: 2.2em;
padding: 10px;
}
#tfooter p {
margin: auto;
}

/*Bottom Footer*/
div#bottom_footer {
color: #CCCCCC;
font: 0.7em Trebuchet MS, Helvetica, sans-serif;

}
#bottom_footer p {
margin: 0;
padding: 5px 0;
}
#bottom_footer a {
color: black;
text-decoration: none;
}
#bottom_footer a:hover {
text-decoration: underline;
}
