/* CSS Document */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

p, ul, table, tr, td{
	font-size: 14px;
	line-height: 18px;
	margin: 2px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content ul{
	margin-left: 30px;
	padding-left: 0px;
	margin-right: 30px;
	padding-right: 0px;
	font-size: 13px;
}
a {color: #0066CC;} 
a:visited {color: #003399;}
a:hover {color: #FC7215;}
a:active {color: #003399;}

h1 {
	margin: 0px 0px 10px 15px;
	font-size:36px;
	padding: 0px;
	color: #00396B;
	font-weight: lighter;
}
h2 {
	margin: 0px 0px 10px 15px;
	font-size:28px;
	padding: 0px;
	color: #00396B;
	font-weight: lighter;
}
h3 {

	font-size: 16px;
	margin: 15px 0px 5px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	background-color: #FFCA2B;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 6px;
	border-bottom-color: #CCCCCC;
} 
h4 {
	
	
} 
h5 {
	margin: 5px 0px 5px 15px;
	font-size:20px;
	padding: 0px;
	font-weight: lighter;
}
h5 a{
	text-decoration:none;
	color: #003399;
}
h5 a:hover {color: #FF6633;}

.gallery{
	margin-left: 15px;
}
#content p{
	margin: 5px 0px 10px 15px;
	color: #333333;
}
#content a{text-decoration:none;}
#content a:hover{color: #FC7215; border-bottom: 1px dotted #FC7215;}
#content h4{
	margin: 15px 0px 0px 15px;
	padding-bottom: 0px;
	color: #00396B;
	font-size: 20px;
}

.quotetext {
	font-size:14px;
	line-height:16px;
	margin: 0px;
	font-weight: bold;
	background-color: #E6E6E6;
	padding: 8px;
}
.quote{
	text-align: right;
}


.picture-left {
	margin-right:10px;
	float: left;
}	
.picture-right {
	margin-left:10px;
	float: right;
}	

/*------------------- MAIN NAVIGATION -------------------*/
.navleft{
	width:160px;
	margin-bottom:10px;
	margin-right:10px;
	border: 1px solid #00396B;
	padding-top: 7px;
	padding-bottom: 7px;
}
.navleft a{
	text-decoration:none;
	color: #003399;
	border-bottom: none;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.navleft a:hover {color: #FF6633;}
.navleft h4{
	font-size: 16px;
	padding: 0px 10px 2px 14px;
	margin-bottom: 0px;
	color: #000000;
	margin-top: 8px;
}
.navleft ul{list-style-type:none;
		list-style-image:none;
		clear:left;
		padding-left:10px;
}
.navleft li{list-style-type:none; margin: 0px 12px 4px 4px; font-size:14px;}
	




#heading{
	margin-bottom: 15px;
}


	
.soldout {
	color: #FF0000;
}

.top-nav{
	list-style-type: none;
	white-space: nowrap;
	margin: 0px;
	padding-top:0px;
	font-size: 14px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.top-nav ul{
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	
}

.top-nav li{
	display: inline;
	margin-right:0px;
	padding-right: 22px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.top-nav a{
    font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #003399;
}
.top-nav a:hover{
	text-decoration:none;
	color: #FC7215;
}

