/*
Theme Name: Quantum by SWN
Theme URI: http://quantumhydraulic.com/
Description: Theme built for Quantum Marine by Silvester Wyatt-Nicolle Ltd
Version: 0.9
Author: James Rowe
Author URI: http://www.swn.gg/
Tags: blue, ocean, fixed width, two columns
*/

/* Yahoo reset script */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:top;}sub{vertical-align:bottom;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Yahoo fonts script */
body{font:12px/1.231 verdana,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% verdana,arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* standard layout elements */
html {
	background-color: #002C45;/* #1A3046; */
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url('images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;	
}

body {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;		
	padding-top: 10px;
}

#logo {
	/*position: relative;
	top: 0;
	left: -20px;	*/
	display: block;
	text-align: center;
}

#page {
	float: left;
	width: 950px;	
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

/* menu */
#menu {
	position: absolute;
	right: 0;
	top: 118px;	
	width: 890px;	
	text-align: right;	
	z-index: 9999;		
}
#menu li {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #2c3a71;
	margin-left: 9px;	
	text-align: left;
	position: relative;	
	height: 1.2em;
	padding-left: 9px;	
}
#menu li+li {
	border-left: 1px solid #2c3a71;
}
#menu li li {
	border-left: none;
}
#menu li a {
	position: relative;
	top: -2px;
}

/* */
#menu li a {
	display: block;
	padding-bottom: 15px;
}
#menu li a, #menu li a:visited {	display: block; color: #2c3a71; text-decoration: none; }
#menu li:hover {cursor: pointer; }
#menu li a:active, #menu li a:hover {cursor: pointer; color: #2c3a71; text-decoration: none; }

#menu li ul {
	position: absolute;
	z-index: 999;
	display: none;
	left: 0;		
	top: 25px;
	text-align: left;	
	padding: 0;
	border: 1px solid #ccf;	
	background-color: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#menu li ul li a {
	width: 100%;
	height: auto;
	padding: 5px 8px 5px 8px;	
}
#menu li ul li {
	font-size: 11px;
	float: none;
	display: block;	
	text-align: left;
	padding: 0;	
	margin-left: 0;	
	height: auto;
}
#menu li ul li:hover {
	background-image: none;	
	background-color: #ddf;
}
#menu li:hover ul, #menu li ul:hover {
	display: block;
}

/* panels */
#top_left_panel {	
	float: left;
	position: relative;
	width: 680px;
	height: 295px;
	margin-top: 45px;
	background-image: url('images/top_left_panel_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#top_right_panel {
	float: right;
	width: 260px;
	height: 295px;
	margin-top: 45px;
	background-image: url('images/top_right_panel_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;		
}

#main_panel {
	float: left;
	clear: both;
	width: 950px;
	margin-top: 10px;
}

#main_panel  .top, #main_panel  .bottom {
	float: left;
	display: block;
	height: 12px;
	width: 950px;
	background-image: url('images/main_panel_top.gif');
	background-position: bottom left;
	background-repeat: no-repeat;	
}
#main_panel  .bottom {
	background-image: url('images/main_panel_bottom.gif');	
	background-position: top left;	
}
#main_panel  .content {
	float: left;
	display: block;
	width: 950px;
	background-color: #fff;
	background-image: url('images/main_panel_bg.gif');	
	background-repeat: repeat-y;		
}
.main_panel_left {
	float: left;
	width: 650px;
	padding: 10px 0 10px 20px;	
}
.main_panel_right {
	float: right;
	width: 235px;
	padding: 10px 20px 10px 0;		
}
.main_panel_wide {
	float: left;
	width: 885px;
	padding: 10px 20px 10px 20px;		
}

/* footer */
#footer {
	float: left;
	clear: both;
	width: 650px;
	margin-top: 10px;
	color: #aaa;	
}
#footer li, #footer p {
	font-size: 9pt;	
}
#footermenu {
	display: block;	
}
#footermenu li {
	display: inline;
	color: #aaa;		
}
#footer a, #footer a:visited, #footer a:active { color: #888; text-decoration: none; }
#footer a:hover { color: #888; text-decoration: underline; }



/* sidebar */
#sidebar {
	border: 1px solid #ccc;	
	padding: 10px;	
}
#sidebar ul {
	margin-bottom: 15px;
}


/* font and element look and feel */
body { color: #666; }
h1, h2, h3, h4 { font-weight: bold; color: #000;}
h1 { 
	font-size: 14pt; 
	color: #000;	
	margin-bottom: 16px; 
	text-transform: uppercase; 
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-weight: lighter;
}
h2 { font-size: 12pt;	}
h3 { font-size: 11pt;	}
h4 { font-size: 10pt;	}
p, li, td { font-size: 9pt; }
p { line-height: 1.3em; margin: 1em 0 1em 0; }
sup { font-size: 9px; }
b, strong { font-weight: bold; color: #000; }

a, a:visited, a:active { color: #555; text-decoration: none; }
a:hover { color: #00c; text-decoration: underline; }

a strong, a:visited strong, a:active strong { color: #00c; text-decoration: none; }
a:hover strong { color: #00c; text-decoration: underline; }

/* remove styles for special case links */
#menu a, a#logo, a img { text-decoration: none; border: none; }
#sidebar a { border-bottom: none; }
#sidebar a:hover { border-bottom: 1px solid #00c; }

/* specific bits and pieces */
img.captcha {
	position: relative;
	top: 5px;
}

.entry h1 {
	font-size: 32pt;
	color: #666;	
	margin: 0 0 0.5em 0;
}
.entry img {
	float: left;
	clear: both;
	margin: 5px 15px 5px 0;		
}
.entry td img {
	float: none;
	margin: 5px 15px 5px 0;		
}
.entry table {
	margin-top: 1.5em;
}
#magazine-content img {
	float: none;
	display: block;
}
.entry li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 1em 0;
}

.entry a, .entry a:visited, .entry a:active { color: #00c; text-decoration: none; }
.entry a:hover { color: #00c; text-decoration: underline; }

table.inquiry td {
	padding: 5px;
}

#product img {
	float: right;
	margin: margin: 5px 0 5px 15px;		
}

#product h2 {
	font-size: 14pt; 
	color: #000;	
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-weight: lighter;
	margin-top: -10px;
}

#product h3 {
	font-size: 12pt; 
	color: #000;	
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-weight: bold;
	margin: 1.2em 0 -0.8em 0;	
}
#product ul {
	margin: 1.2em 0 0 0;
}

.headerimage {
	position: absolute;	
	height: 295px;
	width: 680px;
}
.headerrightimage {
	position: absolute;	
	height: 295px;
	width: 260px;
}

#top_left_panel .col {
	float: left;
	margin: 20px 0 10px 20px;
	width: 308px;
	height: 260px;	
	overflow: hidden;
}

#top_left_panel .col a {
	display: block;
	float: none;
	margin: 20px 0 0 20px;
}

#top_left_panel .col h2 {
	margin: 0 0 0.5em 0;
}

#top_left_panel .col li {
	font-size: 0.7em;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 0.5em 0;
}

#top_left_panel .col p {
	/*
	font-size: 15pt;
	margin: 1.2em 0 0.5em 0;
	color: #000;
	text-align: justify; 
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	*/
	/*
	margin: 1.2em 50px 0.5em 0;
	*/
	color: #2c3a71;
	position: absolute;
	bottom: 30px; right: 20px; width: 310px;
}

iframe {
	border: none;
}

.sales-history h3 {
	float: left;
	display: block;
	width: 910px;
	border-bottom: 2px solid #587B97;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 22pt;
	color: #002C45;
	text-transform: uppercase; 
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-weight: lighter;	
}

.sales-history p {
	float: left;
	width: 100%;
}

.sales-history img {
	float: right;	
}
