html {
}

body {
	background: #FFFFFF;;
	font-family: Arial;
}


/* GENERAL STYLES */


a, a:visited {color: #0054a3; text-decoration: underline;}
a:hover, a:active {color: #0069cc;text-decoration: none;}

.light {color: #aaa; font-weight: lighter;}
.strong, strong {font-weight: bold; color: #5a5a5a;}

#wrapper {}

hr {
background:#ddd none repeat scroll 0 0;
border:medium none;
clear:both;
color:#ddd;
float:none;
height:1px;
width:100%;
margin: 20px 0 20px 0;
}


/* HEADER */
#headerwrap {background: #efefef; height: 120px; width: 100%; border-bottom: #0054a3 solid 5px;}
	#header {padding-top: 60px; height: 34px;}
	#header h1 {background: url('../img/logo.gif') no-repeat left top; float: left; font-family: "Arial Black"; color: #0054a3; text-transform: uppercase; font-size: 1px; text-indent: -9999px; width: 450px; height: 34px;}
	#header ul {float: right;}
		#header ul li {display: inline; font-size: 15px; line-height: 34px; height: 34px; list-style: none; margin-left: 25px; font-weight: bold;  vertical-align: text-bottom;}
		#header ul li a {color: #919191; text-decoration: none; }
		#header ul li a:hover, #header ul li.selected, #header ul li:hover {color: #5a5a5a;}
		
		
/* CONTENT */

#content {margin-top: 30px;}
	#content h2 {color: #5a5a5a; font-size: 30px; padding: 0 0 20px 0; }
	#content h3 {color: #5a5a5a; font-size: 20px; padding: 0 0 20px 0; }
	#content h4 {color: #919191; font-size: 20px; padding: 0 0 20px 0; line-height: 1.2em;}
	#content p {color: #919191; padding: 0 0 15px 0; font-size: 16px; line-height: 1.3em;}
	
	#content img {padding-bottom: 20px;}
	
	
ul.gallery li {display: inline; margin-right: 20px; float: left;}
ul.gallery img {width: 140px; height: auto;}
ul.gallery .no-margin {margin-right: 0px;}

.packing {background: #efefef; padding: 10px; font-size: 12px; color: #919191; line-height:1.5em; }
.packing p {font-size: 30px;}
		
/* FOOTER */
#footer {padding-bottom: 60px;}
	#footer p {font-size: 11px; color: #919191;}
	#footer a {color: #919191;font-weight: bold; text-decoration: none;}
	#footer a:hover {color: #5a5a5a; }

#inquiry a { font-size: 16px; font-weight: bold;color: #fff; text-decoration: none; padding: 10px;background-color: #0054a3;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
#inquiry a:hover { color: #fff; text-decoration: none; background-color: #bfbfbf;}
