/* ******************************************************** */
/*                    DEFAULT STYLES                        */
/*       CSS elements to be included on every page          */
/* ******************************************************** */

body 
{
	margin: 5px 0 0 0;
	background-color: #232222;
	background-image: url(assets/gradient2.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;

	border: 3px solid #fff;
	position: relative;
}

/* ***************** HEADER STYLING ************************** */
/* *********************************************************** */
#header
{
	background: #645259;
	background-image: url(assets/Master-STS-logo_3.gif);
	background-repeat: no-repeat;
	height: 110px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
	width: 780px;

}

#corner_TL
{
	position: relative;
	top: -5px;
	left: -3px;
}

#corner_TR
{
	position: relative;
	top: -3px;
	left: 720px;
}

#home_div
{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 140px;
	height: 90px;
	font-size: 0.7em;
	color: #503a3e;
}

#home_div p
{
	position: relative;
	top: 70px;
	left: 120px;
}

#home_div:hover
{
	color: #CCCCCC;
}

#header_menu
{
	position: relative;
	left: 175px;
	top: -50px;
	width: 170px;
	height: 100px;
	padding: 5px;
	font-weight: 600;
	font-size: 0.9em;
	color: #fff;
	list-style: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#header a 
{
	color: #fff;
	text-decoration: none;
}

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

/* *********** STYLING FOR CUSTOMER LOGIN (Not Signed In) ********* */

#customer_login
{
	color: #FFFFFF;
}

h3#customer_login
{
	position: relative;
	left: 350px;
	top: -170px;
	font-weight: 600;
	font-size: 0.9em;
	width: 200px;
}

p#customer_login
{
	position: relative;
	left: 510px;
	top: -200px;
	width: 300px;
	font-size: 0.75em;	
}

form#customer_login
{
	position: relative;
	left: 350px;
	top: -220px;
	width: 200px;
	font-size: 0.65em;

}

form#customer_login input#trade_ref
{
	width: 80px;
	margin: 10px 0 0 0;
}

form#customer_login label#password
{
	position: relative;
	left: -142px;
	top: 25px;
}

form#customer_login input#password
{
	position: relative;
	left: 55px;
	/*top: 20px;*/
	width: 80px;
}

form#customer_login #login_submit
{
	position: relative;
	left: 55px;
	top: 5px;
}

/* ************* STYLING FOR CUSTOMER MENU AREA (Signed In) *************** */

#customer_area
{
	color: #FFFFFF;
}


h3#customer_area
{
	position: relative;
	left: 350px;
	top: -170px;
	font-weight: 600;
	font-size: 0.9em;
	width: 400px;
}

h3#customer_area a 
{
	padding: 0 0 0 40px;
	font-size: 0.7em;
	font-weight: 100;
}

#customer_controls
{
	position: relative;
	left: 350px;
	top: -185px;
	color: #FFFFFF;
}

#customer_controls h5
{
	position: relative;
	left: 50px;
	top: -40px;
	/*width: 200px;*/
	font-size: 0.7em;
	margin: 0;
	padding: 2px 0 8px 0;
}

#customer_controls img
{
	border: none;
}

#customer_controls a:hover h5
{
	text-decoration: underline;
}

#customer_controls #cart_icon
{
	position: relative;
	top: -14px;
	left: 20px;
}

#customer_controls p
{
	position: absolute;
	left: 50px;
	top: -10px;
	width: 180px;
	font-size: 0.6em;
	line-height: 1em;
}

/* ************** HEADER SEARCH BOX *************************************** */

form#search
{
	position: absolute;
	left: 580px;
	top: 75px;
	width: 200px;	
}
form#search #search_text
{
	width: 130px;
}

form#search #search_submit
{
	position: relative;
	left: 1px;
	top: 5px;
}

/* ******************** PRODUCTS MENU STYLING ********************** */
/* ***************************************************************** */

.menu2 h3
{
	position: relative;
	top: 10px;
	background-color: #645259;
	font-size: 1em;
	font-weight: 600;
	color:#FFFFFF;
	padding: 2px 50px 2px 10px;
	width: 115px;
}

/* common styling */
.menu2{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	width:150px;
	height:138px;
	position:relative;
	top: -21px;
	font-size:11px;
	/*margin:30px 0;*/
	margin: 0;
	z-index:100;
}
.menu2 ul {
	padding:0 1px 0 0;
	margin:0;
	list-style-type: none;
	background:#503a3e;
	width:150px;
	height:138px;
	/*border:1px solid #606;*/
}
.menu2 ul li ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:150px;
}
.menu2 ul li {
	float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none; 
	color:#fff; 
	width:140px; 
	height:21px; 
	line-height:20px; 
	font-size:11px; 
	background:transparent; 
	padding-left:10px;
	border:1px solid #000;	
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:150px; w\idth:140px;}

.menu2 table {
	border-collapse:collapse; 
	border:0; 
	margin:0; 
	padding:0; 
	font-size:1em; 
	position:absolute; 
	left:0; 
	top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
	background:#897f83; 
	color:#fff;

}

.menu2 ul li:hover {
	position:relative; 
	z-index:90;
}

* html .menu2 ul li a:hover {
	position:relative; 
	z-index:100;
}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	/*border:1px solid #606; */
	background:#897f83; 
	overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
	display:block; 
	background:transparent; 
	color:#fff; 
	line-height:15px; 
	padding:3px 4px 3px 5px; 
	height:auto; 
	text-decoration:none;
	border:1px solid #000;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
	background:#565665; 
	color:#fff;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:150px;
}

.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	color:#000; 
	padding:0; 
	/*border:1px solid #069; */
	list-style-type:none; 
	background:#565665;
}

.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
	display:block; 
	background:transparent; 
	color:#fff;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background:#544452; 
	color:#fff;
}
















/* ********************** FOOTER STYLES **************************** */
/* ***************************************************************** */

#footer_logos
{
	position: relative;
	top: -40px;
	left: -3px;
	z-index: 0;
	margin: 0;
	padding: 0;
}

#footer_text h6 
{
	text-align: center;
	font-weight: 700;
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	position: relative;
	top: -40px;
	left: 0px;
	
}

#footer_text
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#footer_text p
{
	font-size: 0.8em;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	top: -33px;
}

#footer_text a
{
	text-decoration: none;
	color:#FFFFFF;	
}

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

#errors, #error
{
	color: #fff;
}

