/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CUSTOM */
body {
	background: url(../img/page_bg.jpg) repeat 0 0;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	line-height: 1.4em;
	color: 333333;
	text-align: center;
}

#container{
	background-color: #fff;
	width: 896px;
	padding:0 2px 2px;
	margin:0 auto;
	text-align: left;
}

p{ margin-bottom: 15px;}
a{color: #0041e5;}

.clear{clear: both;}
.font_bold{font-weight: bold;}
.font_larger{font-size: 12px;}
.align_center{ text-align: center;}

#header h2{
	text-indent: -10000px;
	display: block;
	background:url(../img/page_title.jpg) no-repeat 0 0;
	height: 124px;
	width: 896px;
}

#header ul{
	background: url(../img/page_menu_bg.jpg) repeat-x 0 0;
	height: 30px;
	width: 100%;
	margin-top: 1px;
}

#header ul li{
	float: left;
}

#header ul li a{
	display: block;
	text-indent: -10000px;
	height: 30px;
	background-image: url(../img/page_menu.jpg);
	background-repeat: no-repeat;
}
#header ul li a.home{width: 96px;background-position: 0 0;}
#header ul li.selected a.home{background-position: 0 -30px;}
#header ul li a.about{width: 135px; background-position: -96px 0;}
#header ul li.selected a.about{background-position: -96px -30px;}
#header ul li a.samples{width: 123px; background-position: -231px 0;}
#header ul li.selected a.samples{background-position: -231px -30px;}
#header ul li a.process{width: 119px; background-position: -354px 0;}
#header ul li.selected a.process{background-position: -354px -30px;}
#header ul li a.catalog{width: 135px; background-position: -473px 0;}
#header ul li.selected a.catalog{background-position: -473px -30px;}
#header ul li a.contact{width: 154px; background-position: -608px 0;}
#header ul li.selected a.contact{background-position: -608px -30px;}

#content{
	padding: 20px 20px 0;
}

.content_process{
	padding: 0 1px !important;
}

.content_sample{
	padding-right:0 !important;
}

#content h1{text-indent: -10000px; display: block; height:1px;}

#content h2{
	margin-bottom: 11px;
	font-size: 24px;
	color: #000;
}
.content_process h2{
	margin-top:20px;
	margin-left: 20px;
	font-weight: normal;
}

.columns .col{
	float: left;
	width: 272px;
	margin-right: 20px;
}

.nomargin{
	margin-right: 0 !important;
	background: url(../img/img_process_bg.jpg) repeat-x 0 0;
	height: 695px;
}

.nomargin h3{
	font-size: 18px;
	padding:7px 8px 22px 0;
	font-weight: normal;
}

.nomargin h4 a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.nomargin h4{
	margin-bottom: 13px;
	font-weight: normal;
}

.nomargin .col{
	height: 695px;
	margin-right: 0 !important;
	text-align:justify;
}

.nomargin .col1{
	width: 272px !important;
	border-right: solid 1px #b2b2b2;
	padding-left: 18px;
	padding-right: 10px;
}

.nomargin .col2{
	width: 272px !important;
	border-right: solid 1px #b2b2b2;
	padding-left: 10px;
	padding-right: 10px;
}

.nomargin .col3{
	width: 272px !important;
	padding-left: 10px;
	padding-right: 18px;
}

.columns .last{
	margin-right: 0 !important;
}

.columns .col_long{
	width: 564px;
	margin-right: 0 !important;
}

.columns .we_speak{
	display: block;
	float: right;	
	width: 272px;
}

.columns .col_catalog{
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-right: 32px;
	margin-bottom: 7px;
}

.columns .col_catalog a {
	color: #000;
	text-decoration: none;
}

.columns .col_catalog a span{
	margin-bottom: 10px;
	display: block;
}

.columns .col_sidebar{
	width: 180px;
	border-right: solid 1px #b2b2b2;
	margin-right: 20px;
	float: left;
	padding-right: 10px;
}

.columns .col_sidebar p{
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 13px;
}

.columns .col_sidebar a{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

.columns .col_sidebar ul{
	margin-left: -9px;
}

.columns .col_sidebar ul li{
	padding-left: 9px;
	padding-bottom: 5px;
}


.columns .col_sidebar ul li.selected{
	background:url(../img/img_selected.jpg) no-repeat 0 5px;
}

.columns .col_sidebar ul li.selected a{
	text-decoration: underline;
	color: #0041e5;
}

.columns .col_sidebar_area{
	float: left;
	width: 665px;
}

.columns .col_sidebar_area p{
	margin-bottom: 25px;
	padding-right: 20px;
}

.columns .col_sidebar_area .images img{
	margin-right:7px;
	margin-bottom: 7px;
}

.columns .col_sidebar_area .images img.last{
	margin-right:0px !important;
}

#footer{
	margin-top: 25px;
	padding: 6px 8px 0;
	height: 24px;
	color: #000;
	background: url(../img/page_footer_bg.jpg) repeat-x 0 0;
}

#footer a{
	color: #000;
}

#footer .left{
	float: left;
}

#footer .right{
	float: right;
}

#footer .right ul li{
	float: left;
	padding:0 8px 2px;
	border-right: solid 1px #000;
}

#footer .right ul li.last{
	border:0 !important;
	padding-right:0 !important;
}

