/* @override http://ebamedia.sitedesign.net/css/layout.css */

/* @override http://ebamedia.sitedesign.net/css/layout.css */

body {
	margin: 0px;
	padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #c2c5c7;
    background: #000 url(../images/wrapper_bg.jpg) no-repeat center top;
}

.wrapper {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    margin-top: 21px;
    background-color: #fff;
    /*padding-bottom: 10px;*/
}

h1 {
    display: none;
}

h2 {
    padding-left: 8px;
    padding-top: 0;
    font-weight: bold;
    margin-top: 0;
    color: #231f20;
    text-transform: uppercase;
    margin-left: 47px;
    font-size: 1.8em;
}

h2 a {
    text-decoration:none;
    color: #231f20;
}

h2 a:hover {
    text-decoration:underline;
    color: #231f20;
}

h4 {
    padding-top: 0;
    margin-top: 0;
    color: #231f20;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

img {
    border-style: none;
}

form {
    margin: 0;
    padding: 0;
}

/* @group Header */

.header {
	width: 1005px;
	height: 227px;
	background: white url(../images/logo.png) no-repeat left top;
    margin-bottom: 20px;
}

.hdr_top {
    height: 176px;
}

.hdr_text {
    float: right;
    background-image: url(../images/hdr_text.png);
    width: 545px;
    height: 176px;
}

.hdr_title h2 {
    color: #14649c;
    float: left;
    padding-top: 5px;
    width: 400px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hdr_title {
    width: 875px;
    float: left;
}

.prod_index {
    float: left;
    background-image: url(../images/index_bg.png);
    padding-left: 12px;
    padding-right: 12px;
}

.prod_index label {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    color: #c2c5c7;
    font-size: 0.9em;
}

.prod_index p {
    margin-top: 9px;
}

.prod_index select {
    width: 136px;    
}

.search {
    padding-right: 6px;
    font-size: 1.1em;
    float: right;
    padding-left: 12px;
    margin-top: 9px;
}

.search_left input {
    border: 1px solid #d6d6d6;
    height: 17px;
    margin-right: 5px;
    margin-top: 0;
}

.search_left {
    float: right;
}

.search_btn {
    float: right;
    margin-top: -9px;
    padding-right: 12px;
}

/* @group Navigation */

.navwrapper {
    width: 1005px;
    height: 51px;
    background-color: #fff;
    background: #e7e7e7 url(../images/nav_bg.png) repeat-x;
}

.nav {
    font-size: 1em;
	width: 530px;
	height: 51px;
	position: relative;
	padding-bottom: 0;
    display: block;
    padding-right: 0;
    padding-left: 0;
    float: left;
}

.nav li {
	display: inline;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    float: left;
}

.nav ul {
	list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 4px;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
    color: #c2c5c7;
    border-right: 2px solid #000;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 12px 16px;
    margin-top: -4px;
}

.nav a:hover {
    text-decoration: underline;
    background: url(../images/nav_bg_home_hover.png) repeat-x;
    color: #fff;
}

.nav .active {
	color: #fff;
}

.active a:link, .active a:visited {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: url(../images/nav_active_bg.png) repeat-x 0 top;
}

/* @end */

/* @end */

/* @group Content */

.content {
    width: 1005px;
    margin-top: 20px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.home_leftcolumn {
	width: 410px;
	line-height: 18px;
	text-align: justify;
	color: #6e6e6e;
    float: left;
    padding-left: 57px;
}

.home_leftcolumn p {
    margin-top: 0;
    padding-top: 0;
}

.leftcolumn {
	width: 500px;
	line-height: 18px;
	text-align: justify;
	color: #231f20;
    float: left;
    margin-left: 57px;
    margin-bottom: 18px;
    padding-right: 20px;
}

.leftcolumn h2 {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.leftcolumn h3 {
    margin-top: 5px;
    color: #6b0000;
    text-transform: uppercase;
}

.home_box {
    width: 423px;
    height: 277px;
    background-image: url(../images/home_box_bg.png);
    text-transform: uppercase;
    color: #c2c5c7;
    margin-bottom: 20px;
}

.home_box h3 {
    margin-top: 0;
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.2em;
}

.home_box a {
    color: #c2c5c7;
    text-decoration: none;
}

.home_box a:hover {
    color: #fff;
}

.home_box img {
    margin-left: 1px;
    margin-bottom: 5px;
}

.home_catlinks {
    padding-left: 8px;
    padding-right: 18px;
    font-size: 0.8em;
    line-height: 1.5em;
}

.home_rightcolumn {
	width: 410px;
	line-height: 18px;
	text-align: justify;
	color: #6e6e6e;
    position: relative;
    display: inline;
    float: right;
    padding-right: 58px;
}

.rightcolumn {
	width: 375px;
	color: #6e6e6e;
    position: relative;
    display: inline;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 20px;
}

.rightcolumn img {
    margin-bottom: 5px;
}

.prod_table {
    margin-left: 60px;
    border-collapse: collapse;
    width: 900px;
    text-align: left;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.prod_table a {
    text-decoration: none;
    color: #c2c5c7;
    font-weight: bold;
}

.prod_table a:hover {
    color: #fff;
}

.prod_table_hdr {
    width: 311px;
    background: url(../images/listbox_hd_bg.png) no-repeat;
    padding: 6px 41px 6px 5px;
    vertical-align: top;
    text-align: left;
    text-transform: uppercase;
}

.prod_table_img {
    /*width: 311px;
    background: url(../images/listbox_bg.png) repeat-y;
    padding-left: 1px;
    text-align: center;
    padding-right: 39px;  
    */  
    width: 262px; /* 273 */
    background: url(../images/listbox_bg.png) repeat-y;
}

.prod_table_view {
    padding: 6px 5px 6px 6px;
    background-image: url(../images/table-bg.png);
    font-size: 0.8em;
    text-transform: uppercase;
}

.prod_table_ftr {
    background: url(../images/listbox_ft_bg.png) no-repeat;
    height: 9px;
}

.costs_table {
    width: 100%;
    margin-bottom: 12px;
}

.costs_table_header {
    background-color: #ccc;
    text-transform: uppercase
}

.costs_table td {
    padding: 3px;
    text-align: center;
    color: #222;
}

.button {
    background-color: #565456;
    color: #c2c5c7;
    text-decoration: none;
    padding: 4px 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}

.button:hover {
    color: #fff;
    background-color: #000;
}

.submit_button {
    background-color: #565456;
    color: #c2c5c7;
    text-decoration: none;
    padding: 4px 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    border: 0px;
}

.submit_button:hover {
    color: #fff;
    background-color: #000;
    border: 0px;
}

.samples_box {
    clear: both;
    margin-left: 57px;
    margin-right: 57px;
    border: 1px solid #231f20;
    margin-bottom: 32px;
    padding: 0;
}

.samples_box .button {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.samples_box h3 {
    float: left;
    margin: 7px 5px 5px;
    text-transform: uppercase;
    padding: 0;
}

.samples_box_hdr {
    height: 33px;
    background-color: #231f20;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border-style: none;
}

.samples_box p {
    margin-left: 10px;
    margin-right: 10px;
    color: #231f20;
    padding: 0;
}

.branding .prod_table_hdr {
    text-decoration: none;
    color: #c2c5c7;
    font-weight: bold;
    padding-left: 10px;
}

.branding .prod_table p {
    padding-left: 10px;
    width: 243px;
    padding-top: 7px;
    margin-top: 0;
}

.branding tr {
    vertical-align: top;
}

.branding img {
    float: right;
    padding-left: 5px;
}

/* @group Materials */

.materials table {
    padding: 10px;
}

.materials td {
    width: 50%;
    vertical-align: top;
}

.materials p {
    padding-left: 0;
    margin-left: 0;
}

.h_split {
    background-color: #dedede;
    height: 3px;
}

.right_border {
    border-right: 4px solid #dedede;
    padding-right: 15px;
}

.right_column {
    padding-left: 15px;
}

.gap {
    height: 5px;
}

.materials img {
    float: right;
}
/* @end */



/* @end */

/* @group Footer */

.footer {
	clear: both;
	margin-top: 2px;
	padding-top: 2px;
}

.footer_heading {
    height: 23px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 3px;
    margin-top: 5px;
    color: #c2c5c7;
    padding-bottom: 2px;
}

.seo_links {
    width: 965px;
    background-color: #565656;
    color: #e9e9e9;
    padding: 20px 20px 45px;
    clear: both;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footer_title {
    float: left;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: 5px;
}

.footerlinks {
	float: right;
    margin-top: 5px;
    text-transform: uppercase;
    margin: 5px;
    padding: 0;
}

.seo_links a {
	color: #c2c5c7;
    text-decoration: none;
    font-size: 0.9em;
}

.seo_links a:hover {
    text-decoration: underline;
}

.seo_table {
    vertical-align: top;
    padding: 0;
    font-size: 0.8em;
    margin: 0 0 9px;
}

.seo_table table {
    width: 100%;
}

.seo_table tr {
    vertical-align: top;
}

.small_print {
    font-size: 0.8em;
    color: #c2c5c7;
}

.copyright {
    float: left;
}

.crafted_by_sd {
    float: right;
}

.product_list_thumbs div {
	height: 170px;
	line-height: 240px;
	text-align: center;
}

.merge_content {
    color: #565656;	
}

ul.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: red;
}

#id_name, #id_company_name, 
#id_telephone, #id_email, 
#id_address, #id_delivery_address, 
#id_product_material, #id_product_colour, 
#id_reference {
    border: 1px solid #565656;
}




/* @end */