

/*------ FORMATING ------*/

@font-face {
    font-family: 'Custom';
    src: url('../fonts/aurorabc-webfont.eot');
    src: url('../fonts/aurorabc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aurorabc-webfont.woff') format('woff'),
         url('../fonts/aurorabc-webfont.ttf') format('truetype'),
         url('../fonts/aurorabc-webfont.svg#aurora_bdcn_btbold') format('svg');
    font-weight: bold;
    font-style: normal;

}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	text-align: justify;
	background: url(../images/background.jpg) center top no-repeat scroll #000;
}

b, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

em, i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic, oblique;
}

h1 {
	font-family: 'Custom', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	margin-bottom: 1em;
	font-weight: bold;
}

h2 {
	font-family: 'Custom', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 1em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 1em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 1em;
}

h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 16px;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}

ul {
	list-style: disc;
	padding-bottom: 1em;
	padding-left: 3em;
	line-height: 1.5em;
	list-style-position: inside;
}

ul.list li {
	text-indent: -1.5em;
	margin-left: 3em;
}



.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

a {
	color: #0b447f;
	text-decoration: none;
}

a:hover {
	color: #0b447f;
	text-decoration: underline;
}

a:visited {
	color: #0b447f;
	text-decoration: none;
}

table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-size: 16px;
	font: inherit; 
	margin: 15px;
	padding: 15px;
}

hr {
	border: 0px;
	color: #000;
	background-color: #000;
	height: 1px;
	margin-bottom: 1em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}


/*------ BANNER ------*/

#bannerContainer {
	width: 100%;
	height: 137px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	background: url(../images/bannerBG.jpg) center no-repeat;
}

#banner {
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 137px;
}

#bannerRight {
	float: right;
	width: 550px;
	padding-top: 20px;
}

#bannerInfoContainer {
	width: 260px;
	float: right;
	color: #fff;
	font-family: 'Custom', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#bannerInfo {
	height: 30px;
	line-height: 30px;
}

#bannerInfo img {
	vertical-align: middle;
	margin-right: 7px;
}

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

#bannerInfo a:hover {
	color: #fff;
	text-decoration: underline;	
}

#menuContainer {
	width: 100%;
	height: 71px;
	background: url(../images/menuBG.jpg) top left repeat-x;
	margin-bottom: 10px;
}

#menuLeft {
	float: left;
	width: 549px;
	height: 71px;
}

#menuRight {
	float: right;
	width: 449px;
	height: 71px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.supplierText {
	margin-bottom: 0px;
	padding-left: 5px;
}

.supplierLogoRight {
	float: right;
	margin-top: 3px;
}

.supplierLogoLeft {
	float: left;
	margin-top: 3px;
}


/*------ CONTENT ------*/

#contentContainer {
	display: block;
	margin: 0 auto;
	width: 960px;
	min-height: 500px;
	background: #fff;
	padding: 20px;
}

#slideshow {
	width: 100%;
	height: 424px;
}

#contentLeft {
	float: left;
	width: 600px;
}

#contentRight {
	float: right;
	width: 330px;
}

#pageHeading {
	background: url(../images/pageHeadingBG.jpg) bottom left no-repeat;
	height: 40px;
	width: 550px;
	margin-top: 15px;
	padding-left: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}




/*------ FOOTER ------*/

#footerContainer {
	width: 100%;
	height: 152px;
	background: url(../images/footerBG.jpg) bottom left repeat-x;
	border-bottom: 20px solid #000;
	margin-top: 20px;
}

#footer {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 100px;
}


