@charset "UTF-8";

html, body { 
	background-color: #a20c07;
	height:100%;
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center; 
	font-family: Verdana;
	background-image: url(../images/nyw.gif);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
}

#wrapper {
	margin: 0;
	padding: 55px 0 20px 0;
	text-align: center;
    vertical-align: top;
    width: 100%;
}

#wrapper2 {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}

#front {
	border: none;
	border-bottom: 6px #FC3 solid;
	border-top: 6px #FC3 solid;
	background-color: #FFF;
	height: auto;
	width: 100%;
	padding: 72px 0;
}

td {
	font-size: 12px;
}

#front td {
	font-size: 12px;
}

#address {
	width: 100%;
	background-color: #eee;
	margin: 24px 0;
	padding: 36px 0;
	border-bottom: 1px #ccc dotted;
	border-top: 1px #ccc dotted;
}

img {
	border: none;
}

hr {
	border: none;
	border-bottom: 1px #CCC dotted;
	margin-top: 16px;
	margin-bottom: 18px;
}

p {
	text-align: left;
	color:#666;
	font-size: 12px;
	font-family: Arial;
	line-height: 16px;
	margin-top: 3px;
}

h2 {
	margin: 0 0 8px 0;
	padding-bottom: 3px;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #f93;
	text-transform: uppercase;
}

h3 {
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #F60;
	padding-top: 8px;
	padding-bottom: 0px;
}

small {
	margin: 0;
	font-size: 9px;
	color:#666;
	text-align: left;
	float: left;
	font-style: italic;
}

li {
	text-align: left;
	font-size: 11px;
	color: #777;
}

#language {
	width: 800px;
	height: 26px;
	background-image: url(../images/lang_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: right;
}

#language img {
	margin: 8px 12px 0 0;
	border: none;
}

#header {
	width: 100%;
	height: 85px;
	border-top: 2px #ff9900 solid;
	border-bottom: 2px #ff9900 solid;
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;
}

#logo {
	width: 800px;
	text-align: left;
}

#company {
	width: 378px;
	float:left;
	text-align: center;
}

#menus {
	height: 28px;
	width: auto;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	float: left;
	margin-top: 57px;
}

/*
#menus a:link, #menus a:visited, #menus a:active {
	font-size: 12px;
	color: #FFF;
	padding: 0 5px;
	margin-bottom: 6px;
}

#menus a:hover {
	color: #FC6;
}
*/

a:link, a:visited {
	text-decoration: none;
	color: #888;
}

a:hover {
	color: #F60;
}

#main {
	width: 718px;
	border: 5px #d1d1d1 solid;
	border-top: none;
	background-color: #FFF;
	background-image: url(../images/main_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 36px 36px 10px 36px;
}

#footer {
	width: 800px;
	height: 74px;
	border: none;
	font-family: Verdana;
	font-size: 11px;
	color: #cc6600;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footer a:hover {
	
}

#credit {
	margin: 5px 0;
}

/* Abous Page */

#content_left {
	width: 305px;
	float: left;
}

#content_right {
	width: 380px;
	float: right;
	margin-left: 30px;
	padding-bottom: 24px;
}

.map {
	padding-right: 12px;
}

.map td {
	font-size: 11px;
	color: #666;
}

.products {
	width: 100%;
	text-align: center;
	background-color: #fefefe;
	border: 1px #ccc dotted;
	margin-top: 24px;
}

.productsList {
	width: 33%;
	height: 270px;
	float: left;
	border: none;
}

.productsList li {
	list-style-position: inside;
	}

.products img {
	padding: 10px;
	vertical-align: middle;
}

ul#products {
		padding-left: 18px;
}

#products li {
	list-style: square;
}

#products li a:link, #products li a:visited {
	color: #F90;
	line-height: 16px;
}

#products li a:hover {
	color: #aaa;
	}

#content_top {
	width: 100%;
}

a.statement {
	color: #C30;
	text-decoration: underline;
}