﻿html,body 
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#6C4F51;
	background-image:url(images/body_bg.gif);
	background-repeat: no-repeat;
	background-position:center top;
}

.clear
{
	clear:both;
}

.ASPNET
{
	margin:0px;
	padding:0px;
	width:100%;
}

.outer, .outerFooter
{
	width:100%;
	text-align:center;	
	background-image: url(images/btm_border.jpg);
	padding-bottom:15px;
	background-repeat: repeat-x;
	background-position:left bottom;
}

.outerFooter
{
	background-image:none;
}

.width_fixer
{
	width:754px;
	margin:0px auto;
	text-align:left;	
}

/* ---------------- header -------------------- */
.header
{
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	height:123px;
	position:relative;
	top:0px;
	left:0px;
}

.logo
{
	position: absolute;
	top:25px;
	left:33px;
}

.langs
{
	position: absolute;
	top:61px;
	right:572px;
	text-align:right;
}

.menu
{
	position: absolute;
	top:98px;
	left:30px;
	width:610px;
}

.menu A
{
	font-family:Arial;
	font-size:13px;
	color:#605C5B;
	font-weight: bold;
	text-decoration: none;
	display:block;
	float:left;
	margin-right:25px;
	padding-left:5px;
}
.separator
{
    margin-right:25px;
}
.menu A:hover
{
	color:#566EAA;
}

.menu A.sel
{
	color:#DC3830;
}

.menu SPAN
{
	background-image:url(images/mi_sep.gif);	
	width:25px;
	display:block;
	float:left;
	background-repeat: no-repeat;
	background-position: center 5px;
}

.quick_contact
{
	font-family:Arial;
	font-size:10px;
	color:White;
	position:absolute;
	top:49px;
	left:548px;
	width:208px;
	height:70px;
}

.quick_contact A
{
	color:White;
}

/* ---------------- footer  -------------------- */
.footer
{
	position:relative;
	top:10px;
	left:0px;
	height:85px;
	color:#8B8A89;
	font-family:Arial;
	font-size:12px;
}

.footer_menu
{
	float:left;
}

.footer_menu A
{
	color:#8B8A89;
	text-decoration:none;
	font-weight:bold;
}

.footer_menu A.sel
{
	color:White;	
}

.footer_menu A:hover
{
	text-decoration:underline;
}

.copyright
{
	float:right;
	text-align:right;
}

.developer
{
	text-align:right;
}

.developer A
{
	color:#8B8A89;
	text-decoration: underline;
}


/* ---------------- home page  -------------------- */

.content
{
	padding-top:10px;
	font-family:Arial;
	font-size:12px;
	color:White;
}
.contact
{
    margin-left:auto;
    margin-right:auto;
    width:756px;
    float:left;
    height:20px;
    background-image:url(images/contactBG.jpg);
    color:White;
    font-size:11px;
    text-align:center;
    padding-top:5px;
    margin-bottom:5px;
}
.contact a
{
    color:inherit;
}

.texts
{
	width:350px;
	padding-left:20px;
	padding-top:8px;
	float:left;	
}

.texts P
{
	margin-top:0px;
}

.home_right_thumbs
{
	width:210px;
	float:left;
	padding-left:14px;
	padding-top:8px;	
	overflow:hidden;
}

.home_left_menu
{
	width:160px;
	float:left;	
}

.home_left_menu A
{
	display:block;
	color:#DDDCDA;
	border-bottom:1px dashed white;
	padding:8px 0px;
	text-decoration:none;
}

.home_left_menu A.last
{
	border-bottom:none;
}

.home_left_menu A:hover
{	
	color:White;
}

.home_feat
{
	height:60px;
	width:220px;
	overflow:hidden;
}

.home_feat A.photo
{
	display:block;
	float:left;
	width:60px;
	height:45px;
	border:3px solid #838281;
}

.home_feat A:hover.photo
{
	border-color:White;
}

.home_feat A.photo IMG
{
	border:none;
}

.home_feat A.link
{
	display:block;
	float:left;
	color:White;
	text-decoration:none;
	padding-left:10px;
	width:140px;
	font-weight:bold;
}



.home_feat A:hover.link
{
	text-decoration:underline;
}


/* ---------------- Inner pages ----------------------- */
.transportation_left_menu
{
	width:200px;
	float:left;	
}

.transportation_left_menu H1
{
	font-family:Arial;
	font-size:14px;
	padding-top:8px;
	margin-top:0px;
}

.transportation_left_menu A
{
	display:block;
	padding:3px 0px 3px 16px;
	background-image:url(images/blt.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	color:#DDDCDA;
	text-decoration:none;
}

.transportation_left_menu A:hover
{
	text-decoration:underline;
}

.transportation_left_menu A.sel
{
	font-weight:bold;
	font-size:13px;
	background-position:left 6px;
	color:White;
}

.transportation_texts
{
	width:530px;
	padding-left:20px;
	padding-top:8px;
	float:left;	
}


.transportation_texts H2
{
	margin-top:0px;
	font-family:Arial;
	font-size:18px;
	display:block;
	padding-bottom:4px;
	margin-bottom:10px;
}

.transportation_texts P
{
	margin-top:0px;
}

/* --------------- Contact PAge ---------------- */

.contact_left
{
	width:260px;
	float:left;
	padding-top:8px;
	font-size:13px;
	line-height:18px;
}

.contact_left A
{
	color:White;
}

.contact_right
{
	width:460px;
	padding-left:20px;
	padding-top:8px;
	float:left;	
}

.error_col, .err_msg
{
	color:Red;
}

.ok_msg
{
	color:Green;	
}


/* ------------- products --------------------- */

.products_left_menu
{
	width:160px;
	/* 150px (+10px) */
	float:left;	
}

.products_main
{
	/*width:593px;*/
	width:593px;
	padding-top:8px;
	float:left;	
	overflow:hidden;
}

.products_texts
{
	width:350px;	
	padding-left:10px;
	padding-right:5px;
	float:left;	
	text-align:justify;
}

.products_texts_full
{
	padding-left:20px;
	padding-right:5px;
	text-align:justify;
}
.products_right
{
	width:223px; 
	/* 235px (-55px) */
	float:left;
	/*padding-left:5px;*/
	width:228px;
	overflow:hidden;
	padding-top:35px;
}

.products_photos
{
	width:573px;
	padding-left:20px;
}

.products_left_menu A
{
	display:block;
	color:#DDDCDA;
	border-bottom:1px dashed white;
	padding:8px 0px 3px 0px;
	font-weight:normal;
	text-decoration:none;
}

.products_left_menu A.sel
{
	font-weight:bold;
	color:White;
}

.products_left_menu A.nochildren
{
	border-bottom:none;
}

.products_left_menu A:hover
{
	color:White;
}

.products_left_menu DIV A
{
	display:block;
	font-weight:normal;
	padding:3px 0px 3px 20px;
	background-image:url(images/blt.gif);
	background-repeat:no-repeat;
	background-position:4px 5px;
	color:#DDDCDA;
	border-bottom:none;
	text-decoration:none;
}

.products_left_menu DIV A:hover
{
	text-decoration:underline;
}

.products_left_menu DIV A.sel
{
	font-weight:bold;
	background-position:4px 6px;
	color:White;
}


.products_texts P
{
	margin-top:0px;
}

.products_texts H2, .products_photos H2
{
	margin-top:0px;
	font-family:Arial;
	font-size:18px;
	display:block;
	padding-bottom:4px;
	margin-bottom:10px;
	/*border-bottom:1px dashed #838281;*/
}

.products_right A.thumb
{
	width:100px;
	height:75px;
	display:block;
	float:left;
	border:3px solid White;
	margin:4px 2px 4px 6px;
}



.products_right A.thumb IMG
{
	width:100px;
	height:75px;
	border:none;
}

.products_right A.more_photos
{
	display:block;
	clear:both;
	color:White;
	text-align:right;
	text-decoration:none;
}

.products_right A:hover.more_photos
{
	text-decoration: underline;
}

.products_photos DIV.thumb
{
	width:112px;
	height:88px;
	display:block;
	float:left;
}

.products_photos DIV.thumb A.thumb
{
	width:100px;
	height:75px;
	display:block;
	border:3px solid White;	
}

.products_photos DIV.thumb A.thumb IMG
{
	width:100px;
	height:75px;
	border:none;
}





