	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/
#name
{
  left: -999px;
  position: absolute;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align:justify;
	font-size:14px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background-color:#ffffff;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:21px;
	color:#616161;
}

h1, span.header{
	font: bold 300%/100% "Arial";
	position: relative;
	letter-spacing:-2px;
	color: #000000;
  clear: both;
}

h1 span, span.header span  {
	background-image:url(../images/bg_h1.png);
	background-repeat:repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
}



h1 strong
{
  font-size: inherit;
}
* html h1 span{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_h1.png', sizingMethod='scale');
}

h2{
	font-size:22px;
	line-height:25px;
	letter-spacing:-2px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}

h2 .blacktext
{
  letter-spacing: normal;
}

h2.boldtext
{
  font-size: 14px;
  color: inherit;
  letter-spacing: normal;
}

h3{
	font-size:40px;
	font-weight:bold;
	color:#000000;
	display:inline;
}

h4{
	font-size:17px;
	font-weight:bold;
	color:#5ecc25;
	display:inline;
}

a:link{
	/*font-size:16px;*/
	font-weight:bold;
	text-decoration:underline;
	color:#46b201;
}

a:visited{
	/*font-size:16px;*/
	font-weight:bold;
	text-decoration:underline;
	color:#46b201;
}

a:hover{
	/*font-size:16px;*/
	font-weight:bold;
	text-decoration:none;
	color:#46b201;
}

ul.categories{
	list-style:none;
	list-style-image:url(../images/bullet.png);
	list-style-position:outside;
	margin-left:16px;
	text-align:left;
	line-height:15px;
}

li.categories{
	text-align:left;
	padding-top:5px;
}

* html ul.categories{
	list-style-position:inside;
	margin-left:-9px;
}

ul.sitemap {
	list-style:none;
	list-style-image:url(../images/item.gif);
	list-style-position:inside;
	margin-left:40px;
	line-height:19px;
}

ul{
	list-style:none;
	list-style-image:url(../images/bullet2.png);
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:15px;
}

li{
	text-align:left;
	padding-top:5px;
}

ol{
	list-style:decimal;
	list-style-position:outside;
	margin-left:25px;
	text-align:left;
	line-height:21px;
}

img
{
  border: none;
}

.boldtext{
	font-weight:bold;
}

.blacktext{
	font-weight:bold;
	color:#000000;
}

.imgborder{
	border:solid 1px #ababab; 
	background-color:#e8e8e8; 
	padding:3px; 
	margin-right:15px;
}

.imgborder_hover{
	border:solid 1px #0699b6; 
	background-color:#07b8db; 
	padding:3px; 
	margin-right:15px;
}

.imgborder2{
	border:solid 1px #ababab; 
	background-color:#e8e8e8; 
	padding:4px; 
}

.imgborder2_hover{
	border:solid 1px #0699b6; 
	background-color:#07b8db; 
	padding:4px; 
}

.divline{
	width:100%; 
	height:2px; 
	line-height:0px; 
	font-size:1px;
	background-color:#000000;
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container_home{
	width:960px;
	height:113px;
	text-align:left;
	background-image:url(../images/bg_homepage.png);
	background-repeat:no-repeat;
	margin:0 auto;
}

* html .container_home{
	background-image:url(../images/bg_homepage_IE6.png);
}

.container{
	width:960px;
	height:113px;
	text-align:left;
	background-image:url(../images/bg_regpage.png);
	background-repeat:no-repeat;
	margin:0 auto;
}

* html .container{
	background-image:url(../images/bg_regpage_IE6.png);
}

.container_nobg{
	width:960px;
	height:113px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:960px;
	height:113px;
	line-height:0px;
	float:left;
}

.logo{
	width:365px;
	height:113px;
	float:left;
}

.spacer{
	width:417px;
	height:113px;
	float:left;
}

.spacerspecial{
	width:360px;
	height:113px;
	float:left;
}

.top_right{
	width:178px;
	height:113px;
	float:left;
}


.top_rightspecial{
	width:235px;
	height:113px;
	padding-top:55px;
	line-height:20px;
	text-align:right;
	float:left;
}


.clientlogin{
	width:178px;
	height:94px;
	float:left;
}

.print{
	width:178px;
	height:19px;
	text-align:right;
	float:left;
}

.menubar{
	width:960px;
	height:30px;
	line-height:0px;
	float:left;
}

.menu_left{
	width:15px;
	height:30px;
	background-image:url(../images/menu_left.png);
	background-repeat:no-repeat;
	float:left;
}

.menu{
	width:548px;
	height:30px;
	background-color:#07b8db;
	float:left;
}

.menu_geek_home{
	width:253px;
	height:30px;
	background-image:url(../images/menugeek_home.png);
	background-repeat:no-repeat;
	float:left;
}

.menu_geek_reg{
	width:253px;
	height:30px;
	background-image:url(../images/menugeek_reg.png);
	background-repeat:no-repeat;
	float:left;
}

.menu_icons{
	width:128px;
	height:30px;
	background-color:#07b8db;
	text-align:right;
	float:left;
}

.menu_right{
	width:15px;
	height:30px;
	background-image:url(../images/menu_right.png);
	background-repeat:no-repeat;
	float:left;
}

.header_home{
	width:960px;
	height:208px;
	padding-top:95px;
	font-size:36px;
	font-weight:bold;
	color:#000000;
	letter-spacing:-2px;
	background-image:url(../images/header_home.png);
	float:left;
}

* html .header_home{
	height:303px;
}

.header_reg{
	width:960px;
	height:108px;
	padding-top:95px;
	font-size:36px;
	font-weight:bold;
	color:#000000;
	letter-spacing:-2px;
	float:left;
}

* html .header_reg{
	height:203px;
}

.header_contact{
	width:830px;
	height:108px;
	padding-top:95px;
	padding-left:130px;
	font-size:36px;
	font-weight:bold;
	color:#000000;
	background-image:url(../images/header_contact.png);
	letter-spacing:-2px;
	float:left;
}

* html .header_contact{
	height:203px;
	width:960px;
}

.line{
	width:960px;
	height:9px;
	background-color:#000000;
	float:left;
}

* html .line{
	width:960px;
	height:4px;
	background-color:#000000;
	float:left;
}

.spacer2{
	width:960px;
	height:70px;
	float:left;
}

.spacer_homecontent{
	width:690px;
	height:70px;
	float:left;
}

.content{
	width:960px;
	float:left;
}

.footerdivider{
	width:960px;
	height:100px;
	background-image:url(../images/footerdivider.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

.footer{
	width:960px;
	height:135px;
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	padding-top:15px;
	line-height:20px;
	float:left;
}

.footertext{
	font-size:10px;
}

ul.footermenu, ul.footermenu li
{
  float:left;
  padding: 0;
  margin: 0;  
  list-style: none;
}

	/* Reusable Content Divs

-----------------------------------------------------------------------------*/

.maincontent{
	width:650px;
	float:left;
}

.homecontent{
	width:690px;
	float:left;
	padding-top:10px;
}

.sidebar_left{
	width:240px;
	margin-right:70px;
	float:left;
}

.sidebar_right{
	width:240px;
	margin-left:70px;
	float:left;
}

.contactform_container{
	width:540px;
	margin-right:70px;
	float:left;
}

.findus_container{
	width:350px;
	float:left;
}

.quotesteps_container{
	width:960px;
	text-align:center;
	margin-bottom:50px;
	float:left;
}

.quoteform_container{
	width:640px;
	margin-right:70px;
	float:left;
}

.tips_container{
	width:250px;
	float:left;
}

.buttons_container{
	width:270px; 
	float:left;
}

.button{
	width:242px; 
	height:54px;  
	background-image:url(../images/button.png); 
	background-repeat:no-repeat; 
	background-color: #6ccc2e;
	text-align:center; 
	padding-top:33px; 
	font-size:18px; 
	font-weight:bold; 
	color:#ffffff;
	float:left;
}

.button_2lines{
	width:242px; 
	height:65px;  
	background-image:url(../images/button.png); 
	background-repeat:no-repeat; 
	background-color: #6ccc2e;
	text-align:center; 
	padding-top:22px; 
	font-size:18px; 
	font-weight:bold; 
	color:#ffffff;
	float:left;
}

* html .button{
	height:87px; 
}

* html .button_2lines{
	height:87px;
}

.featireddesignblock{
	width:920px;
	height:250px;
	padding:20px;
	background-color:#e8e8e8;
	border:1px solid #c6c6c6;
	float:left;
}

* html .featireddesignblock{
	width:960px;
	height:290px;
}

.searchbar{
	width:440px;
	height:44px;
	padding-top:6px;
	padding-left:520px;
	background-image:url(../images/searchbar.png);
	float:left;
}

* html .searchbar{
	width:960px;
	height:50px;
}

.textbar{
	width:350px; 
	height:25px; 
	padding-top:5px; 
	background-color:#ffffff; 
	font-family: tahoma;
	font-size:14px;
	color:#000000; 
	border:1px solid #616161;
}

.textbarquote{
	width:445px; 
	height:25px; 
	padding-top:5px;
	padding-left:5px;
	background-color:#ffffff; 
	font-family:tahoma;
	font-size:14px;
	color:#000000; 
	border:1px solid #616161;
}

.dropdown{
	border:1px solid #616161; 
	font-family:tahoma;
	font-size:14px;
	color:#000000;
	padding:5px; 
	width:450px;
}

.option{
	margin-top:3px;
	margin-bottom:3px;
}

.quotebox{
	width:610px; 
	height:160px; 
	padding:20px;
	float:left; 
	background-image:url(../images/quotebox.png); 
	margin-bottom:20px;
	color:#ffffff;
}

* html .quotebox{
	width:650px; 
	height:200px; 
}

	/* Menu Links

-----------------------------------------------------------------------------*/

a.menulink:link{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-top:7px;
	line-height:15px;
	color:#ffffff;
	float:left;
}

a.menulink:visited{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-top:7px;
	line-height:15px;
	color:#ffffff;
	float:left;
}

a.menulink:hover{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	padding-top:7px;
	line-height:15px;
	color:#ffffff;
	float:left;
}


* html a.menulink:link{
	font-size:17px;
}

* html a.menulink:visited{
	font-size:17px;
}

* html a.menulink:hover{
	font-size:17px;
}



	/* Categories Links

-----------------------------------------------------------------------------*/

a.catelink:link{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#ff7800;
}

a.catelink:visited{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#ff7800;
}

a.catelink:hover{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#069bb8;
}


	/* Footer Links

-----------------------------------------------------------------------------*/

a.footerlink:link{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#616161;
}

a.footerlink:visited{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#616161;
}

a.footerlink:hover{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	color:#616161;
}


	/* Small Links

-----------------------------------------------------------------------------*/

a.smllink:link{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#069bb8;
}

a.smllink:visited{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#069bb8;
}

a.smllink:hover{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#ff7800;
}

/*strong{
font-weight:normal;
}*/