/**
 * Layout styles for Scanstrut pages
 *
 * @filename layout.css
 * @author Mark Kendall
 * @created 10/06/2010
 * @modified 10/06/2010
 * @copyright 2010 Gendall Design Ltd.
 *
 */

html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 100%;
	font-weight: normal;
	background: #FFFFFF url(/images/bg.gif) repeat-x 0 0;
}

#wrapper {
	position: relative;          	/* Needed for footer positioning */
	margin: 0 auto;              	/* Center, not in IE5 */
	height: auto !important;     	/* Compliant browsers */
	height: 100%;                	/* IE6: treated as min-height */
	min-height: 100%;            	/* Compliant browsers */
	width: 960px;
	min-width: 960px;
}

#column-outer-left {
	float: left;
	width: 770px;
	padding: 0 0 20px 0;
	line-height: 1.4em;
}

#column-outer-right {
	width: 180px;
	margin: 0 0 0 770px;
	padding: 0 0 0 10px;
}

#column-inner-left {
	float: left;
	width: 495px;
	padding: 0 0 40px 0;
}

#column-inner-right {
	margin: 0 0 0 495px;
	padding: 0 0 0 20px;
}

#content {
	float: left;
}

div.link-box {
	width: 220px;
	height: 30px;
	margin: 0 0 10px 14px;
	padding: 110px 10px 0 10px;
}

	div.link-box a {
		padding: 5px 17px 5px 10px;
		background: #000 url(/images/global/link-arrow-white.png) no-repeat right center;
		color: #FFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

#header {
	float: left;
	width: 760px;
	padding: 20px 0 20px 10px;
}

#navigation-bar {
	clear: both;
	height: 50px;
	background: transparent url(/images/bg-menu-new.gif) no-repeat left top;
}

/**
 * NEW STYLE MENU
 */

/*
#menu {
	height: 30px;
	background: transparent url(/images/global/navigation-bar-bg.png) no-repeat left top;
	padding: 0 0 0 10px;
}

	#menu > li {
		position: relative;
		float: left;
	}

		#menu > li > a {
			display: block;
			height: 30px;
			line-height: 30px;
			color: #FFF;
			text-decoration: none;
			background-image: url(/images/global/menu-arrow-off.png);
			background-repeat: no-repeat;
		}

		#menu > li > a:hover {
			color: #000;
			background-image: url(/images/global/menu-arrow-on.png);
		}

		#nav1 > a { background-position: 86px 13px; width: 135px !important; }
		#nav2 > a { background-position: 108px 13px; width: 160px !important; }
		#nav3 > a { background-position: 83px 13px; width: 135px !important; }
		#nav4 > a { background-position: 71px 13px; width: 125px !important; }
		#nav5 > a { background-position: 77px 13px; width: 130px !important; }
		#nav6 > a { background-position: 59px 13px; width: 70px !important; }

	#menu ul.submenu {
		position: absolute;
		z-index: 1000;
		left: -10px;
		background: transparent url(/images/subnav-bubble.gif) no-repeat 0 0;
		padding: 12px 3px 3px 3px;
	}

		#menu ul.submenu li {
			background: #FFF;
		}

		#menu ul.submenu li.first {
			padding: 17px 0 0 0;
		}

		#menu ul.submenu li.last {
			padding: 0 0 12px 0;
		}

			#menu ul.submenu li a {
				display: block;
				width: 155px;
				color: #488BA8;
				text-decoration: none;
				margin: 0 10px;
				padding: 2px 0;
				line-height: 15px;
				border-bottom: 1px solid #58CCEE;
				background: transparent url(/images/global/submenu-arrow.png) no-repeat right center;
			}

				#menu ul.submenu li a:hover {
					color: #58CCEE;
				}
*/
/**
 * OLD STYLE MENU
 */
ul#menu { margin:0; padding:0; background: url(/images/global/bg-menu.gif) no-repeat; height:48px; list-style:none; }
ul#menu li { float:left; margin:0; padding:0; width:127px; position: relative; }
ul#menu li a { display:block; width:100%; padding: 30px 0 0 0; overflow: hidden; height: 0px !important; height /**/:30px; background-repeat:no-repeat; background-position: left top; }
ul#menu li a:hover { background-position: 0 -30px; }
ul#menu li#nav1 a { background-image:url(/images/nav12.gif); }
ul#menu li#nav2 a { background-image:url(/images/nav22.gif); }
ul#menu li#nav3 a { background-image:url(/images/nav32.gif); }
ul#menu li#nav4 a { background-image:url(/images/nav42.gif); }
ul#menu li#nav5 a { background-image:url(/images/nav52.gif); }
ul#menu li#nav6 a { background-image:url(/images/nav62.gif); }

ul#menu li ul {
	position: absolute;
	margin: 0;
	padding: 12px 3px 3px 3px;
	width: 184px;
	background: url('../../images/subnav-bubble.gif') 0 0 no-repeat !important;
}

ul#menu li ul li {
	margin: 0;
	padding: 2px 9px 3px 9px;
	list-style: none;
	background: none;
	width: 166px;
	background: #fff;
}

ul#menu li ul li.submenu-top {
	padding-top: 17px !important;
}

ul#menu li ul li.submenu-bottom {
	padding-bottom: 12px !important;
}

ul#menu li ul li a {
	font-size: 11px !important;
	padding: 0 0 0 1px !important;
	height: 15px !important;
	width: 165px !important;
	background: url('../images/link-quickview.gif') 0 100% no-repeat !important;
	color: #000;
	text-decoration: none;
	color: #488ba8 !important;
	font-size: 1.1em;
}

ul#menu li ul li a:hover {
	color: #58cbee !important;
}
/**
 * END
 */

#footer {
	clear: both;
	position: relative;
	padding: 5px 0 20px 0;
	border-top: 1px solid #7EAFC4;
}

	#footer a {
		color: #47959F;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

#eshotForm {
	position: absolute;
	top: 5px;
	right: 0;
}

	#eshotForm label {
		font-weight: bold;
		color: #7EAFC4;
	}

	#eshotForm input.joinbut {
		border: 0;
		width: 22px;
		height: 22px;
		margin: 0;
		padding: 0;
		cursor: pointer;
		text-indent: -10000px;
		overflow: hidden;
		background: transparent url(/images/but-arrow-blue.gif) no-repeat 0 1px;
		/* IE FIX */
		line-height: 0;
	}

#flags {
	margin: 0 0 10px 0;
}

#flags li {
	display: inline;
}

#links {
	margin: 10px 0;
}

#links li {
	display: inline;
	border-left: 1px solid #47959F;
	padding: 0 5px;
}

	#links li:first-child {
		border: 0;
		padding-left: 0;
	}
/*
#quickview {
	background: #488BA8;
	padding: 20px 10px 10px 10px;
	margin: 0 0 20px 0;
	color: #FFF;
}

	#quickview h3 {
		background: transparent url(/images/product-quickview.gif) no-repeat 0 0;
		height: 0 !important;
		margin: 0 0 3px;
		overflow: hidden;
		padding: 52px 0 0;
		width: 151px;
	}

	#quickview h4 > a {
		display: block;
		color: #FFF;
		text-decoration: none;
	}

	#quickview h4 {
		font-size: 13px;
		font-weight: bold;
		padding: 5px 0;
		border-bottom: 1px solid #58CCEE;
		margin: 15px 0 10px 0;
	}

	#quickview li {
		font-size: 11px;
		line-height: 14px;
	}

	#quickview li > a {
		display: block;
		border-bottom: 1px solid #58CCEE;
		color: #FFF;
		text-decoration: none;
		padding: 5px 0;
	}

		#quickview li > a:hover {
			border-bottom: 1px solid #FFF;
		}
*/
.quickview { width:165px; padding:15px 9px 9px 9px; background:#488ba8; position:absolute; top:0; right:0;}
	.quickview h3 { width:151px; margin:0 0 2px 0; padding:53px 0 0 0; overflow:hidden; height:0 !important; height /**/:52px; background:url(../images/product-quickview.gif) no-repeat 0 0; }
	.quickview h4 { font-size:13px; color:#FFF; margin:1px 0 0 0; padding:15px 0 8px 0; width:100%; float:left; clear:both; font-weight: bold; }
		.quickview h4 a { padding: 0 0 2px 0 !important; }
		.quickview ul { margin:0; padding:0; list-style:none; }
		.quickview li { font-size:11px; padding:0 0 6px 0; width:100%; float:left; clear:both; line-height: 14px; }
		.quickview li a { border-bottom:1px solid #58ccee; /*background-image:url(../images/link-quickview.gif); background-position:0 bottom; background-repeat:no-repeat;*/ color:#FFF; text-decoration:none; padding:0 10px 1px 0; display:block; }
		.quickview li a:hover { border-bottom:1px solid #fff; background-position:-165px bottom; }

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
