/* --------------------------------------------- */
/* Main Styles --------------------------------- */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:26px 0 0 0;
	padding:0;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-color: #719BC3;
	background-repeat: no-repeat;
	line-height: 1.5em;
}
h2{
	color: #567795;	
}
h3{
	color: #333;	
}
h4{
	color: #F13E41;
	font-style: italic;
}
a:active, a:focus { outline:none }

a {
	color:#58ac00;
	text-decoration:none }
	
a:hover {
	color:#777;
	text-decoration:underline }
	
#content {
	width:848px;
	margin:0 auto;
	background-color: #FFF;
		Padding:20px;

}
#contentshadow {
	width:848px;
	margin:0 auto;	
	border:2px #5E5E5E solid;

}
img.float-left { float:left; margin:5px 15px 10px 0 }

.clear { clear:both; display:block }

.caption {
	
	color:#333;
	font-size:12px;
}

.sale {
	text-decoration: line-through;
}
.red {
		color:#ff0000;

}
	
/* --------------------------------------------- */
/* Header/Logo --------------------------------- */
	
#header {
	position:relative;
	width:848px;
	height:300px;
	background:url('images/header.jpg') no-repeat }
	
	#header h1 {
		width:500px; height:200px;
		margin:0; padding:0;
		position:absolute;
		top:-15px; left:30px }
		
		#header h1 a {
			text-indent:-2000px;
			display:block;
			width:306px; height:200px }
			
		#header h1 span {
			font-size:14px;
			font-weight:normal;
			position:absolute;
			bottom:-20px; left:4px;
			color:#777 }

/* --------------------------------------------- */
/* Navigation ---------------------------------- */
		
#navigation {
	color:#777;
	font-size:16px;
	font-weight:bold;
	width:700px;
	text-align:right;
	position:absolute;
	right:30px;
	bottom:14px }
	
#navigation a{
	color:#006091;
	text-decoration: none;
	 }
#navigation a:hover{
	color:#000;
		text-decoration: none;

	 }
	
	#navigation span {
		display:block;
		float:right;
		margin:0 10px 0 0;
		padding:0 10px 0 0;
		border-right:1px solid #fff }
		
		#navigation span.last {
			border:none;
			margin:0;
			padding:0 }
		

/* --------------------------------------------- */
/* Main Content -------------------------------- */
.img-border {
	border: solid #ebc929 1px;
	padding:5px;
	margin:10px;
	}
.quote-border {
	border: dashed #719BC3 2px;
	padding:5px;
	margin:10px auto;
	color: #547491!important;
	width: 80%;
	
	}
#main-content {
	width:808px;
	background-color: #FFF;
	Padding:20px;
}
#main-content a { text-decoration:underline }
	
#main-content p {
	margin:0;
	padding:0;
	line-height:21px;
	color:#333;
	font-size:20px;
}
#main-content ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333;
	line-height: 1.4em;
	list-style-image: url(images/arrows2.gif);}
.smallprint {
	color:#333;
	font-size:10px!important;

}
#footer {
	width:828px;
	margin:0 auto;
	color: #FFF;
	font-size:11px;
	padding:0px 10px 5px 10px;
}
#footer a {
	line-height:normal;
	color:#fff;
	text-align:right;
	font-size:11px;
			 }
#footer a:hover{
	line-height:normal;
	color:#000;
	text-align:right;
	font-size:11px;
			 }
#footer .credit {
	width:25%;
	height:86px;
	float: right;	
}
#footer-cap {
	width:848px;
	margin:0 auto }

