@charset "utf-8";
/*  
Theme Name: Workforce safety Products 2013
Theme URI: http://www.wsp-ie.com.au
Description: Stylesheet for header.php
Version: 1.0
Author: Yolanda Tian
Author URI: 
*/

#header_bg{
	width: 100% !important;
	min-width: 100%;
	width: auto;
	position: relative;
	background: #f4f4f4 url(images/background_splatter_mirror2.jpg) top center;
	background-repeat: no-repeat;
}
#header{
	height: 100px;
	overflow: visible;
	padding: 20px 0 10px 0;
	margin: 0 auto !important;
	min-width: 850px;
	max-width: 960px;
}

.fade_fast{
	  -o-transition:.25s;
	  -ms-transition: .25s;
	  -moz-transition:.25s;
	  -webkit-transition: .25s;
	  /* ...and now for the proper property */
	  transition:.25s;
}

img.logo_head {
	width: 365px;
	height: 90px;
	position: relative;
	float: left;
	margin: -5px 0 0 -3px;
	border: 0;
	outline: 0;
}

#statement{
	padding: 20px 0 10px 0;
	margin: 0 auto !important;
	width: 100%
	position: relative;
}

#quote_left{
	width: 40px;
	position: relative;
	float: left;
	margin-top: -10px;
	left: 0px;
	height: 100%;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

#quote_right{
	position: relative;
	float: right;
	margin-right: 20px;
	width: 20px;
	height: 100%;
	bottom: 40px;
	margin-bottom: 0;
	text-align: right;
	}

#statement p{
	font-family: 'pt sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 0 50px 10px 60px;
	color: #333;
	text-align: justify;
}

/* styling for top nav drop down menu */

#topnav {
	position: relative;
	float: right;
	margin-top: 15px;
	padding: 0px;
	text-align:left;
}

#topnav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 0px;
	list-style-type: none;
}

#topnav li a {
	font-family: 'pt sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #0053a1;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	margin: 0 10px;
}

#topnav li a:hover {
	color: #f00;
}

.dropdown_factsheet
{
	width: 230px;
	margin: 0;
	padding: 10px 0;
	float: left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	border:1px solid #bbbbbb;
	
	/* Gradient background */
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
}

#topnav li:hover .dropdown_factsheet
{
	z-index: 999 !important;
	left:-1px;
    top:auto;
}
.dropdown_factsheet li a{
	display: block;
}
#header h2 {
	font-family: 'pt sans', sans-serif;
	font-weight: 400;
	color: #0053a1;
	text-transform: none;
	text-align: right;
	clear: right;
	padding-top: 5px;
	padding-right: 8px;
	font-size: 22px;
}
#header h3 {
	clear: both;
	margin-top: 30px;
}
		

#slider_bg {
	width: 100% !important;
	min-width: 100%;
	width: auto;
	background-color: #F0000A;
	border-bottom: solid 8px #E50011;
	border-top: solid 8px #E50011;
}

#slider {
	margin: 0 auto 0 auto;
	position: relative;
}
#slider_white_border {
	width: 100% !important;
	min-width: 100%;
	width: auto;
	background-color: #fff;
	height: 8px;
}
	

/*  BEGIN STYLING FOR DROP DOWN MENU #NAV  */

#nav_bg{
	width: 100% !important;
	min-width: 100%;
	width: auto;
	background-color: #fff;
	border-top: #999 solid 1px;
	border-bottom: #999 solid 1px;
}

/* Navigation Bar */
div.slidebox {
    display: none;
} 

#menu {
	list-style:none;
	margin: 0 auto;
	padding:0;	
	max-width: 960px;
	min-width: 850px;
	z-index: 999 !important;	
	background: #fff;
	font-family: 'Oswald', 'Arial narrow', sans-serif;	
	text-align: center;	
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

#menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 0;
	margin: 0px;
	border:none;
	background: #fff;
	width: 16.6666666%;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}

#menu li:hover {
	margin: 0px;

	/* Background color and gradients */
	
	
	/* set gradient background for top level list elements =========================================================================== */ 

	background: url(http://d1079691-5522.myweb.westnethosting.com.au/wsp-ie.com.au/wp-content/themes/tutorial/images/nav-gif.gif) no-repeat bottom center #ffffff; /* Old browsers */
	background: -moz-linear-gradient(75deg,  #ffffff 5%, #e1e1e1 51%, #d6d6d6 52%, #f7f7f7 79%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(5%,#ffffff), color-stop(51%,#e1e1e1), color-stop(52%,#d6d6d6), color-stop(79%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(75deg,  #ffffff 5%,#e1e1e1 51%,#d6d6d6 52%,#f7f7f7 79%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  #ffffff 5%,#e1e1e1 51%,#d6d6d6 52%,#f7f7f7 79%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  #ffffff 5%,#e1e1e1 51%,#d6d6d6 52%,#f7f7f7 79%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(75deg,  #ffffff 5%,#e1e1e1 51%,#d6d6d6 52%,#f7f7f7 79%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	
	
		  -o-transition:.5s;
  -ms-transition: .5s;
  -moz-transition:.5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition:.5s;
}

#menu li a {
	color: #336699;
	display: block;
	outline:0;
	text-decoration:none;
	padding: 15px 0; 
}

#menu li:hover a.nav {
	color:#00BDFF;
	-o-transition:.5s;
	-ms-transition: .5s;
	-moz-transition:.5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition:.5s;
	background: url(http://d1079691-5522.myweb.westnethosting.com.au/wsp-ie.com.au/wp-content/themes/tutorial/images/nav-pointer7.gif) no-repeat bottom center;	
}

/* Drop Down */
.dropdown_916,
.dropdown_917,
.dropdown_918,
.dropdown_919, 
.dropdown_920, 
.dropdown_921 
{
	margin: 0 auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	padding:10px 0 10px 20px;
	border:1px solid #bbbbbb;
	border-top: 3px solid #33CCFF;
	text-align:left;
	
	/* Gradient background */
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
}

.dropdown_916 {width: 680px;}
.dropdown_917 {width: 410px;}
.dropdown_918 {width: 410px;}
.dropdown_919 {width: 410px;}
.dropdown_920 {width: 410px;}
.dropdown_921 {width: 275px;}

#menu li:hover .dropdown_916, 
#menu li:hover .dropdown_917
{
	z-index: 999 !important;
	left:-1px;
    top:auto;
}

#menu li:hover .dropdown_918
{
	z-index: 999 !important;
	left:-138px;
    top:auto;	
}

/* Right alignment */

#menu li:hover .dropdown_919
{
	z-index: 999 !important;
	left:auto;
	right:-138px;
	top:auto;
}

#menu li:hover .dropdown_920, 
#menu li:hover .dropdown_921 {
	z-index: 999 !important;
	left:auto;
	right:-1px;
	top:auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin: 20px 20px 0 0;
	background: #F93;
}
.col_1 {width:100%;}
.col_2 {width: 250px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:300px;}

/* Drop Down Content Stylings */

.menu_product {
	height: 145px; 
	width:120px; 
	margin-right: 15px; 
	margin-bottom: 0px; 
	white-space: normal;
	float: left;
	overflow: hidden;
}

.menu_img_wrapper {
	width: 118px !important;
	border: solid #bbb 1px;
	height: 100px;
	overflow: hidden;
	margin: 0 0 5px 0;
	background: #fff;
	text-align: center;
}

#menu img {
	max-width: 118px;
	min-height: 80px;
	max-height: 255px;
	border: 0 #fff solid;
	margin-top: 5px;
}

#menu h4{
	font-size: 16px; 
	letter-spacing: 0px;
	font-weight: 400;
	text-align: center;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 20px 7px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #bbbbbb;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}
a:hover .header-img-wrapper {
border: #0CF solid 1px;
}

.header-img-wrapper {
	height:100px; 
	width: 117px;
	border: solid #bbb 1px;
	overflow: hidden;
	margin: 0 0 5px 0;
	background: #fff;
}

img.header-thumb {
	width: 117px;
	text-align: center;
	border: 0 #fff solid;
}
