* {
	margin: 0px;
	padding: 0px;
}
html, body {
	margin: 0;
	padding: 0;
	font-family:Trebuchet MS;
	font-size:12px;
	height:100% !important;
	color:#707172;
	text-align:center;
    background:url(../images/all_bg.jpg) repeat-x #fff;  
}
#mega_all {
    margin: 0;
    padding: 0;
    font-family:Trebuchet MS;
    font-size:12px;
    height:100% !important;
    color:#707172;
    text-align:center;
    background:url(../images/all_bg.jpg) repeat-x #fff;    
}
img {
	border:none;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a {
	color:#707172;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#all {
	width:960px;
	min-height:600px;
	height:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header {
	background:url(../images/header_bg.jpg) no-repeat;
	width:960px;
	height:238px;
}

#header_contacts {
	width:135px;
	float:right;
	height:190px;
	color:#FFFFFF;
	margin-top:13px;
}
#header_contacts a {
	color:#FFFFFF;
	text-decoration:none;
}
#header_contacts a:hover {
	text-decoration:underline;
}

#logo {
	float:left;
	width:283px;
}

#menu {

}

#footer {
	border-top:#9FA0A2 1px solid;
	height:33px;
	line-height:33px;
	color:#707172;
}
#footer a {
	color:#707172;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.red {
	color:#C30A1D;
}
.red_title {
	text-transform:uppercase;
	color:#C30A1D;
	font-weight:bold;
}

#index_footer {
	background:url(../images/intro_footer_img.jpg) no-repeat;
	width:960px;
	height:61px;
}

#footer_right {
	float:right;
	width:240px;
	text-align:right;
	font-size:10px;
}
#footer_left {
	float:left;
	width:700px;

}

#content {
	position:relative;
	min-height:400px;
}

#shadow {
    background:url(../images/shadow_bg.png) no-repeat top;
    height:27px;
    width:960px;
    position:absolute;
    top:238px;
    z-index: 1000;
}

#shadow2 {
    background:url(../images/shadow2_bg.png) no-repeat top;
    height:265px;
    width:1000px;
    position:absolute;
    top:0px;
    left:-20px;
    z-index: 1000;
}

#index_news {
	position:absolute;
	background:url(../images/news_bg.jpg) no-repeat;
	width:248px;
	height:356px;
	top:27px;
	left:719px;
}
.index_news_inner {
	width:200px;
	padding-top:15px;
	margin-left:15px;
}

h1 {
	color:#6D6E70;
	font-size:27px;
	font-family:Trebuchet MS;
	font-weight:normal;
}

#index_content {
	padding-top:30px;
	width:620px;
}

.index_red_borders {
	width:360px;
	height:27px;
	line-height:27px;
	color:#C30A1D;
	border-top:#C30A1D 1px solid;
	border-bottom:#C30A1D 1px solid;
	margin:10px 0;
}
.index_red_borders a {
	text-decoration:none;
	color:#C30A1D;
}
.index_red_borders a:hover {
	text-decoration:underline;
}

.index_tbl td{
	padding:0 15px 15px 0;
}
.index_tbl a{
	text-decoration:none;
}
.index_tbl a:hover{
	text-decoration:underline;
}

.page_title {
	margin-top:30px;
}

.main_tbl {
	min-height:500px;
	margin-bottom:15px;
	width:100%;
}

.main_tbl tr {
	min-height:500px;
}

.main_tbl td.left_col {
	border-top:#C30A1D 1px solid;
	border-right:#C30A1D 1px solid;
	min-height:500px;
	width:230px;
	height:500px;
}

.main_tbl td.left_col img {
	margin-top:10px;
}

.main_tbl td.right_col {
	padding:10px 0 0 10px;
	vertical-align:top;
}

.left_menu {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.left_menu:hover {
	text-decoration:underline;
}

.left_selected {
	text-decoration:underline;
}

#left_menu_div {
	position:absolute;
	top:50px;
}

.main_tbl td.last_col {
	width:250px;
	padding-left:31px;
	vertical-align:top;
	text-align:right;
}

.main_tbl td.last_col img {
	margin-bottom:15px;
}

.news_input {
	width:270px;
	border:#999999 1px solid;
	padding:2px;
	font-family:Trebuchet MS;
	font-size:12px;
	margin:3px 0;
}

.main_tbl td.right_col tr {
	min-height:0 !important;
}

.products_tbl {
	width:100%;
}
.products_tbl td {
	border-bottom:#666666 1px solid;
	padding:5px 0;
}

.not_underlined {
	text-decoration:none;
}
.not_underlined:hover {
	text-decoration:underline;
}