/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	font-size: 11px;
}

h2{
	font-size: 32px;
	color: #FF0000;
}

a{
	text-decoration: none;
	color: #155147;
	font-weight: bold;
	
}

a:hover,a:focus{
	color: #155147;
}

s{
	color: #FF0000;
}

strong{
	color: #155147;
}

table{
	font-size: 100%;
}

#wrapper{
	width: 900px;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 10px auto;
	padding: 0;
}

#banner{
	height: 100px;
	width: 900px;
	background-image: url(banner.jpg);
	/*background-repeat: no-repeat;*/
	border-bottom: 1px solid #000000;
}

#nav{
	border-bottom: 1px solid #000000;
}

#nav ul{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #448F7A;
	color: #5D1D1D;
	width: 900px;
	font-weight: bold;
	text-align: right;
}

#nav ul li { 
	display: inline;
}

#nav ul li a{
	text-decoration: none;
	background-color: #448F7A;
	color: #5D1D1D;
	padding: .2em .6em;
	border-right: 1px solid #5D1D1D;
}

#nav ul li a:hover{
	background-color: #084438;
	color: #FF6600;
}

#nav a{
	color: #5D1D1D;
	font-weight: bold;
}

#nav a:hover,#nav a:focus{
	color: #9E2E31;
	font-weight: bold;
}

#content{
	padding: 5px;
	color: #480006;
	width: 830px;
	margin-left: 30px;
}

#content a:hover{
	text-decoration: underline;
}

#content2{
	margin-top: 20px;
	padding: 10px;
	margin-left: 30px;
	color: #480006;
}

#contentguest{
	padding: 5px;
	color: #480006;
	width: 600px;
	margin-left: 80px;
}


#closure{
	width: 440px;
	border: 5px dotted #009900;
	text-align: center;
	margin-left: 165px;
	font-size: 14px;
	color: #FF0000;
}

#leftcolumn{
	width: 400px;
	float: left;
	margin-top: 10px;
}

#rightcolumn{
	width: 300px;
	float: right;
	margin-top: 10px;
}

#freeshipping{
	width: 200px;
	margin-left: 50px;
	font-size: 16px;
}

#newsletter{
	width: 220px;
	margin-left: 50px;
	font-size: 9px;
	
}

#creditcards{
	width: 200px;
	margin-left: 60px;
	margin-top: 30px;
	font-size: 9px;
	text-align: center;
}

#discount{
	width: 250px;
	border: 1px dotted #000000;
	text-align: center;
	margin-left: 35px;
}

#discount strong{
	font-size: 20px;
}

#bottomcontent{
	clear: both;
	background-color: #448F7A;
	height: 280px;
	border-top: 1px solid #000000;
}

#bottomnav{
	font-size: 11px;
	text-align: center;
	padding: 20px 30px 50px;
	width: 600px;
	margin-left: 50px;
}

#bottomcontent a{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

#bottomcontent a:hover{
	text-decoration: underline;
}

#bottomcolumnsleft{
	width: 250px;
	float: left;
}

#bottomcolumnscenter{
	width: 270px;
	float: left;
}

#bottomcolumnsright{
	width: 250px;
	float: right;
}

.secondnav a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.secondnav a:hover{
	text-decoration: underline;
}

.thumb{
	/*margin-left: 25px;*/
	/*padding-right: 25px;*/
	height: 120px;
	width: 475px;	
}

.thumb strong{
	font-size: 15px;
	font-weight: 900;
}

.thumb2{
	height: 250px;
	width: 500px;
	
}

.thumbphoto{
	float: left;
	height: 100px;
	width: 100px;
	padding: 15px;
	border-style: none;
}

.thumbphoto2{
	float: left;
	height: 200px;
	width: 302px;
	padding: 10px;
	border-style: none;
}
	

.sidebar{
	border: 1px dashed #155147;
	margin-top: 10px;
	padding: 15px;
	text-align: center;
}

.sidebar2{
	border: 1px dashed #155147;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

.strong{
	font-size: 14px;
}

.breadcrumb{
	font-size: 12px;
	font-weight: normal;
}

.title{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

.height500{
	height: 400px;
}

.textcenter{
	text-align: center;
}

.marginb{
	margin-bottom: 40px;
}





	
