/* CSS Document */

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
body{
	margin: 0px;
	padding: 0px;
	background:url(images/bg.jpg) left top no-repeat;
	background-color:#f2f2f2;
}
a:link{
	color:#4475B0;
	text-decoration:underline;
}
a:visited{
	color:#4475B0;
	text-decoration:underline;
}
a:hover{
	color:#2D7100;
	text-decoration:none;
}
a:active{
	color:#4475B0;
	text-decoration:underline;
}
#wrapper{
	margin: 0 auto;
	width:980px;
}
#logo{
	width:960px;
	height:45px;
	padding:25px 20px 0 0;
	background:url(images/logo_bg.jpg) left top no-repeat;
	text-align:right;
}
#header{
	width:920px;
	height:142px;
	background:url(images/header.jpg) left top no-repeat;
	padding:160px 0 0 60px;
}
#slogan{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:26px;
	color:#fff;	
	line-height:1.4em;
}
#home_about_bevel{
	float:left;
	width:266px;
	height:279px;
	padding:15px 30px 20px 30px;
	background:url(images/home_about_bg.jpg) left top no-repeat;
}
#home_bevel_txt{
	margin:100px 0 10px 0;
	line-height:1.5em;
	overflow:hidden;
}
#home_purchase_bevel{
	float:left;
	width:266px;
	height:279px;
	padding:15px 30px 20px 30px;
	background:url(images/home_purchase_bg.jpg) left top no-repeat;
}
#home_contact_bevel{
	float:left;
	width:268px;
	height:279px;
	padding:15px 30px 20px 30px;
	background:url(images/home_contact_bg.jpg) left top no-repeat;
}
#grid_home{
	width:920px;
	height:254px;
	padding:20px 30px 20px 30px;
	background:url(images/grid_home_bg.jpg) left top no-repeat;
}
.clearer{
	clear:both;
}


h1{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:20px;
	color:#4475B0;
}

#menu{
	padding: 5px 0 5px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 3px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}

#menu li{
	list-style: none;
	display: inline;
	margin: 0;
}

#menu li a{
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 1px;	
	/* background: #fff; */
}

#menu li a:link, #menu li a:visited{
	color: #000;
}

#menu li a:hover{
	color: #4475B0;
	background: #fff;
}

#menu li a.current{
	padding:9px 10px;
	color:#4475B0;
}
#menu li.spacer{
	padding: 1px 1px;
}


#footer{
	width:950px;
	height:50px;
	background:url(images/footer.jpg) left top no-repeat;
	margin: 10px auto 0 auto;
	padding:20px 0 0 0;
	color:#999;
}
.footerLeft{
	float:left;
	padding-left:10px;
	margin-right:120px;
}
.footerLeft a:link{
	text-decoration:underline;
	color:#999;
}
.footerLeft a:visited{
	text-decoration:underline;
	color:#999;
}
.footerLeft a:hover{
	text-decoration:none;
	color:#4475B0;
}
.footerLeft a:active{
	text-decoration:underline;
	color:#999;
}

.copy{
	float:left;
}

.footerRight{
	float:right;
	padding-right:10px;
}
.footerRight a:link{
	text-decoration:underline;
	color:#999;
}
.footerRight a:visited{
	text-decoration:underline;
	color:#999;
}
.footerRight a:hover{
	text-decoration:none;
	color:#4475B0;
}
.footerRight a:active{
	text-decoration:underline;
	color:#999;
}


.tableBorder{
	border:1px solid #ccc;
}
.tableHeading{
	height:35px;
	background:url(images/table_heading_bg.jpg) left top repeat-x;
}
.tableRow{
	height:30px;
	background-color:#fff;
	text-align:center;
}
.tableRowAlternative{
	height:30px;
	background-color:#ECF4FD;
	text-align:center;
}
.innerContainerTop{
	width:980px;
	height:25px;
	background:url(images/inner_top.png) left top no-repeat;	
}
.innerContainerBottom{
	width:980px;
	height:25px;
	background:url(images/inner_bottom.png) left top no-repeat;	
}
.innerContainer{
	width:920px;
	padding:5px 30px 5px 30px;
	background:url(images/inner_bg.png) left top repeat-y;
}

.paging{
	padding-top:20px;
	font-weight:bold;
}



/*  Order form style definitions */

form.orderform { 
	margin-left:20px;
}
form.orderform label { 
	width: 160px;
	display: inline-block;
	font-size:1em;
}
form.orderform .label340px { 
	width:340px; 
}
form.orderform .labelNoWidth { 
	width:auto; 
}
form.orderform .labelLong { 
	color:#999;
	font-size:11px;
	width:380px;
}

form.orderform legend {
	padding: 0;
	font-weight: bold;
}	

form.orderform fieldset { 
	margin-bottom: 10px;
	border:none;
}
form.orderform fieldset ul {
	margin: 0;
	padding: 0;
}	
form.orderform fieldset li {
	list-style: none;
	padding: 5px 0 5px 10px;
	margin: 0;
}

fieldset input,
fieldset select,
fieldset textarea ,
.txtField{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	background-color: #fff;
	margin: 0;
	border: 1px solid #A5A5A5;
	padding-top:2px;
	padding-left:2px !important;
	width: 205px;
}

.noBorder{
	border:none;
	width:30px;
}

form.orderform select{
	width:159px;
	margin-left:-3px;
}

form.orderform select.shortInput,
form.orderform .shortInput{
	width:50px;
}
form.orderform .phoneField{
	width:90px;
}


.submit{
	width:380px;
	text-align:right;
}

.width160{
	width:160px;	
}
.marginLeft-10{
	margin-left:-10px;	
}

input.btn {
	background:url(images/btn_bg.jpg);
	width:140px;
	height:30px; 
	color:#676767;
	font-weight:bold;
	border:none;
	cursor:pointer;
}
input.btnHov { 
	background:url(images/btn_over_bg.jpg);
	width:140px;
	height:30px; 
	color:#4475B0;
	font-weight:bold;
	border:none;
	cursor:pointer;
}
