/* ***************** global css **************** */

/* ***************** gen ******************** */
* { 
margin:0;
padding:0;
}
img { border: none; }
.rel {
position: relative;
}

.none {
display: none;
}

.left {
text-align: left;
}
.center {
text-align: center;
}

body {
    background:  white url(../img/body_bkg.jpg) repeat-x;
	font-size: 100%;
	font: normal normal 12px/15px arial, sans-serif, times;
	color: black;
	text-align: center;
	font-family: arial, verdana, times;
	font-size:14px;
	color:#666;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px;
}


ul {
text-align: left;
margin: 0px 5px 15px 40px;
}

p { 
	text-align: left;
	padding: 2px;
	margin: 5px;
}

H1  {
	font-size:12px;
	line-height:22px;
}

a {
	color:#F93;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

a:hover {
	color: gold;
}
.selected {
	color: #e6e341;
	font-weight: normal;
}
.quote {

}
.new {

}


/* ****************page********************* */
body {
	text-align: center;
	background:  #704b2e;
}

.page_con {display: block; 
	background: none;
	position: relative;
	width: 908px;
	height: auto;
	margin: 0px auto 0px auto;
	z-index: 100;
}
.page {display: block; 
	background: #29b3e1;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1090px;
	margin: 10px 0px 0px 0px;
	z-index: -10;
}

#pgBkgTop {display: block;
position: absolute; 
top: 0; left: 0;  
background: url(../img/header_bkg_n.jpg) ; 
width: 100%; height: 1065px; 
z-index: -1;
}

#pgBkgBot {
position: absolute; 
bottom: -390px; left: 0;  
background: url(../img/footer_bkg_n.jpg) 0px 0px no-repeat; 
width: 100%; height: 418px; 
z-index: -1;
}

/* ***************header footer********************** */
#header {display: block; 
	position:relative;
	background: none;
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	margin: 0px 0px 0 0;
}
#fb_mask {position: absolute; top: 265px; left: 50px; background: igreen;}
#twit_mask {position: absolute; top: 240px; left: 730px; }

#footer {display: block;  
	float: left; 
	position: relative;
	background: none;
	width: 100%;
	height: auto;
	margin: 400px 0px 0 0;
	color: black;
	font-size: .85em;
}

#footer a {color: #7d3002;}

/* ************ Nav ************************* */

#nav_main {display: block;  
	background: none;
	position: relative;
	float: left;
	margin: 360px 0;
	width: 100%;
	height: auto;
	text-align: center;
}
#nav_main  a {display: inline;
	background: none;
	width: auto;
	height: auto;
	color: #1b1424;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	border-right: 2px solid grey;
	padding: 0 7px;
}
     /* ***#e6e341;#E46900 F08B45 *** */
#nav_main a:hover {
	color: #E46900;
}

#pgBkgBot a {color: white;
			font-size: 9px;}
			

#nav_product {display: block; 
	color:#999;
	background: none;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

#nav_product  a {display: inline;
	background: none;
	width: auto;
	height: auto;
	color:#999;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	border-right:2px color:#999;
	padding: 0 7px;
}

#nav_product a:hover {
	color: #499FCE;
}
			

/* ***************Content********************** */

#content {display: block;
	background: none;
	float: left;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 283px 0 0;
	padding: 0 0px 0 4px;
	z-index: 10;
	
}
#ctable {
width: 724px; 
margin: 0 0 20px 99px;
background: white; 
}


.bsec { 
position: absolute; 
bottom: 10px; left: 0; 
width: 280px; 
height: 95px; 
text-align: left;
color: white;
padding: 10px;
font-family: arial, verdana, times;
}
.bsec a {
text-decoration: underline;
font-weight: bold;
} 
.bsec h1 {
font-size: 1.4em;
} 

.bodytext {
	font-family: arial, verdana, times;
	font-size:14px;
	color:#666;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px;
}


.caption {
	font-family: arial, verdana, times;
	font-size:11px;
	color:#333;
	font-style: italic;
	font-weight: normal;
}

.product_title {
	font-family: arial, verdana, times;
	font-size:20px;
	color:#499FCE;
	font-style: normal;
	font-weight:bold;
	padding: 2px;
}

.need_text {
	font-family: arial, verdana, times;
	font-size:14px;
	color:#F00;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px;
}

.signature {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	color:#063;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px;
	text-align:right;
}


	

