﻿
/* GLOBAL WHITESPACE RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff; 
	margin: 0px; 
	padding: 0px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #555; 
	text-align: center; 
	vertical-align: top;
}
#sitehome {	background: url('../images/bkgd_topHome.gif') repeat-x left top; }
#sitepage {	background: url('../images/bkgd_topPage.gif') repeat-x left top; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0px;  }

h1 { font-size: 22px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { 
	font-size: 16px; color: #990000; 
	text-transform: capitalize; letter-spacing: 1px; font-variant: small-caps; 
	padding-bottom: 3px; margin: 0px 3px 10px 0px; border-bottom: #aaa 1px dashed; 
}

h5 { font-size: 14px; }

h6 {
	font-weight: bold;  font-size: 12px;  color: #555; 
	text-transform: capitalize; letter-spacing: 1px; font-variant: small-caps; 
	padding-bottom: 3px; margin: 0px 3px 5px 0px; border-bottom: #aaa 1px solid; 
}

p { line-height: 16px; margin: 0px 0px 0px 0px; }

hr { border: 0; border-top: 1px solid #555; height: 1px; }

a			{ color: #880000; text-decoration: none; }
a:visited	{ color: #880000; text-decoration: none; }
a:hover		{ color: #494949; text-decoration: underline; }
a:active	{ color: #880000; text-decoration: none; }

img { border-width: 0; }


/* 0.0 CENTERED CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.container {
	width: 1005px; 
	margin: 0px auto 0px auto;
	text-align: left;
}

/* 1.0 HEADER CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
	height: 100px;
	text-align: left; 
	background:url(../images/bkgd_main.gif) repeat-y left top;
}
#logo {
	width: 200px;
	height: 60px;
	background: url('../images/logo_WESCO.gif') no-repeat left bottom;
}
#slogan {
	width: 410px;
	height: 25px;
	background: url('../images/logo_Slogan.gif') no-repeat right bottom;
}
#auspilogo {
	float: right;
	width: 95px;
	height: 95px; 
	margin: 2px 20px 0px 0px;
	background: url('../images/logo_Auspi.jpg') no-repeat right top;
}
#crossHome, #crossPage {
	width: 1005px;
	height: 175px;
	text-align: left; 
	background:url(../images/bkgd_cross.gif) repeat-x right top;
}
#crossPage {
	height: 100px;
}
.crossLarge {
	font-weight: bold; font-size: 16px; color: #fff;
	text-transform: capitalize; letter-spacing: 1px; font-variant: small-caps; 
}

/* 2.0 MAIN LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#layout {
}
div.threecol {
}
div.twocolL div#main {
	/*background-image: url(../css01/bg-2colL.gif);*/
}
div.twocolR div#main {
	/*background-image: url(../css01/bg-2colR.gif);*/
}
div.twocolL div#Mcontent, div.twocolR div#Mcontent, 
div.twocolL div#Hcontent, div.twocolR div#Hcontent {
	width: 729px;
}
div.twocolR div#Mcol01 {
	float: right;
}

/* 2.1 MAIN CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#main {
	min-height: 300px; 
	padding: 20px 0px 50px 0px;
	background:url(../images/bkgd_main.gif) repeat-y left top;
	background-repeat:repeat-y;
}

/* 2.2 MAIN COLUMNS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#Mcol01, div#Hcol01 { 
	float: left;
	width: 201px;
	padding: 0px 5px 0px 0px; 
}

div#Mcontent, div#Hcontent { 
	float: left;
	width: 400px;
	padding: 0px 30px 0px 40px;
}
div#Mcontent {
	min-height: 300px;
}
div#Mcol02, div#Hcol02 {
	float: right;
	width: 201px;
	margin: 0px 0px 0px 0px;
}
/* THIS CONTENT for TESTING
div#Mcontent, div#Hcontent { 
	border: solid 0px #ddd; background-color: #d2ffd2;
}
div#Mcol01, div#Hcol01, div#Mcol02, div#Hcol02 {
	border: solid 0px #ddd; background-color: #ddf6ff;
}
div.container {
	border: solid 1px #ddd;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* 2.3 - PAGE CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.colNav {
	margin: 0px 5px 0px 5px; 
}

#pcbDiv {
	margin-left: 40px; 
	border: solid 0px #000;
}
.sales {
	float: left;
	width: 250px;
	margin: 0 20px 0 25px; 
	border: solid 0px #000;
}

table.Contacts, table.pcb {
}
table.Contacts th {
	color: #666;
	height: 20px;
	vertical-align: middle;
	border-bottom: #818181 1px dashed;
}
table.Contacts td { 
	color: #666;
	font-size: 11px;
	height: 30px;
	vertical-align: middle;
	border-bottom: #818181 1px dashed;
}
table.pcb td {
	padding: 4px;
}

/* 3.0 FOOTER CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footerContainer { 
	width: 1005px; 
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:url(../images/bkgd_footer.gif) no-repeat left top;
}
.footer {
	font-size: 9px; 
	padding: 70px 0px 0px 40px; 
	color: #aaa; 
	text-align: left; 
}
.footer a, .footer a:active, .footer a:visited { color: #777; font-size: 10px; text-decoration:none; margin: 0 5px 0 5px;} 
.footer a:hover { color:#777; text-decoration:underline;} 

/*  PAGINATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagination {
	padding: 0px;
}
.pagination a {
    display: block; float: left; 
	margin: 0px 3px 0 0; 
	color: #555; 
	border: solid 1px #ccc;
	background-color: #ddd; 
	padding: 3px 6px 3px 6px;
}
.pagination a:hover, .pagination a.selected {
	background: #aaa; 
}
.pagination a.visited {
	color: #555; 
	background-color: #555; 
}

/*  MAIN NAV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#mainnav {
	color: #777;
	padding: 0px; 
	margin-top: 2px; margin-left: 2px; 
}
#mainnav a {
	width: 179px;
    display: block; 
    float: left; 
	color: #777; 
	text-decoration: none;
	border: solid 1px #e0e0e0;
	background: #e0e0e0; 
	padding: 2px 0px 2px 6px;
}
#mainnav a:hover {
	font-weight: bold; 
	background: #f0f0f0; 
	border: solid 1px #ccc;
}
