* {margin:0;padding:0;} 

html, body {height: 100%;}
.clear { clear: both; display: block; }

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 50px;
	clear:both;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/* start coding */
body	{
	background:url(images/bg_header.png) top left repeat-x;
}
#main	{
	display:block;
	margin: 0 auto;
}

/* header */
#header	{
	display:block;
	width: 800px;
	height: 331px;
	margin: 0 auto;
}
#top-spacing	{
	display:block;
	width: 100%;
	height: 10px;
}
#header-info	{
	display:block;
	width: 800px;
	height: 121px;
	margin: 0 auto;
}
#logo	{
	display:block;
	width: 241px;
	height: 94px;
	float: left;
	margin-left: 40px;
	margin-top: 13px;
}
#phone	{
	display:block;
	width: 184px;
	height: auto;
	margin-top: 13px;
	float: right;
	margin-right: 50px;
	text-align: right;
	margin-top: 40px;
}
#phone h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7277f1;
	font-weight: normal;
	text-align: right;
	margin-right: 10px;
}
#phone_num	{
	display:block;
	width: 200px;
	height: 27px;
	line-height: 27px;
	text-align: left;
	background: url(images/phone.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2d3192;
	text-indent: 55px;
}
#banner	{
	display:block;
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

/* navigation */
#navigation	{
	display:block;
	width: 800px;
	height: 39px;
	margin: 0 auto;
	background: url(images/navigation.png) top left no-repeat;
}

/* new dropdown */
ul.menu {list-style:none; margin:0; padding:0; line-height: 35px;}
ul.menu * {margin:0; padding:0}
ul.menu a {	display:block;
	width: auto;
	padding-left: 10px;
	padding-right:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #2d3192;
	text-shadow: #84b7fc 1px 1px 0px;
	background: url(images/nav-divider.png) top right no-repeat;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:2px;
}
ul.menu ul {position:absolute; top:30px; left:5px; background:#5f93dd; display:none;list-style:none}
ul.menu ul li {position:relative;}
ul.menu ul li a {
	display:block;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	color: #2d3192;
	 border-bottom: #eeeeee 1px solid;
	 padding-top: 5px;
	 padding-bottom: 5px;
}
ul.menu ul li a:hover {background-color:#6e7eec;}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink { font-weight:normal;}
ul.menu .menulink:hover, ul.menu .menuhover {}
ul.menu .sub {background:#5f93dd url(images/bullet.png) 145px 12px no-repeat; font-size: 12px;}
ul.menu .topline {border-top:1px solid #aaa}


.textright a	{
	color:#666666;
	text-decoration: none !important;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #b1b4ff;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	line-height: 20px;
}

#shadow	{
	display: block;
	width: 800px;
	height: 20px;
	margin: 0 auto;
	background: url(images/shadow.png) top left no-repeat;
}

/* container */
#container	{
	display:block;
	width: 780px;
	height: auto;
	margin: 0 auto;
}
#body	{
	display:block;
	width: 540px;
	height: auto;
	float: left;
}
#body p	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
#body a	{
	color: #000000;
	text-decoration:underline;
}
#body a:hover	{
	color: #0071be;
}
#body h1	{
	font-family: Tahoma, sans-serif;
	font-size: 30px;
	color: #0071be;
	font-weight: normal;
	margin-bottom: 10px;
}
#body h2	{
	display: block;
	width: auto;
	padding: 5px 0px 5px 10px;
	background: #dbdcff;
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	color: #0071be;
	font-weight: normal;
	margin-bottom: 10px;
}
#body hr	{
	display:block;
	width: 100%;
	height: 1px;
	background: url(images/hr.png) top left repeat-x;
	border: none;
	margin-bottom: 20px;
}

/* contact form */
#form { display: block; width: 100%; height: auto; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; padding: 20px 0 0 0; }
textarea { border: 1px #999 solid; -webkit-border-radius: 3px; border-radius: 3px; }
input[type=text] { border: 1px #999 solid; -webkit-border-radius: 3px; border-radius: 3px; }
#thankyou { display: block; width: 100%; height: 30px; background: #eefdb0; border: 1px #ccdd89 solid; -webkit-border-radius: 3px; border-radius: 3px; line-height: 30px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-shadow: #ffffff 1px 1px 0px; margin-bottom: 20px; }

/* products */
.products {
	display: block; width: auto; height: auto; list-style: none; margin: 10px auto;
}
.products li { 
	display: inline-block; float: left; width: 160px; height: auto; background: #eee;
	border: #fff 1px solid;
	margin-right: 10px;
	margin-bottom: 15px;
}
.products li:hover { 
	-webkit-box-shadow:  0px 0px 5px 0px #999;
	box-shadow:  0px 0px 5px 0px #999;
}
.prod-name { display: block; width: 100%; height: auto; padding: 5px 0 5px 0; background: #eee; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }
.thumb { display: inline-block; float: left; margin-right: 10px; }

/* sidebar */
#sidebar	{
	display: block;
	width: 220px;
	height: auto;
	float: right;
}
#sidebar p	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
#sidebar a	{
	color: #2d3192;
	text-decoration:underline;
}
#sidebar a:hover	{
	color: #0071be;
}
#sidebar h1	{
	font-family: Tahoma, sans-serif;
	font-size: 30px;
	color: #0071be;
	font-weight: normal;
	margin-bottom:10px;
	text-align: center;
}
#sidebar hr	{
	display:block;
	width: 100%;
	height: 1px;
	background: url(images/hr.png) top left repeat-x;
	border: none;
	margin-bottom: 20px;
	margin-top: 20px;
}
#sidebar ul	{
	display:block;
	width: auto;
	padding-left: 2.5em;
	list-style-type: none;
}
#sidebar li	{
	list-style: url(images/bullet.png);
}
#sidebar a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d3192;
}


.footer	{
	display:block;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background: #b1b4ff;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
}
#footer	a	{
	color: #666666;
	text-decoration: none;
}
#footer a:hover	{
	color: #333333;
}
#left	{
	display:block;
	width: auto;
	float: left;
	margin-left: 10px;
}
#right	{
	display:block;
	width: auto;
	float: right;
	margin-right: 10px;
}