/* CSS Document */

body {
	background-color:#B1B1B1;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	margin:0;
	height: 100%;
	font:Verdana, Arial, Helvetica, sans-serif;
}

a 
{
color:#000000;
}

a:hover
{
color:#3c7cb8;
}

.note
{
background-color:#eff6fc;
padding:5px 15px;
border:1px solid #CFCFCF;
margin:10px 0 10px 20px;
}





.strong
{
font-weight:bold;
border-top:1px solid #333333;
margin-top: 5px; padding-top: 10px;
}
 .right
{
float:right;
}

 .left
{
float:left;
}


#top_shadow
{
	
	width: 780px; 
	height:1px;
	background-color:#A2A2A2;
}

#bottom_shadow
{
width: 780px; 
height:3px;
background-image:url(../img/frm_bot2.gif);
background-repeat:repeat-x;
margin-top: 30px;

}
#container {
margin: 0px auto 0 auto;

	background-color:#FFFFFF;
	background-image:url(../img/container_bg.gif);
	background-repeat:repeat-y;
	height:100%; 
	width: 780px; 
/*	padding-left: 3px; */
	margin-bottom: 20px;
	

}

#header {

margin-left:3px;
	height:70px;
	width: 775px
/*	background-color:#fff;*/
}

#header h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:200%;
	
	letter-spacing:-1px;
	padding:10px 50px 0 10px;
}


#right_column h1 {
	font-family: Tahoma, Verdana;
	font-size:150%;
	
	
	padding:15px 5px 0 0px;
}

#right_column h2 {
	font-family: Verdana, Tahoma;
	font-size:120%;
	
	
	padding:5px 5px 0 0px;
}




#header h1 a {
	color:#000;
	text-decoration:none;
}


#header #header_right {
/*background-image:url(../img/top_img.jpg);*/

height: 70px;
width: 532px;
float:right;
}


#header #header_left {
/*background-image:url(../img/left_bg.gif);
background-repeat:inherit;*/
height: 70px;
width: 240px;
float:left;
}

#logo
{
margin-top: 0px;
font-size:14px;
text-align:center;
position:absolute;
margin-top: 1px; margin-left: 20px;
}
#logo h1
{
padding:0;
margin:0;
}

#content_conteiner ul {
     list-style-image: url(../img/li.gif);
   
     margin:5px 5px 5px 10px;
     padding:0;
     
}

#content_conteiner ul li {
 
 margin-bottom:5px;
 padding:0;
      padding-left:5px;

}



li.more {list-style-type:none; list-style-image:none;}

#nav {
	/*width:780px;*/
	height: 40px;
	margin-left:2px;
	/*margin-right: 3px; */
	width: 776px;
	/*background-image:url(../img/menu.gif);*/
}

.nav_left
{
float:left;
background-image:url(../img/nav_left.gif);
width: 244px;
height: 40px;

z-index:1;
}
.nav_right
{
float:left;
background-image:url(../img/nav_right.gif);
width: 532px; height: 40px;
z-index:1;
}


#nav_m
{

}
#nav_m ul
{
position:absolute;
z-index:5;
margin-top: -40px;
}

#nav_m li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-top: 6px;
	z-index:4;
}

#nav_m li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#nav_m li.strfb a {
	color:#ff0000;
}

a.strfb {
	color:#ff0000;
}

#nav_m li a:hover, .active {
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}
.clear {
	clear:both;
}

#content
{
position:relative;
/*background-color:#CCCCCC*/
height:inherit;
}

#content_conteiner
{
height:auto;

}

#left_column
{
/*background-image:url(../img/left_bg.gif);
background-repeat:inherit;*/

float:left;
height:auto;
width: 242px;

/*border-right:1px solid #CFCFCF;*/
}

.menu_item
{
margin-top: 10px;
}

.menu_item_header
{
background-image:url(../img/left_bar.gif);
height: 31px;
text-align:center;
margin-left: 2px;
width: 243px;
}

.menu_item_header h2
{
padding-top: 5px;
font-size:16px;
}
.menu_item_content
{
padding: 15px 15px;
}
.menu_item_content p 
{margin:0;
margin-left:10px;}
#right_column
{
padding: 0px 20px 20px 20px; 
width: 480px; 
margin-left: 254px;
line-height:120%;
}


#footer
{

	height: 40px;
	background-image:url(../img/menu.gif);
/*	position:absolute;*/
	margin-left: 2px; width: 776px;
	
}

#copy_right
{
float:right;
margin:10px 5px;
font-size:12px;
font-weight:bold;

}

p {
margin-top:10px;
margin-bottom:10px;

}

#right_column p {
line-height:120%;
text-align:justify;
}

table.ctable {
width:100%;
border-collapse: collapse;
margin-bottom:10px;
}

table.ctable td {
border:1px solid black;
font-size:95%;
vertical-align:middle;
text-align:center;
padding:4px;

margin:0px;
}

table.ctable td.leftcol {
text-align:left;
}

table.ctable td.theader {
font-weight:bold;
background-image:url(../img/left_bg.gif);
}

table.ctable td.theader .stext {font-size: 80%;}

p.commtext {
font-size:85%;
}

.redstar {
color:#ff0000;
font-weight:bold;

}

.greenstar {
color:#009900;
font-weight:bold;
}

form#orderform input,select,textarea {
margin-top:3px;
margin-bottom:7px;
width:80%;
align:left;
}

form#orderform input.abutton {
width:auto;
}

.orderlink {
font-size:110%;
text-align:center;
}

.contable td {
vertical-align:top;
padding:7px;
}

.contable td.tstrong {
font-weight:bold;
width:30%;
}

#adv
{ text-align:left;
margin-top:20px;
margin-left:5px;
margin-right:5px;
font-size:9px;
}

#news h2 {
	margin: 0px;
	padding: 0px;
}
#news img {
	margin-right: 10px;
}
#news .news_date {
	font-size: 10px;
}
#news_index .news_date {
	font-size: 10px;
}
#news table {
	border-bottom: 1px solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#news_index p {
	margin: 10px 0px 10px 0px;
}

