/* 	CSS for Softboards Australia Website
	softboards.com.au
	by Zelky (10/08/2010)
	I love you/I don't bite...
 */
/* ============================================ HTML/BODY/PARAGRAPH ========================================== */
html { 
	min-height:100%; 
	margin-bottom:1px; 
}
body {
	background: #0000EE url(../softboardsnew/images);
	font-family: verdana;
	text-align: justify;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
p {margin: 8px 0 8px 0;}
/* ============================================ MAIN LAYOUT =================================================== */
#wrap {
	width: 900px;
	margin: 0 auto;
	background: #0000EE url(images/wrapper_bg.png);
}
#header {
	height: 238px;
	background: #0000EE url(images/banner.png);
	margin: 0 auto;
	width: 900px;
}
#header_flash {
	float: left;
	width: 550px;
	height: 185px;
	z-index:1;
	margin-left: 125px;
	margin-top: 20px;
}
#left {
	float: left;
	width: 245px;
	background: #fff url(images/wrapper_bg.png);
	z-index:1;
	padding: 15px 0 0 10px;
}
#content {
	float: left;
	width: 625px;
	background: #fff url(images/content_bg.png);
	padding: 0px 10px 0px 10px;
}
#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background: #0000EE url(images/footer.png);
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #333;
	padding: 10px 0 0 0;
}
/* ============================================ LEFT COLUMN CONTAINERS =========================================== */
.leftcoltop {
	width: 227px;
	height: 20px;
	background: #fff url(images/leftcoltop.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	letter-spacing: .1em;
	padding: 5px 0 3px 8px;
	margin-top: 0;
	margin: auto;
	margin-bottom: 0;
}
.leftcol {
	width: 225px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	background: #fff url(images/leftcol.png) bottom left no-repeat;	
	padding: 3px 5px 3px 5px;
	margin: auto;
}
/* ============================================ RANGE PAGE CONTAINERS ======================================================= */
.rangetop {
	width: 550px;
	height: 20px;
	background: #fff url(images/newstop.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	letter-spacing: .2em;
	padding: 5px 8px 3px 8px;
	margin-top: 0;
	margin: auto;
	margin-bottom: 0;
}
.range {
	width: 548px;
	min-height: 235px;
	background: #fff url(../softboardsnew/images/.png) bottom left no-repeat;
	font-family: verdana;
	text-align: justify;
	font-size: 11px;
	padding: 2px 8px 3px 8px;
	border-top: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-top: 0;
	margin: auto;
	margin-bottom: 0;
}

/* ============================================ PROFILES PAGE CONTAINERS =========================================== */
.profiletop {
	width: 550px;
	height: 20px;
	background: #fff url(images/newstop.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	letter-spacing: .2em;
	padding: 5px 8px 3px 8px;
	margin-top: 0;
	margin: auto;
	margin-bottom: 0;
}
.profile {
	width: 548px;
	min-height: 120px;
	background: #fff url(../softboardsnew/images/.png) bottom left no-repeat;
	font-family: verdana;
	text-align: justify;
	font-size: 11px;
	padding: 2px 8px 3px 8px;
	border-top: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-top: 0;
	margin: auto;
	margin-bottom: 0;
}

/* ============================================ NAV ============================================================= */
a {
	font-family: verdana;
	font-size: 11px;
	color: #0000EE;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	color : #666666;
}
.leftcol a {
	font-family: verdana;
	font-size: 11px;
	color: #0000EE;
	text-decoration: none;
}
.leftcol a:hover {
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	color : #666666;
}
/* ============================================ IMG ============================================================== */
img {
	border: none;
	padding-top: 4px;
}
.newsimg {
	padding-left: 7px;
	padding-top: 4px;
	border: none;
}
/* ============================================ HEADINGS ======================================================== */
#content h2 {
	color: #333333;
	font-size: 14px;
	letter-spacing: .2em;
	font-weight: 400;
	padding : 5px 0 5px 0;
	margin: 10px 0 10px 0;
}
#content h3 { 
	color: #333333; 
	font-size: 11px;
	letter-spacing: .2em;
	font-weight: 400;
	padding : 5px 0 5px 0;
	margin: 10px 0 10px 0;
}
/* ============================================= TABLES ========================================================== */
table, td, th { 
	border: 1px solid blue;
	border-collapse: collapse;
}
th {
	background-color: blue;
	color: white;
}
/* ========================================== HOME PAGE ============================================================= */
#home_contact {
	padding: 0px 0px 0px 175px;
}
#home_quiver {
	text-align: center;
}
/* =========================================== ABOUT PAGE =================================================================== */
#about_leftcol {
	text-align: center;
}
#logos_left {
	text-align: center;
}
/* ============================================= RANGE PAGE ================================================================= */
#range_colours {
	text-align: center;
}
#range_boardleftcol {
	text-align: center;
}
#range_text {
	width: 550px;
	margin: auto;
	text-align: center;
}

/* ============================================= SUPPLIERS PAGE ================================================================= */
.suppliers {
	width: 300px;
	background: #f2f2f2;
	margin: auto;
	border: 1px solid #dadada;
	padding: 2px 0px 2px 9px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* ============================================== PRICES PAGE ================================================================ */
#prices_text {
	width: 550px;
	margin: auto;
	text-align: center;
}
/* ================================================= CONTACT PAGE =========================================================== */
#contact {
	text-align: center;
}
.contact_h3 {
	font-size: 11px;
	padding: 5px 0 5px 0;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 400;
}
/* =========================================== LONG PAGES BACK TO TOP ====================================================== */
#backtotop {
	width: 90px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	background: #FFFF00;
	border: solid 2px #0000EE;
	padding: 2px 0px 2px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* ============================================ LINKS PAGE ======================================================= */
.linkspage {
	width: 437px;
	margin: 0 auto;
	background: #f2f2f2;
	border: 1px solid #dadada;
	padding: 2px 0px 2px 9px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* ============================================ CONTAINER CLASSES TEMPLATES ================================================ */
. {
	width: 550px;
	background: #fff url(images/newstop.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px 3px 8px;
	margin-top: 0;
	margin: auto;
	margin-bottom: 0;
}
. {
	width: 550px;
	min-height: 120px;
	background: #fff url(images/.png) bottom left no-repeat;
	font-family: verdana;
	text-align: justify;
	font-size: 11px;
	padding: 2px 8px 3px 8px;
	margin-top: 0;
	margin: auto;
	margin-bottom: 0;
}
/* =============================================================================================================== */
