/* CSS Document */
body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}

a:link, a:visited{
	color: #30559A;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration: none;
}

h1{
	color:#0A2142;
	font-size:16px;
	border-bottom:1px solid #F6A618;
	padding-bottom:2px;
	margin:0px 10px 0px 10px;
}

h3{
	color:#0A2142;
	font-size:12px;
	border-bottom:1px solid #8c6726;
	padding-bottom:10px;
}

.lighttext{
	color: #FFFFFF;
}

.lighttext a{
	font-size: 12px;
 	color: #F6A618;
	margin-bottom:5px;
}

.lighttext a:hover{
	font-size: 12px;
 	color: #FFFFFF;
}

#header{
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	height:223px;
	margin:auto;
	margin-top:10px;
	width:100%;
	background-color:#FFFFFF;
}

#navbar{
	background-color:#E89C16;
	margin:auto;
	width:100%;
	min-width:900px;
	height:52px;
	padding-top:5px;
	background-image:url(images/nav_shadow.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#wrap{
	background-color: #0A2142;
	background-image:url(images/footer_02.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:40px;
	min-width:900px;
}

#content{
	width:900px;
	margin:auto;
}

#welcome p{
	color:#9CCAF5;
	padding:0px 55px 0px 55px;
	margin-top: 0px;
}

#footer{
	background-color:#FFFFFF;
	height:30px;
	text-align:center;
	color:#0a2142;
}

/***********************************************/
/*innerpages*/
/***********************************************/

#sidebar{
	float:left;
	width:250px;
	padding: 0px 5px 0px 15px;
	margin: 15px 0px 0px 0px;
}

#whitebg{
	background-image:url(/images/contenttop.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width: 580px;
	padding:25px 10px 10px 10px;
	float: left;
	margin: 15px 15px 10px 15px;
}

/***********************************************/
/*online store*/
/***********************************************/

#buybox{
	background-color: #FBF8CC;
	border:1px solid #8c6726;
}

#buybox p{
	padding:0px 10px 0px 10px;
	font-size: 90%;
}

.info{
	color: #0A2142;
	line-height: 2.3em;
}

.msrp{
	text-decoration:line-through;
}

.itemprice{
	font-weight:bold;
	font-size:14px;
}

.description{
	padding: 0px 0px 0px 15px;
}

.description h1{
	padding: 10px;
	font-size: 105%;
}

.img{
	padding: 0px 10px 10px 0px;
	width: 240px;
	position: relative;
}

.smdetails{
	font-size:9px;
	color:#333333;
}