/*------------------------------------------------------------------

project:	Advanced Polymer Technology
date created:	6 May 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("nav.css");
@import url("baseforms.css");
@import url("thickbox.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

* {	line-height: 1.6em; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
* html .clearfix { height: 1%; }


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #e7f4fb url('../images/core/bg.jpg') top center repeat-x;
	color: #3b3b3f;
}

a { color: #ff5300; text-decoration: none; }
a:hover, a:focus { color: #004798; text-decoration: underline; }
span.mailto { color: #ff5300; }  
a.mailto { color: #ff5300; text-decoration: none;  }  
a.mailto:hover { color: #004798; text-decoration: underline; }  

h1 { font-size: 1.8em; color: #ff5300; }
h2 { font-size: 1.5em; color: #004798; font-weight: normal; }
h3 { font-size: 1.3em; color: #004798; font-weight: normal; }
h4 { font-size: 1.2em; color: #6b6b6b; }
h5 { font-size: 1.1em; color: #929292; }
h1, h2, h3, h4, h5 { margin-bottom: 0.6em; }
p { margin-bottom: 1.35em; padding-left: 10px; }

ul { list-style-type: square; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 0;
	clear: right;
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#container {
	width: 880px; height: auto;
	margin: 0 auto;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header {
	height: 110px;
	position: relative;
}

#header h1 {
	width: 100%; height: 39px;
	background: url('../images/core/logo_advanced.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 53px; left: 0;
}

/* ---  please see nav.css in the stylesheet folder --- */


/*-------------------------------*/
/* Content Container
/*-------------------------------*/
#content-container {
	width: 100%; height: auto;
}

#content-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-------------------------------*/
/* Left Column
/*-------------------------------*/
#left-column {
	width: 195px;
	float: left;
	background: url('../images/core/bg_left.gif') 0 0 no-repeat;
}

/* --- left nav --- */
.left-nav { 
	margin: 25px 0 0 0; 
}

.left-nav h2 {
	height: 32px;
	background: url('../images/core/title_apt_products.gif') no-repeat;
	text-indent: -9999px;
	margin-bottom: 0;
	border-bottom: 1px dotted #004798;
}

/* first level */
ul#left-nav {
	list-style-type: none;
	margin: 0;
	font-size: 1.2em;
	color: #004798;
	font-weight: bold;
}

ul#left-nav li {
	width: 195px;
	float: left;
	padding: 1px 0;
	border-bottom: 1px dotted #004798;
}

ul#left-nav li a { color: #004798; text-decoration: none; background: url('../images/core/arrow.gif') 0 5px no-repeat; padding-left: 14px; }
ul#left-nav li a:hover {color: #ff5300; text-decoration: none; background: url('../images/core/arrow_hover.gif') 0 5px no-repeat; }

/* second level */
ul#left-nav li ul {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}

ul#left-nav li ul li {
	float: left;
	padding: 1px 0;
	border-bottom: 0;
}

ul#left-nav li ul li a { color: #004798; text-decoration: none; background: url('../images/core/arrow.gif') 0 5px no-repeat; padding-left: 14px; }
ul#left-nav li ul li a:hover, ul#left-nav li ul li a:active, ul#left-nav li ul li a:focus { color: #ff5300; text-decoration: none; background: url('../images/core/arrow_hover.gif') 0 5px no-repeat; }

/* third level */
ul#left-nav li ul li ul {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}

ul#left-nav li ul li ul li {
	float: left;
	padding: 1px 0;
	border-bottom: 0;
}

ul#left-nav li ul li ul li a { color: #004798; text-decoration: none; background: url('../images/core/dash.gif') 0 5px no-repeat; padding-left: 14px; }
ul#left-nav li ul li ul li a:hover { color: #ff5300; text-decoration: none; background: url('../images/core/dash_hover.gif') 0 5px no-repeat; }


/* --- contact us details --- */
#contact-us {
	width: 185px; 
	float: left;
	padding: 20px 0 0 10px;
}

#contact-us h3 {
	height: 18px;
	background: url('../images/core/title_contact_us.gif') no-repeat;
	text-indent: -9999px;
	margin-bottom: 0.3em;
}

#contact-us p { font-size: 1.2em;	padding-left: 2px; }


/*-------------------------------*/
/* Right Column
/*-------------------------------*/
#right-column {
	width: 685px;
	float: left;
	font-size: 1.4em;
	margin-bottom: 3em;
	^padding-bottom: 3em;
}

/* --- banner --- */
#banner {
	width: 670px;	height: 270px;
	background: url('../images/core/bg_banner.jpg') no-repeat;
	margin: 25px 0 0 15px;
	display: block;
}

#banner img {
	width: 630px;	height: 230px;
	margin: 19px 20px;
	overflow: hidden;
}


/* --- content --- */
#content {
	width: 650px;
	padding: 0 10px 0 25px;
}

#content h1 {
	border-bottom: 1px dotted #8f8f91; 
	border-top: 1px dotted #8f8f91; 
	padding: 5px 10px; 
	font-weight: normal;
}

/* --- contact page --- */
#width { height: 310px; display: block; }

#map {
	width: 320px;
	height: 280px;
	float: right;
}

#enquiry {
	width: 650px;
	border-top: 1px dotted #cbcbcb;
	padding: 15px 0 0 10px;
}

/* --- breadcrumb --- */
#breadcrumb { color: #919191;	margin: -0.8em 0 1em 0.5em; font-size: 0.8em; }
#breadcrumb a { color: #919191; text-decoration: none; }
#breadcrumb a:hover, #breadcrumb a:active { color: #e57410; text-decoration: underline; }


/*-------------------------------*/
/* Category
/*-------------------------------*/
#section ul {
	list-style-type: none;
	margin: 0;
}

#section ul li {
	width: 130px; height: 140px;
	background-color: #d5e8f2;
	float: left;
	margin: 0 5px 15px 5px;
	padding: 10px;
	text-align: center;
}

#section ul li a { color: #004798; text-decoration: none; }
#section ul li a:hover { color: #e57410; text-decoration: underline; }


/* --- product listing ---*/
#product-listing ul {
	list-style-type: none;
	margin: 0;
}

#product-listing ul li {
	width: 290px; height: 100px;
	background-color: #d5e8f2;
	float: left;
	margin: 0 5px 15px 5px;
	padding: 10px;
}

#product-listing ul li #listing-image {
	width: 100px; height: 100px;
	float: left;
	margin-right: 1em;
}

#product-listing ul li #listing-description {
	width: 150px;
	float: left;
	font-size: 0.9em;
}

#button {}

a#enquire { background-color: #64abd1; color: #ffffff; padding: 5px; font-size: 0.9em; font-weight: bold; text-decoration: none; }
a#enquire:hover { background-color: #e57410; color: #ffffff; padding: 5px; text-decoration: none; }

#button a#info { background-color: #64abd1; color: #ffffff; padding: 5px; font-size: 0.9em; font-weight: bold; text-decoration: none; }
#button a#info:hover { background-color: #e57410; color: #ffffff; padding: 5px; text-decoration: none; }



/* --- product detail ---*/
#product-detail { padding-left: 10px; }

#detail-image { width: 190px; float: left; text-align: center; }
#detail-image img { border: 3px solid #d5e9f3; }
#detail-image p { padding: 0; margin-top: 5px; font-size: 0.9em; color: #428eb6; }
#detail-description { width: 450px; float: left; }
#detail-description p { padding: 0; }

/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer-container {
	height: 73px;
	background: #e57410 url('../images/core/bg_footer.gif') top center repeat-x;
}

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 25px 10px;
	font-size: 1.2em;
	color: #ffffff;
	position: relative;
}

#footer a { color: #ffffff; text-decoration: none; font-weight: bold; padding: 0 3px; }
#footer a:hover { color: #fdcfa6; text-decoration: underline; font-weight: bold; }

#wflogo {
	width: 75px; height: 24px;
	position: absolute;
	top: 16px; right: 9px;
	cursor: pointer;
}

