/* Reset */
@import 'reset.css';

body { background:url(../images/page_structure/page_background.gif) top left repeat-x; font:11px tahoma; line-height:18px; color:#333333; }

a, a:link, a:active, a:visited { text-decoration:underline; color:#333333; }
a:hover { text-decoration:none; }

h1 { font:normal 22px tahoma; color:#EE1D25; border-bottom:1px dotted #353535; padding-bottom:5px; margin-bottom:15px; }
h2 { font:bold 12px tahoma; padding-top:1px;  padding-bottom:5px; }
p { padding-bottom:5px; }

/* STICKY FOOTER */
html, body, #page_body {height: 100%;}
body > #page_body {height: auto; min-height: 100%;}
#content { padding-bottom: 170px; }  /* must be same height as the footer */
#footer { position: relative; margin-top: -150px; /* negative value of footer height */ height: 150px; } 


/******
PAGE STRUCTURE
******/

#page_body { width:990px; margin:0 auto; }

#content {
	line-height:22px;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	background:url(../images/page_structure/content_background.gif) bottom left no-repeat; 
}

#content ul { list-style-type: none; padding: 0px; margin: 0px;}
#content li { background:url(../images/product_images/arrow.jpg) no-repeat; background-position:0em .7em;padding-left: 1em;}

#content p { padding-bottom:20px; }

.left_column { float:left; width:621px; }
.right_column { float:right; width:295px; }

/* Banner */

#banner { position:relative; height:122px; padding:0 15px 0 15px; }

.navigation ul { position:absolute; left: 325px; bottom:32px; right:0px; }
.navigation ul li { display:inline; font:17px tahoma;  border-right:#FFF solid 1px;  color:#FFFFFF; }

.navigation ul li a,
.navigation ul li a:link,
.navigation ul li a:active,
.navigation ul li a:visited { padding:0 10px; text-decoration:none; color:#FFFFFF; }
.navigation ul li a:hover { text-decoration:underline; }
.navigation .seperator {
	font-size: 8px;
	padding: 0;
	margin: 0;
	
}
.navigation .LastItem{ border-right:none;}

/* Footer */

#footer { background-color:#000000; color:#666666; font-size:14px; }
.footer_details { width:990px; margin:0 auto; width:960px; padding-top:15px; margin:0 auto; }

.footer_links { float:left; width:615px;}

.footer_links ul { padding:0; }
.footer_links ul li { display:inline; font:12px tahoma; color:#CCCCCC; padding-right:10px; }

.footer_links ul li a,
.footer_links ul li a:link,
.footer_links ul li a:active,
.footer_links ul li a:visited { padding-right:8px; text-decoration:none; color:#CCCCCC; }
.footer_links ul li a:hover { text-decoration:underline; }

.copyright { margin-top:7px; line-height:12px; padding-top:10px; height:33px; font-size:9px; background:url(../images/page_structure/sanwa_footer_logo.gif) top left no-repeat; padding-left:240px; }
.copyright a, .copyright a:link, .copyright a:active, .copyright a:visited { color:#666666; }

.footer_address { margin-bottom:-20px; text-align:right; width:300px; float:right; }
.country { color:#A0B5C0; font-weight:bold; }

/******
HOME
******/
.home_content { margin-top:10px; padding-bottom:5px; font-size:12px; }

.content_left { float:left; width:47%; }
.content_right { float:right; width:48%; }

.quality_endorsed { min-height:109px; height:auto !important; height:109px; background:url(../images/home/quality_endorsed_company.gif) top left no-repeat; font-size:12px; padding:46px 120px 0 0; }
.quality_endorsed p { line-height:20px; padding-bottom:15px!important; }
/* Right column */

.read_more_box {
	line-height:14px;
	display:block; 
	padding:11px 11px 0 11px; 
	width:273px; 
	background:url(../images/side_bar/side_box_background.gif) top left no-repeat; 
}

.read_more_content { min-height:136px; height:auto !important; height:134px; }

.read_more_btn { background:url(../images/side_bar/side_box_read_more.gif) top left no-repeat; height:22px; width:295px; margin-left:-11px; }

.read_more_box h1 { padding:0 0 8px 0; border-bottom:0; margin:0; }
.read_more_box h1 img { border:0; margin-bottom:0; }
.read_more_box img { border:1px solid #737476; margin-bottom:5px; } 


.read_more_btn span { visibility:hidden; }
.read_more_btn a,
.read_more_btn a:link,
.read_more_btn a:active,
.read_more_btn a:visited { text-decoration:none; width:105px; height:22px; display:block; text-align:right; margin:0 0 0 auto; }

/******
PRODUCT PAGES
******/
.productContent { width:365px; margin-right:10px; float:left;}
.roductImage { width:555px; float:left;}
.productsEmail { float:left; width:100%;  border-top:1px dotted #353535; padding-top:5px; margin-top:15px;}
.productsRange_Container { width:942px; position:relative; margin:0px 0px 10px 0px; }
.productsRange_Container .Item { position:relative; min-height:170px; height:auto !important; height:170px; background:url(../images/product_images/SubCategoryBG.jpg) repeat-x #e4e4e4; border:#c1c1c1 solid 1px; width:280px; float:left; margin:0px 12px 12px 0px; padding:10px; } 
.productsRange_Container .Item ul { list-style-type: none; padding: 0px; margin: 0px;}
.productsRange_Container .Item li { background:url(../images/product_images/arrow.jpg) no-repeat; background-position:0em .7em;padding-left: 1em;}
.productsRange_Container .Item h1 {font:normal 22px tahoma; color:#EE1D25; border:none; margin:0px 0px 5px 0px;}
.productsRange_Container .Clear { clear:both;}

/******
CONTACT US
******/

.address_details h2 { font-size:14px; }
.address_details { width:300px; background-color:#FFFFFF; padding-top:30px; text-align:right; float:right; font-size:14px; }

input, textarea, select { font:11px arial; padding:3px; color:#4B4B4B; }

/* Contact Us form*/
#contactform { width:470px; font-family:arial; }
#contactform label {
	display:block;
	font-weight:bold;
	text-align:left;
	width:130px;
	float:left;
	font-size:14px;
	padding:0;
	color:#666666;
}
#contactform .small {
	color:#808080;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:130px;
	height:0;
	margin-top:-5px;
}
#contactform .input_field { 
	float:left;
	width:310px; 
}
#contactform input,
#contactform textarea,
#contactform select {
	width:310px;
	border:1px solid #353535;
	margin:2px 0 20px 10px;
}
#contactform select { width:318px; }
#contactform textarea { height:120px; }
#contactform input.button {
	color:#FFFFFF;
	border:0px;
	cursor:pointer;
	padding:4px 6px;
}

#contactform input.submit_enquiry { background:url(../images/buttons/submit_enquiry.gif) top left no-repeat; width:134px; height:42px; }

input#security_code { width:94px; display:block; }

/* Error validation */
#contactform label.error { font-size:11px; color:#FF0000; width:290px; clear:left; margin:-16px 0 3px 10px; }
#contactform input.error { color:#FF0000; border:1px solid #FF0000; }

/* Contact Details */
.details { float:right; width:160px; }

/************
ERROR STYLES
************/

#contactform label,
#contactform div.input_field {
	padding-bottom:3px;
}

img.capcha { margin-left:10px; border:1px solid #333333; }

div.error_text {
	display:none;
	color:#FF0000;
	font-weight: bold;
	margin:-15px 0 2px 10px;
	position:relative;
}
.error_field { border:1px solid #FF0000!important; color:#FF0000; }

img.security_image { border:1px solid #353535; margin-top:-15px; margin-left:10px; margin-bottom:15px; }
div#security_code_error { margin-top:-10px; margin-bottom:-3px; }
