/* CSS Document */
html,body{margin:0;padding:0}

body {
	font: 11px Verdana, sans-serif;
	color:#444;
	line-height:175%;
	text-align:center;
	background:#bebebe url(../img/bg.jpg) center repeat-y;
	margin-top:20px;
}

img{ border:0; }

/*--------LINKS---------*/

A:link { color: #075AAF; text-decoration:underline;}
A:visited { color: #2989EA; text-decoration:underline;}
A:hover { color: #2989EA; text-decoration:underline;}

A.bold:link { font-weight:bold; color: #075AAF; text-decoration:none;}
A.bold:visited { font-weight:bold; color: #2989EA; text-decoration:none;}
A.bold:hover { font-weight:bold; color: #2989EA; text-decoration:underline;}

A.white:link { color: white; text-decoration:none;}
A.white:visited { color: white; text-decoration:none;}
A.white:hover { color: white; text-decoration:underline;}

/*--------GENERAL POSITION AND PRESENTATION---------*/
.ctr { text-align:center; }
.lt { text-align:left; }
.rt { text-align:right; }
.b { font-weight: bold; }
.ital {	font-style:italic; } 


/*-----COLORS-----*/
.white  { color:white; }
.red  { color:#BB270A; }
.blue  { color:#00225D; }


/*---------------HEADERS----------------*/

H1 {
	font: 18px Arial, sans-serif;
	color:#444;
	margin:0;
	padding:0px 0px 5px 0px;
	width:670px;
	border-bottom:1px solid #C1C1C1;
}
H2 {
	font: bold 14px Arial, sans-serif;
	color:#444;
	margin:0;
	padding:0;
}

/*--------------------------------------------*/
/*---------------PAGE SECTIONS----------------*/
/*--------------------------------------------*/
#topbar_home{
	width:750px;
	margin:0px auto;
	clear:both;
	position:relative;
	border-bottom: 1px solid #D2D2D2;
}
#topbar{
	width:750px;
	margin:0px auto;
	clear:both;
	position:relative;
}
#menu{
	text-align:left;
	color:white;
	position:relative;
	left:506px;
	top:27px;
	font: bold 16px Arial, sans-serif;
	vertical-align:top;
}
#menu_inner{
	text-align:left;
	color:white;
	position:relative;
	left:370px;
	top:7px;
	font: bold 16px Arial, sans-serif;
	vertical-align:top;
}
.menu_btn { vertical-align:bottom; }

.small { font: 11px Arial, sans-serif; }

#wallpaper { /*---------HOMEPAGE ROTATING IMAGES-----------*/
	margin:0px auto;
	background: url(../wallpaper/wallpaper.php) #000 no-repeat center top;
	width:750px;
	height:435px;
}
#menu_wrapper{/*---------INTERIOR PAGES-----------*/
	width:750px;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
	margin:0px auto 0px auto;
	height:42px;
	background:url(../img/bg_content_top.jpg) #E7E5E5 no-repeat center top;
	clear:both;
	position:relative;
}

#main{/*---------INTERIOR PAGES-----------*/
	text-align:justify;
	margin:0px 40px 0px 40px;
	padding:30px 0px 60px 0px;
	background:#E7E5E5;
	clear:both;
	position:relative;
}
#main_wrap{
	margin:0px auto 0px auto;
	width:750px;
	background:#E7E5E5;
}
#footer{
	color:white;
	border-top: 1px solid #D2D2D2;
	width:750px;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
	margin:0px auto 0px auto;
	padding-top:10px;
	height:24px;
	background: url(../img/bg_footer.gif) repeat;
	clear:both;
	position:relative;
}
#content{ /*----MAIN CONTENT - NO SIDEBAR----*/
	margin:0px 50px 100px 185px;
}

#content_thin{ /*----MAIN CONTENT WITH SIDEBAR----*/
	margin:0px 140px 100px 185px;
}

#leftmargin{ /*----PLACE AFTER CONTENT WRAP DIV----*/
	float:left;
	width:140px;
	margin:35px 0px 0px -750px
}

#rightmargin{ /*----USE WITH CONTENT_THIN FOR SIDEBAR CONTENT----*/
	float:right;
	width:100px;
	margin:30px 20px 0px -160px;
}

/*-------------FEATURE & PICTURE FLOATS----------------*/
#call {
	float:right;
	position:relative;
	top:-22px;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
}
.rfloat{ /*-----FLOAT PICS TO RIGHT EDGE-----*/
	float:right;
	padding:0px 0px 20px 20px;
	margin-right:-50px;
}
.thumbfloat{ /*-----CENTER FLOAT PICS TO RIGHT EDGE-----*/
	float:right;
	margin:5px 0px 10px 10px;
}
.insetfloat{ /*-----CENTER FLOAT PICS TO RIGHT EDGE-----*/
	float:right;
	margin:5px 0px 20px 20px;
}
.lfloat{ /*-----FLOAT PICS TO LEFT CONTENT EDGE-----*/
	float:left;
	margin:5px 20px 20px 0px;
}
.clr{ clear:both; }

/*-------------TABLES----------------*/
table.products img {padding:0px 0px 5px 0px;}
table.products td {text-align:center;}
td {	
	vertical-align:top;
	text-align:left;
	padding: 25px 0px 0px 0px;
}
.bg_black {background: black;}


/*-------------LISTS----------------*/
ul {
	list-style-type:none;
	position: relative;/*---fixes IE bullet visible bug---*/
	padding: 15px 0px;
	margin-top: 1em;
	margin-left: .2em;
}

li {	
	text-align:left;
	padding-top: .3em; 
}

/*-------------MANUAL PADDING----------------*/

.mar10v { margin-top:10px; }
.pad10v { padding:10px 0px; }
.pad10h { padding:0px 10px; }
.pad20r { padding-right:20px; }
.pad15v { padding:15px 0px; }
.pad_hdr_lnav { padding-top:19px; }
.pad_lnav { width:165px; padding-right:10px; }
.l130 { line-height:130%; }
