@charset "utf-8";
/* CSS Document */

* {	margin: 0;
	padding: 0;
	}

body {
	font: 11px Sylfaen;
	min-width: 754px;
	background-color: #ffffff;
	text-align: center;
	}

p {
font: 11px Sylfaen;
line-height: 16px;
color: #333333;
}

td {
font: 11px Sylfaen;
padding: 0 0 0 10px;

line-height: 16px;
color: #666666;
}

a {
	color: #ba2534;
	text-decoration:underline;
	}

a:hover {
	color: #666666;
	text-decoration:underline;
	}
	
a.white {
	color: #ffffff;
	text-decoration:none;
	}

a.white:hover {
	color: #ffffff;
	text-decoration:underline;
	}


img {
	border:0;
	}
	
#content {
	width: 754px;
	margin: 0 auto;
	text-align: left;
	}
	

#menu {
	height: 40px;
	width: 754px;
	}

#lang {
	height: 24px;
	width: 754px;
	text-align: right;
	}	

#contact {
	width: 754px;
	height: 42px;
	}

#order {
	width: 253px;
	height: 42px;
	float: left;
	}

#phone {
	width: 252px;
	height: 42px;
	float: right;
	}	

	
#main {
	width: 749px;
	}

#main_home {
	width: 502px;
	float: left;
	background-image:url(images/main_home_bg.jpg);
}

#main_home p {
	padding: 10px 20px 5px 20px;
}

#main_pres {
	width: 240px;
	padding-top:5px;
	float: right;
}

#main_page {
	width: 754px;
	background-image:url(images/zone_bg.jpg);
}

#main_page p {
	padding: 10px 20px 5px 20px;
}


/* START of Footer area */
#footer {
	position: relative;  /* Needed for Safari */
	height: 61px;
	background-image:url(images/co_logo.jpg);
	background-position: right;
	background-repeat:no-repeat;
	}
	
#footer1 p {
	font: 10px Sylfaen;
	color: #666666;
	padding: 22px 0 10px 0;
}

#footer2 p {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
	padding: 17px 0 10px 0;
}

#footer a {
	font-size: 10px;
	color: #333333;
	text-decoration:none;
	margin: 0 5px 0 5px;
}

#footer a:hover {
	font-size: 10px;
	color: #da251e;
	text-decoration:underline;
}

#footer1 {
	height: 60px;
	width: 440px;
	float: left;
	text-align:left;
	}

#footer2 {
	text-align:right;
	float: none;
	margin: 0 120px 0 350px;

	}



/* END of Footer area */

.field {
	font-size:11px;
    color: #666666;
    background-color: #FFFFFF;
	background-image:url(images/shadow.gif);
	border: 1px solid #cccccc;
	height: 20px;
	width: 250px;
	margin: 5px;
    }

.button {
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;
	height: 22px;
	width: 80px;
	border: 1px solid #cccccc;
	background-color: #cc3333;
	vertical-align:bottom;
	margin-left: 177px;
}

#clear {
	clear: both;
	}


.bold {
font-weight: bold;
}

.eng {
font-family: tahoma, verdana, arial, sans-serif;
}