body {
/*	background-color: #ffd880;*/
	background-color: #ff9900;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body, form, p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	height: auto;
	
	background-color: #363636;
	padding: 0;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 290px;
	
	background-color: #fff;
	position: relative;
}

#header-main {
	width: 100%;
	height: 160px;
	
	background-color: #fff;
	position: relative;
}


#content {
	width: 860px;
	
	position: relative;
	background-color: #363636;
	padding-top: 10px;
	padding-left: 40px;
}

#footer {
	width: 100%;
	height: 100px;
	
	background-color: #1e1e1e;
	clear: both;
}

#header-logo {
	float: left;
}

#header-info {
	float: right;
	
	width: 475px;
	height: 80px;
	background-image: url(../images/header_info_bg_org.jpg);
	background-repeat: no-repeat;
	
	margin-right: 15px;
	padding: 33px 25px;
	
	color: #fff;
	font-size: 11px;
}

#header-info-i {
	float: right;
	
	width: 385px;
	height: 80px;
	
	margin-right: 0px;
	padding: 33px 25px;
	padding-right: 10px;
	
	color: #ff6600;
	font-size: 11px;
}
#header-info-i img {
	float: left;
	margin-right: 20px;
}

#header-info img {
	float: left;
	margin-right: 20px;
}

h4 {
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 16px;
}

#content-left {
	width: 300px;
	float: left;
}
#cr-holder{
	width: 496px;
	height: auto; 
	margin-right: 42px;
	float: right;
	margin-bottom: 20px;
	margin-top: -10px;
}

#cr-holder-i{
	width: 855px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: -165px;
	float: right;
	margin-right: 22px;
}

#content-right {
	width: 496px;
	height: auto; 
	margin-right: 26px;
	padding: 8px;
	background-image: url(../images/maincontent_bg.png);
	
	background-repeat: repeat-y;
}

#content-right-i {
	width: 839px;
	height: auto;
	padding: 8px;
	background-image: url(../images/inside_bg.png);
	
	background-repeat: repeat-y;
}

#contentrbottom {
	background-image:  url(../images/maincontent_bgbottom.png);
	width: 510px;
	height: 10px;
}

#contentrbottom-i {
	background-image:  url(../images/inside_bgbottom.png);
	width: 855px;
	height: 10px;
}

#content-runner {
}

#center-content {
	padding: 13px;
}

#content-left h2 {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../images/beforeho.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	font-size: 12px;
	font-weight: bold;
	color: #ffd880;
	margin-bottom: 20px;
}

#center-content a {
	color: #722E14;
	text-decoration: none;
}

#center-content a:hover {
	color: #C14D22;
	text-decoration: underline;
}

#content-left p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 11px;
}

#content-left a{
	color: #ffd880;
	text-decoration: underline;
}

#center-content h2 {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../images/beforeh.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	margin-bottom: 20px;
}

#center-content p {
	margin-bottom: 20px;
	font-size: 11px;
}

#menu {
	width: 448px;
	height: 25px;
	
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 16px 18px 10px 18px;
	margin: 0 auto;
	font-family: arial;
}

#menu-i {
	width: 780px;
	height: 25px;
	
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 16px 18px 10px 18px;
	margin: 0 auto;
	font-family: arial;
}


#menu ul li, #menu-i ul li {
	float: left;
	background-image: url(../images/menu_sepa.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 6px;
}

#menu ul li#last, #menu-i ul li#last {
	background-image: none;
}

#menu ul li a, #menu-i ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover, #menu-i ul li a:hover {
	text-decoration: underline;
}

#fltd {
	float: left;
	margin-top: 35px;
	margin-left: 25px;
	font-size: 10px;
	color: #fff;
}

#plsone {
	float: left;
	margin-top: 35px;
	margin-left: 10px;
	font-size: 10px;
	color: #fff;
}

.fgray {
	color: #686767;
}

#fmenu {
	float: right;
	margin: 40px 45px 0 0;
}

#fmenu a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#fmenu a:hover {
	text-decoration: underline;
}

#fmenu ul li {
	float: left;
	padding: 0 6px;
}

.linker {
	text-decoration: none;
	color: #000;
}
.linker:hover {
		text-decoration: underline;
}
#products li {
	list-style-image: url(../images/list.gif);
	padding: 5px 0px 0px 5px;
}
#products ul {
		padding: 5px 0px 5px 15px;
}
#products ul li {
	list-style-image: url(../images/list.gif);
	padding: 1px 0px 1px 5px;
}
.inputfields {
	width: 250px;
}
#language {
	position: absolute;
	right: 900px;
	top: 220px;
	width: 28px;
	height: 72px;
	background-color: #ff9900;
	font-size: 9px;
	font-weight: bold;
	background-image: url(../images/lang_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#language a {
	color: #AA5B0D;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
}
#language a:hover {
	color: #F90;
	text-decoration: underline;
}
#standardrd td {
	text-align: center;
}
#recommended {
	float: right;
	width: 510px;
	height: 25px;
	color: #4B4B4B;
	font-size: 9px;
	padding-top: 10px;
}
#showpad {
	left: 470px;
	float: right;
}

.metatable {
	background: #000;
	text-align: center;
}
.metatable td {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border: 1px solid #000;
}
.tableimg {
	height: 220px;
	padding: 0px 0px 10px 0px;
}
.liner {
	text-align: center;
}
.clmn {
	width: 250px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.clmnwide {
	width: 360px;
	float: left;
	text-align: center;
	padding-top: 15px;
}
.empty {
	clear: both;
	height: 10px;
	border-bottom: dotted 1px #FFE6AA;
}
.productheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff9900;
	width: 600px;
	padding: 3px 3px 3px 3px;
	color: #FFF;
}
.productrow {
	width: 600px;
	height: 120px;
	padding: 2px 2px 2px 2px;
	border-bottom: dotted 1px #FFE6AA;
}
.productborder {
	border: solid 1px #ff9900;
	width: 604px;
}
.productcol {
	width: 100px;
	float: left;
}
.productname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}
.productname a {
	text-decoration: none;
	color: #000;
}
.productname a:hover {
	text-decoration: underline;
	color: #666;
}
.productthumb {
		text-align: center;
}
.productzoom {
		text-align: center;
}
.productdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.productdesc a {
	color: #000;
	text-decoration: none;
}
.productdesc a:hover {
	color: #666;
	text-decoration: underline;
}
.spacer {
	width: 600px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.spacer a {
	color: #F60;
	text-decoration: none;
}
.spacer a:hover {
	color: #FC0;
	text-decoration: underline;
}
#center-content .inblock {
	margin-left: 90px;
	width: 640px;
}
.product_column_inside {
	width: 105px;
	float: left;
	border-right: 1px dotted #FFEBDF;
}
.product_column_new {
	width: 105px;
	float: left;
	border: solid 1px #F60;
}
.product_new_tab {
	width: 105px;
	float: left;
	text-align: left;
}
.product_clear {
	clear: both;
	height: 2px;
	border-bottom: 1px dotted #FFEBDF;
	margin: 4px 0 4px 0;
}
.product_box_title {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	border-left: 2px solid #ff6600;
	font-size: 15px;
	font-weight: bold;
	color: #ff6600;
}
.product_box_warning {
	background: none;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0 5px 0;
	text-align: center;
}
.product_box_scrolled {
	height: 450px;
	overflow: hidden;
	overflow-y: scroll;
}

/* News, index page*/ 

#news-section {
	margin: 0 8px 13px 0;
	padding: 2px 0 2px 10px;
	border-left: solid 2px #F60;
	border-right: solid 2px #F60;
}

#news-section h2 {
	background: none;
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
	padding: 0;
}

/* Nivo Slider */
.theme-default #slider {
    margin: 0px 10px 30px 10px;
    width:550px; /* Make sure your images are the same size */
    height:320px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/* Product inside pages */

#innerblock {
	text-align: center;
}

/* Product sample page */

#center-content .product_column {
	width: 238px;
	float: left;
}

#center-content .product_column_clear {
	clear: both;
}

#center-content .product_box {
	width: 230px;
	height: 81px;
	background: url(../images/sample/bg_shdw_off.jpg) center no-repeat;
}

#center-content .product_image {
	width: 220px;
	height: 71px;
	margin: 5px;
}
#center-content .product_image_overlay {
	height: 49px;
	width: 220px;
}
#center-content .product_name {
	height: 22px;
	width: 220px;
	background: url(../images/sample/transp.png);
	color: #FFF;
	font-weight: bold;
}
#center-content .product_name a {
	color: #FFF;
	margin: 2px 0 0 3px;
	display: block;
}
#center-content .product_name a:hover {
	color: #FFF;
	text-decoration: underline;
	margin: 2px 0 0 3px;
}
#product_image_01 {
		background: url(../images/sample/prod_smpl_01.jpg) center no-repeat;
}
#product_image_02 {
		background: url(../images/sample/prod_smpl_02.jpg) center no-repeat;
}
#product_image_03 {
		background: url(../images/sample/prod_smpl_03.jpg) center no-repeat;
}
#product_image_04 {
		background: url(../images/sample/prod_smpl_04.jpg) center no-repeat;
}
#product_image_05 {
		background: url(../images/sample/prod_smpl_05.jpg) center no-repeat;
}
#product_image_06 {
		background: url(../images/sample/prod_smpl_06.jpg) center no-repeat;
}
#product_image_07 {
		background: url(../images/sample/prod_smpl_07.jpg) center no-repeat;
}
#product_image_08 {
		background: url(../images/sample/prod_smpl_08.jpg) center no-repeat;
}
#product_image_09 {
		background: url(../images/sample/prod_smpl_09.jpg) center no-repeat;
}
#product_image_10 {
		background: url(../images/sample/prod_smpl_10.jpg) center no-repeat;
}
#product_image_11 {
		background: url(../images/sample/prod_smpl_11.jpg) center no-repeat;
}
#product_image_12 {
		background: url(../images/sample/prod_smpl_12.jpg) center no-repeat;
}
#product_image_13 {
		background: url(../images/sample/prod_smpl_13.jpg) center no-repeat;
}
#product_image_14 {
		background: url(../images/sample/prod_smpl_14.jpg) center no-repeat;
}
#product_image_15 {
		background: url(../images/sample/prod_smpl_15.jpg) center no-repeat;
}
#product_image_16 {
		background: url(../images/sample/prod_smpl_16.jpg) center no-repeat;
}

