/* **************************** common styles **************************** */
html, body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
body {
	background: url(../images/body_bg.gif) top left repeat-x;
}
.red {
	color:#ed1c24;
}
/*************** links **************/
a:link, a:visited, a:active {
	color:#ED1C24;
	text-decoration: underline;
}
a:hover {
	color: #ED1C24;
	text-decoration: none;
}
.by a:link, .by a:visited, .by a:active {
	color:#333333;
	text-decoration: none;
}
.by a:hover {
	color: #333333;
	text-decoration: underline;
}
.left_menu a:link, .left_menu a:visited, .left_menu a:active {
	color:#333333;
	text-decoration: underline;
}
.left_menu a:hover {
	color: #333333;
	text-decoration: none;
}
.left_menu a.active:link, .left_menu a.active.active:visited, .left_menu a.active:active, .left_menu a.active:hover {
	color: #ED1C24;
	text-decoration: underline;
}
.left_menu a.active:hover {
	color: #ED1C24;
	text-decoration: none;
}
.parts_menu a:link, .parts_menu a:visited, .parts_menu a:active {
	color:#ED1C24;
	text-decoration: underline;
}
.parts_menu a:hover {
	color: #ED1C24;
	text-decoration: none;
}
.parts_menu a.active:link, .parts_menu a.active.active:visited, .parts_menu a.active:active, .parts_menu a.active:hover {
	color: #333333;
	text-decoration: underline;
}
.parts_menu a.active:hover {
	color: #333333;
	text-decoration: none;
}
.footer a:link, .footer a:visited, .footer a:active, h2 span a:link, h2 span a:visited, h2 span a:active {
	color:#ED1C24;
	text-decoration: underline;
}
h2 span a:hover {
	color: #ED1C24;
	text-decoration: none;
}
a.grey:link, a.grey:visited, a.grey:active {
	color:#818183;
	text-decoration: underline;
}
a.grey:hover {
	color: #818183;
	text-decoration: none;
}
.grey_arrow {
	padding: 0px 21px 0px 0px;
	background: url(../images/grey_arrow.gif) right 5px no-repeat;
	display: block;
}
.grey_arrow_inline {
	padding: 0px 21px 0px 0px;
	background: url(../images/grey_arrow.gif) right 5px no-repeat;
	display: inline;
}
.red_arrow {
	padding: 0px 21px 0px 0px;
	background: url(../images/red_arrow.gif) right 5px no-repeat;
}
.green_rnd_link {
	display: block;
	width: 160px;
	padding: 0px 40px 0px 15px;
	height: 34px;
	background: url(../images/green_rnd_link_bg.gif) top left no-repeat;
	font-size: 11px;
	line-height: 34px;
}
a.green_rnd_link:link, a.green_rnd_link:visited, a.green_rnd_link:active {
	color:#ffffff;
	text-decoration: underline;
}
a.green_rnd_link:hover {
	color: #ffffff;
	text-decoration: none;
}
.hr {
	background: #D5D5D6;
	/*clear: both;*/
}
img {
	border: none;
	/*margin: 0px;*/
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	width: 1px;
	height:1px;
}
/************* top_menu *************/
.top_menu {
	width: 1000px;
	text-align: center;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px auto;
	background:#81B91B;
	font-size:13px;
/*	overflow:hidden; */
}
.top_menu:after {
	content: '';
	display: block;
	clear: both;
}
.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}
.align_center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}
.align_center_to_left {
	-position: static;
	-clear: both;
}
.align_center_to_right {
	-position: static;
	-clear: both;
	-float: left;
	-overflow: hidden;
	-width: 100%;
}
.top_menu ul {
	list-style-type: none;
	list-style-image: none;
	float:left;
}
.top_menu ul {
	/*-left: 50%;*/
	-float: left;
	-position: relative;
}
.top_menu ul li {
	float:left;
	line-height: 38px;
	-line-height: 34px;
	padding: 0px 25px 0px 8px;
	text-align: center;
}
.top_menu ul li {
	-right: 50%;
	-float: left;
	-position: relative;
}
.top_menu ul li.top_menu_end {
	padding: 0px 8px 0px 8px;
}
.top_menu ul li a {
	text-decoration: none;
	text-align: center;
	padding: 0px 1px 6px 1px;
}
.top_menu a:link, .top_menu a:visited, .top_menu a:active, .top_menu a:hover {
	color:#ffffff;
	text-decoration: none;
}
.top_menu a.active:link, .top_menu a.active:visited, .top_menu a.active:active {
	color:#ffffff;
	text-decoration: none;
}
.top_menu ul li a:hover, .top_menu a.active {
	background: url(/website/sun/template/images/menu_hover.gif) 0px 30px repeat-x;
}
/************* header ************/
.red_header {
	width: 100%;
	min-width: 1000px;
	height: 125px;
	background: url(../images/red_bg.png) top center no-repeat #ed1c24;
	border-bottom:1px solid #FFFFFF;
}
.header {
	width: 1000px;
	height: 125px;
	margin: 0px auto;
	position: relative;
	*position:inherit;
}
.logo {
	width: 300px;
	height: 96px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top:12px;
	*position:inherit;
}
.social {
	width: 1000px;
	/*height: 30px;*/
	position: absolute;
	text-align: right;
	left: -15px;
	
}
.header_social {
	width: 1000px;
	/*height: 30px;*/
	margin: 0px auto;
	position: relative;
	/*position:inherit;*/
	text-align: right;
}
.social2 {
	width: 1000px;
	height: 34px;
	position: absolute;
	left: -15px;
	/*position:inherit;*/
	text-align: right;
}
.header_social2 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	bottom: 3px;
	/*position:inherit;*/
	text-align: right;
}
.lang {
	/*width: 250px;*/
	height: 100px;
	position: absolute;
	right: 0px;
	top: 4px;
	margin-top: 10px;
	*margin-top: 47px;
	margin-right: 14px;
	-margin-right: 15px;
	-margin-top: 44px;
	display:block;
	text-align:center;
}
.search_input{width: 200px;*width:185px;-width:183px;color:#818183;font-size:11px;}
.btn_search{width:28px;height:28px;position:relative;background: transparent url(/images/spacer.gif) repeat; border:0; margin:0;padding:0}
.lang a, .lang a:link,.lang a:visited {color: #fff !important;text-decoration:none; }
.lang a:hover{color: #333 !important;text-decoration:none; }
.lang table{cellspacing: 0; border:0;border-collapse: collapse; }
.lang_body
{
	background:url(../images/bg_lang.png) repeat-x left top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/website/sun/template/images/bg_lang.png", sizingMethod="scale");
	text-align: left;
	padding: 10px 7px 15px 7px;
	-padding: 15px 6px 15px 6px;
	height:37px;
	-height:32px;
}
.lang_block
{
	padding-bottom:10px;
}
.lang_left
{
	background:url(../images/bg_lang_left.png) no-repeat right top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/website/sun/template/images/bg_lang_left.png", sizingMethod="scale");
	width:10px;
	height:62px;
}
.lang_right
{
	background:url(../images/bg_lang_right.png) no-repeat left top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/website/sun/template/images/bg_lang_right.png", sizingMethod="scale");
	width:10px;
	height:62px;
}
.search_left
{
	background:url(../images/bg_search_left.png) no-repeat right top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/website/sun/template/images/bg_search_left.png", sizingMethod="scale");
	width:10px;
}
.search_right
{
	background:url(../images/bg_search_right.png) no-repeat left top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/website/sun/template/images/bg_search_right.png", sizingMethod="scale");
	width:28px;
}
.search_body
{
	background:url(../images/bg_search.png) repeat-x left top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/website/sun/template/images/bg_search.png", sizingMethod="scale");
	text-align: left;
	padding: 2px 0px 2px 0px;
	-padding: 2px 0px 2px 0px;
	height:24px;
	-height:24px;
	vertical-align: middle;
}
.search_bar{margin-top:5px;float:right;width:100%}

.select-container {
	position:relative; width:975px; margin:0px auto;}
.select-open {color:#333333; font-size:13px; border:1px solid #FFFFFF; padding:5px; background:#FCFBFB; width:195px; position:absolute;right:25px; top:106px; z-index:5000;}
.select-open a, .select-open a:active, .select-open a:visited {display:block; text-decoration:none; color:#333333; width:100%; padding:3px 0px 3px 0px;}
.select-open a:hover {text-decoration:none; color:#333333; background:#F0EFEE;}
.select-open a img {margin:2px 3px 2px 3px; *margin:2px 3px 0px 3px; vertical-align:middle;}
.arrow-select{ float:right; padding-top:2px;}

.header_pic {
	width: 100%;
	min-width: 1000px;
	display:block;
	overflow:hidden;
	margin: 0px auto;
	padding: 0px;
	background:#F3F2E9;
}
#index .header_pic {
	height: 245px;
}

.header_pic_content  {
	width: 975px;
	margin: 0px auto;
}
#index .header_pic_content {
	width: 975px;
	margin: 0px auto;
	background:url(../images/header-green-bg.png) top right no-repeat;
	height: 245px;
}
#flashcontent {
	height: 245px; float:left;
}
.index_blocks {
	float:right; height: 245px; width:505px;
}
.header_block {color:#FFFFFF; padding:10px 10px 2px 25px; width:212px; height:110px; float:left;}
.header_block h2{color:#FFFFFF; font-weight:bold; font-size:20px; line-height:95%; padding-bottom:6px; height:38px;}
.header_block ul li{ list-style:none;}
.header_block a, .header_block a:visited, .header_block a:active{color:#FFFFFF; text-decoration:none;}
.header_block a:hover{color:#FFFFFF; text-decoration:underline;}

.header_block_first {color:#FFFFFF; padding:10px 10px 2px 25px; width:212px; height:232px; float:left;}
.header_block_first h2{color:#FFFFFF; font-weight:bold; font-size:20px; line-height:95%; padding-bottom:6px; height:38px;}
.header_block_first ul li{ list-style:none;}
.header_block_first a, .header_block a:visited, .header_block a:active{color:#FFFFFF; text-decoration:none;}
.header_block_first a:hover{color:#FFFFFF; text-decoration:underline;}

body#subpage .green_header {
	height: 187px;
	background: url(../images/green_bg_in_subpage.jpg) top center no-repeat #8CC91D;
}
.green_header div a.by_bus {
	display: block;
	height: 20px;
	width: 250px;
	position: absolute;
	top: 139px;
	left: 440px;
}
.green_header div a.by_eq {
	display: block;
	height: 20px;
	width: 240px;
	position: absolute;
	top: 139px;
	left: 745px;
}
/************ body ********************/
.body {
	width: 970px;
	margin: 0px auto;
	overflow: hidden;
	padding: 24px 0px 10px 30px;
	clear: both;
}
/************* beige_block *************/
.beige_block {
	width: 100%;
	min-width: 1000px;
	background: #F3F2E9;
}
/************** by_table ***********/
.by_table td {
	vertical-align: top;
	padding: 0px 30px 0px 0px;
	font-size: 12px;
}
.by_table td h1 {
	font-size: 22px;
	color: #ED1C24;
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.by_table td p {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
a.long_btn {
	display: block;
	width: 231px;
	height: 34px;
	text-decoration: none;
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	background: url(../images/long_btn.gif) no-repeat left top;
	padding: 0px 0px 0px 30px;
}
.by_table td ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image:none;
	list-style-type:none;
	display: block;
	width: 220px;
	float: left;
}
.by_table td ul li {
	padding: 0px 0px 0px 27px;
	margin: 0px 0px 5px 10px;
	list-style-image:none;
	list-style-type:none;
	background: url(../images/li_bullet_on_beige.gif) no-repeat 0px 5px;
	line-height: 15px;
}
a.long_btn:link, a.long_btn:visited, a.long_btn:active {
	color:#ffffff;
	text-decoration: none;
}
a.long_btn:hover {
	color: #ffffff;
	text-decoration: underline;
}
/************* page *****************/
.page {
	width: 982px;
	padding: 30px 9px 0px 9px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
}
/************* left_col ***************/
.left_col {
	width: 250px;
	float: left;
}
/************ left_menu ****************/
.left_menu {
	width: 250px;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 43px 0px;
}
.left_menu h3 {
	font-size: 17px;
	line-height: 34px;
	color: #FFFFFF;
	width: 230px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 21px 0px;
	display: block;
	background: url(../images/red_rounded.gif) top left no-repeat;
}
.left_menu h4 {
	font-size: 13px;
	font-weight: bold;
	color: #818183;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 17px;
}
.left_menu ul {
	margin: 0px 0px 0px 17px;
	padding: 0px 0px 0px 0px;
}
.left_menu ul li {
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}
.left_menu ul li ul {
	margin: 0px;
	padding: 0px;
}
.left_menu ul li ul li {
	font-size: 11px;
	line-height: 12px;
	padding: 0px 0px 0px 27px;
	background: url(../images/grey_arrow.gif) 0px 4px no-repeat;
}
.left_menu ul.parts_menu {
	margin: 0px 0px 25px 17px;
	padding: 0px;
}
.left_menu ul.parts_menu li {
	font-size: 11px;
	line-height: 12px;
	padding: 0px 0px 0px 27px;
	background: url(../images/grey_arrow.gif) 0px 4px no-repeat;
	margin: 0px 0px 10px 0px;
}
/************* beige_rounded *********/
.beige_rounded {
	width: 250px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	clear: both;
	background: url(../images/beige_rounded_bottom_bg.gif) left bottom no-repeat #F3F2E9;
	font-size: 11px;
}
.beige_rounded_body {
	width: 207px;
	padding: 19px 20px 0px 23px;
	overflow: hidden;
	clear: both;
	background: url(../images/beige_rounded_top_bg.gif) left top no-repeat;
}
img.beige_rounded_h3 {
	position: relative;
	left: -5px;
	margin: 0px 0px 23px 0px;
}
.beige_rounded h4 {
	font-size: 13px;
	line-height: 16px;
	color: #818183;
	font-weight: bold;
}
.beige_rounded p {
	line-height: 14px;
}
.beige_rounded p span {
	padding: 0px 0px 0px 45px;
}
.beige_rounded a.green_rnd_link {
	margin: 40px 0px 0px 0px;
	position: relative;
	left: -5px;
}
.beige_rounded .hr {
	margin: 0px 0px 17px 0px;
}
.article {
	padding: 0px 0px 5px 0px;
}
.article h4 {
	margin: 0px 0px 2px 0px;
}
.article p {
	margin: 0px 0px 15px 0px;
}
/************* content ***************/
.content {
	width: 697px;
	padding: 0px 0px 15px 0px;
	float: right;
}
.content h1 {
	font-size: 32px;
	line-height: 30px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 17px 0px;
	border-bottom: 1px solid #D5D5D6;
}
.content h2 {
	font-size: 27px;
	line-height: 27px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.content h3 {
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.content h4 {
	font-size: 13px;
	font-weight: bold;
	color: #818183;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.content h5, .content h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.content ul {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 7px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	position: relative;
}
.content ul li {
	padding: 0px 0px 0px 27px;
	margin: 10px 0px 10px 0px;
	line-height: 13px;
	list-style-image:none;
	list-style-type:none;
	background: url(../images/grey_arrow.gif) no-repeat 0px 4px;
}
.content ul li ul, .content ol li ul {
	margin: 0px;
	padding: 0px;
}
.content ol {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 34px;
}
.content ol li {
	margin: 10px 0px 10px 0px;
	line-height: 13px;
}
.content ol li ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
 *padding: 0px 0px 0px 23px;
}
.content p {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 18px 0px;
}
/*********** path ************/
.path {
	width: 697px;
	font-size: 11px;
	color: #D5D5D6;
	margin: 0px 0px 17px 0px;
	overflow: hidden;
	clear: both;
}
.path a {
	height: 19px;
	display: block;
	float: left;
}
.path img {
	display: block;
	padding: 0px 8px 0px 8px;
	float: left;
}
.path img.last {
	display: block;
	padding: 7px 8px 0px 8px;
	float: left;
}

/************* content_l_col ************/
.content_l_col {
	width: 485px;
	float: left;
	margin: 0px 0px 18px 0px;
}
/************* content_r_col ************/
.content_r_col {
	width: 182px;
	float: right;
	margin: 0px 0px 18px 0px;
}
/************* content_news_block ************/
.content_news_block {
	width: 697px;
	float: left;
	border-top: 1px solid #D5D5D6;
	padding: 32px 0px 0px 0px;
	margin: 0px;
}
.content_news_block_col {
	width: 338px;
	float: left;
	margin: 0px 21px 0px 0px;
	display: inline;
}
.right_news_col {
	margin: 0px;
}
.content_news_block_col .news_item {
	width: 330px;
	margin: 0px 0px 36px 0px;
}
.content_news_block_col .news_item h4 {
	width: 275px;
}
.content_news_block_col .news_item p {
	width: 275px;
}
.content_news_block_col .news_item p.date {
	width: 40px;
	margin: 0px 7px 0px 0px;
	padding: 1px 8px 0px 0px;
}
.content_news_block h2 {
	font-size: 25px;
	line-height: 25px;
	margin: 0px 0px 19px 0px;
}
.content_news_block h2 span {
	font-size: 11px;
	color: #D5D5D6;
	position: relative;
	bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
}
/************* parts *********************/
.parts {
	width: 697px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	clear: both;
}
.part {
	width: 328px;
	height: 170px;
	float: left;
	margin: 0px 20px 0px 0px;
}
.part .part_img {
	width: 110px;
	height: 85px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.part h4 {
	display: block;
	width: 208px;
	/* background: green;*/
  float: right;
	/*font-size: 13px;
  font-weight: bold;
  color: #818183;*/
  margin: 0px 0px 0px 0px;
}
.part .part_txt {
	display: block;
	width: 208px;
	/*background: orange;*/
  float: right;
}
.f_left {
	float: left;
}
/************* product *********************/
.products {
	width: 697px;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 2px 0px;
	padding: 10px 0px 0px 0px;
}
.product {
	width: 697px;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #D5D5D6;
}
.product .product_img {
	width: 173px;
	float: left;
	margin: 0px 19px 0px 0px;
}
.product h4 {
	display: block;
	width: 505px;
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #818183;
	margin: 0px 0px 4px 0px;
}
.product .product_txt {
	display: block;
	width: 505px;
	float: right;
}
.product .product_txt p {
	margin: 0px 0px 10px 0px;
}
/*********** product_about ***********/
.product_about {
	width: 697px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.product_about img {
	float: right;
	margin: 0px 0px 15px 15px;
}
/*********** product_info ***********/
.product_info {
	width: 697px;
	margin: 0px 0px 15px 0px;
	float: left;
}
/*********** product_photos ***********/
.product_photos {
	width: 697px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.product_photos div.photo_items {
	width: 726px;
	margin: 0px 0px 0px -29px;
	padding: 0px;
	float: left;
}
.photo_item {
	width: 116px;
	height: 135px;
	margin: 0px 0px 0px 29px;
	float: left;
	display: inline;
}
.photo_item img {
	width: 110px;
}
.photo_item a {
	display: block;
	float: left;
	margin: 0px 0px 5px 0px;
}
.photo_item a:link, .photo_item a:visited, .photo_item a:active {
	border: 3px solid #c0c0c0;
}
.photo_item a:hover {
	border: 3px solid #8CC91D;
}
.photo_item p {
	margin: 0px;
	text-align: center;
}
/*********** product_review ***********/
.product_reviews {
	width: 697px;
	overflow: hidden;
	clear: both;
}
.review {
	width: 697px;
	overflow: hidden;
	clear: both;
	margin: 0px;
}
.review h4 {
	margin: 0px 0px 4px 0px;
}
/********** news_list ******************/
.news_list {
	width: 697px;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 10px 0px 0px 0px;
}
.news_list h4.news_name {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.news_list p.news_date {
	margin: 0px 0px 17px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #8CC91D;
}
table.news {
	width: 697px;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #D5D5D6;
}
table.news td {
	vertical-align: top;
	padding: 0px 0px 5px 0px;
}
table.news p {
	margin: 0px 0px 10px 0px;
}
table.news p.date {
	margin: 0px 10px 0px 0px;
	background: none;
}
table.news img {
	background:none repeat scroll 0 0 #FFFFFF;
	border:6px solid #EFEFEF;
	float:left;
	margin:0 14px 5px 0;
	padding:2px;
}
table.news h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
/********** listing ******************/
.listing {
	color: #818183;
	font-size: 11px;
	width: 697px;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 25px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #D5D5D6;
}
.listing p, .listing_bordered p {
	margin: 0px;
	text-align: right;
}
.listing p img {
	position: relative;
	top: -1px;
	padding: 0px 2px;
}
.listing p span {
	font-weight: bold;
}
/************* home_content *************/
.home_content {
	width: 970px;
	padding: 0px 15px 25px 15px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
}
/************ special_offers, press_center *************/
.special_offers {
	width: 465px;
	float: left;
	background: #ffffff;
	padding: 36px 0px 0px 0px;
	display: inline;
}
.press_center {
	width: 465px;
	float: right;
	padding: 36px 0px 0px 0px;
}
.offer {
	margin: 0px 0px 20px 0px;
}
.special_offers h3, .press_center h3 {
	font-size: 17px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 19px 0px;
	border-bottom: 1px solid #D5D5D6;
}
.special_offers h3 span, .press_center h3 span {
	font-size: 11px;
	color: #D5D5D6;
	position: relative;
	bottom: 2px;
}
.special_offers h4 {
	font-size: 13px;
	font-weight: bold;
	color: #818183;
	margin: 0px 0px 7px 0px;
	padding: 5px 0px 0px 0px;
}
.special_offers p, .press_center p {
	margin: 0px 0px 15px 0px;
	line-height: 13px;
}
.offer img {
	background: #ffffff;
	padding: 2px;
	border: 6px solid #EFEFEF;
	float: left;
	margin: 0px 14px 5px 0px;
}
/************** press_center ***************/
.news_item {
	width: 460px;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 12px 0px;
}
.news_item h4 {
	width: 405px;
	/*float: right;*/
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}
.news_item p {
	width: 405px;
	/*float: right;*/
	display: block;
	margin: 0px;
	line-height: 14px;
}
.news_item img {
	background:none repeat scroll 0 0 #FFFFFF;
	border:6px solid #EFEFEF;
	float:left;
	margin:0 14px 5px 0;
	padding:2px;
}
p.date {
	width: 40px;
	margin: 0px 7px 0px 0px;
	padding: 1px 8px 0px 0px;
	display: inline;
	display: block;
	float: left;
	background: url(../images/slash.gif) top right no-repeat;
	text-align: center;
}
p.date span {
	color: #999999;
}
/************* bottom **************/
.bottom {
	width: 970px;
	overflow: hidden;
	clear: both;
	background: url(../images/bottom_bg.gif) bottom right no-repeat;
	margin: 0px auto;
	padding: 0px 15px 0px 15px;
}
/*********** ul map **************/
ul.map {
	padding: 12px 20px 0px 0px;
	margin: 0px 50px 0px 0px;
	display: block;
	width: 253px;
	float: left;

}
ul.map li {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 20px;
	margin: 9px 0px 10px 0px;
	background: url(../images/map_first_li_bg.gif) top left no-repeat;
	list-style: none;
}
ul.map li ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
ul.map li ul li {
	font-size: 11px;
	line-height: 13px;
	padding: 0px 0px 0px 0px;
	background: none;
	font-weight: normal;
	width: auto;
	list-style: none;
}
ul.map li ul li ul {
	margin: 0px;
	padding: 5px 0px 2px 0px;
}
ul.map li ul li ul li {
	font-size: 10px;
	line-height: 11px;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 5px;
	background: url(../images/map_bullet.gif) 0px 5px no-repeat;
	font-weight: normal;
	list-style: none;
}
ul.map li ul li a:link, ul.map li ul li a:visited, ul.map li ul li a:active {
	color:#333333;
	text-decoration: underline;
}
ul.map li ul li a:hover {
	color: #333333;
	text-decoration: none;
}
/**************** footer *************/
.footer {
	width: 928px;
	padding: 28px 36px 37px 36px;
	margin: 0px auto;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
	overflow: hidden;
	clear: both;
}
.footer p {
	margin: 0px;
	padding: 0px;
}
.right_p {
	display: block;
	float: right;
	text-align: right;
}
.left_p {
	display: block;
	float: left;
}
/************* red_bullet_ul *****/
ul.red_bullet_ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
ul.red_bullet_ul li {
	padding: 0px 0px 0px 27px;
	margin: 3px 0px 20px 0px;
	list-style: none;
	background: url(../images/li_bullet_on_beige.gif) no-repeat 0px 5px;
	line-height: 12px;
	font-size: 11px;
}
/**************** content_table *************/
.content_table {
	margin: 0px 0px 15px 0px;
}
.content_table td {
	text-align: left;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
}
.content_table td h4 {
	margin: 0px;
	color: #8CC91D;
	font-size: 11px;
	text-align: center;
}
.content_table caption {
	background: #F3F2E9;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	text-align: center;
}
.content_table td {
	background: #ffffff;
	border-right: 4px solid #ffffff;
	border-bottom: 1px solid #D5D5D6;
}
/************** form **********************/
form.basic {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 15px 0px;
}
form.basic h3 {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
form.basic h4 {
	color: #ed1c24;
}
form.basic table td {
	vertical-align: top;
	padding: 4px 0px 0px 0px;
}
form.basic table td.name {
	width: 200px;
	padding: 4px 15px 0px 0px;
}
form.basic table td.divider {
	height: 10px;
}
form.basic table span {
	color: #ed1c24;
}
form.basic input {
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	width: 350px;
	color: #333333;
	border: 1px solid #D5D5D6;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
	margin: 2px 0px 1px 1px;
}
form.basic input.captcha {
	width: 128px;
	margin: 0px 0px 7px 0px;
}
form.basic img.captcha {
	margin: 0px 0px 5px 0px;
}
form.basic textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #D5D5D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	margin: 2px 0px 1px 1px;
}
form.basic select {
	font-size: 11px;
	padding: 2px;
	margin: 0px 0px 1px 1px;
}
form input.alert, form textarea.alert {
    border: 2px solid #ed1c24;
    margin: 2px 0px 0px 0px;
}
form input.btn {
	font-size: 12px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	border: 0px;
	padding: 0px 10px 2px 10px;
	margin: 0px 15px 13px 0px;
	cursor: pointer;
}
form input.btn_short {
	width: 54px;
	background: url(../images/button_bg_short.gif) top left no-repeat;
}
form input.btn_short1 {
	width: 54px;
	background: url(../images/button_bg_short1.gif) top left no-repeat;
	margin:0px;
}
form input.btn_medium {
	width: 110px;
	background: url(../images/button_bg_medium.gif) top left no-repeat;
}
form input.btn_long {
	width: 180px;
	background: url(../images/button_bg_long.gif) top left no-repeat;
}
/*********** content_map *************/
.content ul.map {
	padding: 0px;
	margin: 0px;
	width: auto;
}
.content ul.map li {
	font-size: 12px;
	margin: 9px 0px 10px 0px;
	padding: 0px;
	background: none;
}
.content ul.map li ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: auto;
}
.content ul.map li ul li {
	font-size: 11px;
	line-height: 14px;
}
.content ul.map li ul li ul {
	margin: 0px;
	padding: 0px;
}
.content ul.map li ul li ul li {
	font-size: 11px;
	line-height: 12px;
	padding: 0px 0px 0px 27px;
	background: url(../images/grey_arrow.gif) 0px 4px no-repeat;
}
div.content .last {
	border-bottom: none;
	margin: 0px;
}

/**
 * Font faces.
 */

.FontVerdana { font-family: Verdana; }
.FontTahoma { font-family: Tahoma; }
.FontTrebuchet { font-family: 'Trebuchet MS'; }
.FontSans { font-family: sans-serif; }
.FontArial { font-family: Arial; }
.FontHelvetica { font-family: Helvetica; }
.FontComic { font-family: 'Comic Sans MS'; }
.FontCourier { font-family: 'Courier New'; }
.FontTimes { font-family: 'Times New Roman'; }

/**
 * Font sizes.
 */

.Font8px { font-size: 8px; }
.Font9px { font-size: 9px; }
.Font10px { font-size: 10px; }
.Font11px { font-size: 11px; }
.Font12px { font-size: 12px; }
.Font14px { font-size: 14px; }
.Font16px { font-size: 16px; }
.Font18px { font-size: 18px; }
.Font20px { font-size: 20px; }
.Font22px { font-size: 22px; }
.Font24px { font-size: 24px; }
.Font8pt { font-size: 8pt; }
.Font9pt { font-size: 9pt; }
.Font10pt { font-size: 10pt; }
.Font11pt { font-size: 11pt; }
.Font12pt { font-size: 12pt; }
.Font14pt { font-size: 14pt; }
.Font16pt { font-size: 16pt; }
.Font18pt { font-size: 18pt; }
.Font20pt { font-size: 20pt; }
.Font22pt { font-size: 22pt; }
.Font24pt { font-size: 24pt; }
.Font50Percent { font-size: 50%; }
.Font75Percent { font-size: 75%; }
.Font100Percent { font-size: 100%; }
.Font125Percent { font-size: 125%; }
.Font150Percent { font-size: 150%; }
.Font175Percent { font-size: 175%; }
.Font200Percent { font-size: 200%; }

/**
 * Font colors.
 */

.FC01 { color: #000000; }
.FC02 { color: #993300; }
.FC03 { color: #333300; }
.FC04 { color: #003300; }
.FC05 { color: #003366; }
.FC06 { color: #000080; }
.FC07 { color: #333399; }
.FC08 { color: #333333; }
.FC09 { color: #800000; }
.FC10 { color: #FF6600; }
.FC11 { color: #808000; }
.FC12 { color: #008000; }
.FC13 { color: #008080; }
.FC14 { color: #0000FF; }
.FC15 { color: #666699; }
.FC16 { color: #808080; }
.FC17 { color: #FF0000; }
.FC18 { color: #FF9900; }
.FC19 { color: #99CC00; }
.FC20 { color: #339966; }
.FC21 { color: #33CCCC; }
.FC22 { color: #3366FF; }
.FC23 { color: #800080; }
.FC24 { color: #999999; }
.FC25 { color: #FF00FF; }
.FC26 { color: #FFCC00; }
.FC27 { color: #FFFF00; }
.FC28 { color: #00FF00; }
.FC29 { color: #00FFFF; }
.FC30 { color: #00CCFF; }
.FC31 { color: #993366; }
.FC32 { color: #C0C0C0; }
.FC33 { color: #FF99CC; }
.FC34 { color: #FFCC99; }
.FC35 { color: #FFFF99; }
.FC36 { color: #CCFFCC; }
.FC37 { color: #CCFFFF; }
.FC38 { color: #99CCFF; }
.FC39 { color: #CC99FF; }
.FC40 { color: #FFFFFF; }

/**
 * Background colors.
 */

.FC01BG { background-color: #000000; }
.FC02BG { background-color: #993300; }
.FC03BG { background-color: #333300; }
.FC04BG { background-color: #003300; }
.FC05BG { background-color: #003366; }
.FC06BG { background-color: #000080; }
.FC07BG { background-color: #333399; }
.FC08BG { background-color: #333333; }
.FC09BG { background-color: #800000; }
.FC10BG { background-color: #FF6600; }
.FC11BG { background-color: #808000; }
.FC12BG { background-color: #008000; }
.FC13BG { background-color: #008080; }
.FC14BG { background-color: #0000FF; }
.FC15BG { background-color: #666699; }
.FC16BG { background-color: #808080; }
.FC17BG { background-color: #FF0000; }
.FC18BG { background-color: #FF9900; }
.FC19BG { background-color: #99CC00; }
.FC20BG { background-color: #339966; }
.FC21BG { background-color: #33CCCC; }
.FC22BG { background-color: #3366FF; }
.FC23BG { background-color: #800080; }
.FC24BG { background-color: #999999; }
.FC25BG { background-color: #FF00FF; }
.FC26BG { background-color: #FFCC00; }
.FC27BG { background-color: #FFFF00; }
.FC28BG { background-color: #00FF00; }
.FC29BG { background-color: #00FFFF; }
.FC30BG { background-color: #00CCFF; }
.FC31BG { background-color: #993366; }
.FC32BG { background-color: #C0C0C0; }
.FC33BG { background-color: #FF99CC; }
.FC34BG { background-color: #FFCC99; }
.FC35BG { background-color: #FFFF99; }
.FC36BG { background-color: #CCFFCC; }
.FC37BG { background-color: #CCFFFF; }
.FC38BG { background-color: #99CCFF; }
.FC39BG { background-color: #CC99FF; }
.FC40BG { background-color: #FFFFFF; }

/**
 * Indentation.
 */

.Indent1 { margin-left: 40px; }
.Indent2 { margin-left: 80px; }
.Indent3 { margin-left: 120px; }
.Indent4 { margin-left: 160px; }
.Indent5 { margin-left: 200px; }

/**
 * Alignment.
 */

.JustifyLeft { text-align: left; }
.JustifyRight { text-align: right; }
.JustifyCenter { text-align: center; }
.JustifyFull { text-align: justify; }

/**
 * Custom.
 */

p.quotation-index {
	margin: 15px 0px 15px 0px;
	border-left: 5px solid #cc0000;
	padding: 0px 0px 0px 15px;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #000000;
}
p.quotation-inner {
	margin: 30px 0px 30px 30px;
	border-left: 5px solid #cc0000;
	padding: 0px 0px 0px 30px;
	font-size: 110%;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #000000;
	line-height: 100%;
}
q {
}
code {
	font-family: courier, monospace;
	background-color: #eeeeee;
	padding-left: 1px;
	padding-right: 1px;
	border: #c0c0c0 1px solid;
}
kbd {
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}
samp {
}
var {
}
del {
}
ins {
}
cite {
}
table.designed {
	border-collapse: collapse;
}
table.designed th {
	padding: 7px;
	vertical-align: top;
	border: 0px;
	background: #eeeeee;
	text-align: left;
	color: #3d4043;
	border-right: 1px solid #ffffff;
}
table.designed td {
	padding: 7px;
	vertical-align: top;
	border: 0px;
	border-bottom: 1px solid #eeeeee;
}

.sub_message{width:100%;padding: 4px 0 4px 0;}
.error_message{color: #ed1c24}
.correct_message{color: #9ccf3c}

/**Photo slider*/
/*left-right*/
a.prev {
	position: relative;
	display: block;
	width: 35px;
	height: 135px;/*depends on the image height*/
	background: url(../images/arr.gif) no-repeat left 28px;
	float:left;
	outline: none;
}
a.prev:hover {
	position: relative;
	display: block;
	width: 35px;
	height: 135px;
	background: url(../images/arr_over.gif) no-repeat left 28px;
	float:left;
	outline: none;
}
a.next {
	position: relative;
	display: block;
	width: 35px;
	height: 135px;
	background: url(../images/arr1.gif) no-repeat right 28px;
	float:left;
	outline: none;
}
a.next:hover {
	position: relative;
	display: block;
	width: 35px;
	height: 135px;
	background: url(../images/arr1_over.gif) no-repeat right 28px;
	float:left;
	outline: none;
}
#slidePanel{
	width: 620px;
	height: 135px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	float:left;
}
	
#slidePanel	.photo_item
{
	margin:0px;
	padding:0px;
	float:left;
	height:135px;
	position:relative;
	width:124px !important;
}
#slidePanel	.photo_item a, #slidePanel .photo_item a:hover{margin:0 4px 0 4px;-margin:0;}
.wrap {height: 135px;}
#slidePanel .photo_item p{text-align:center; padding:0 4px 0 4px;}

/*FCK Gallery*/
.fck_gallery_item a img{border-color: #C0C0C0 !important;}
.fck_gallery_item a:hover img{border-color: #8CC91D  !important;}
.fck_gallery_item a{display:block;vertical-align:top;}

.fck_gallery_block_items{width:600px;height:185px;overflow:hidden;float:left}
.fck_gallery_block{height:185px;}

/*left-right*/
.fck_gallery_wrapper a.prev {
	position: relative;
	display: block;
	width: 35px;
	height: 140px;/*depends on the image height*/
	background: url(../images/arr.gif) no-repeat left center;
	float:left;
	outline: none;
}
.fck_gallery_wrapper a.prev:hover {
	position: relative;
	display: block;
	width: 35px;
	height: 140px;
	background: url(../images/arr_over.gif) no-repeat left center;
	float:left;
	outline: none;
}
.fck_gallery_wrapper a.next {
	position: relative;
	display: block;
	width: 35px;
	height: 140px;
	background: url(../images/arr1.gif) no-repeat right center;
	float:left;
	outline: none;
}
.fck_gallery_wrapper a.next:hover {
	position: relative;
	display: block;
	width: 35px;
	height: 140px;
	background: url(../images/arr1_over.gif) no-repeat right center;
	float:left;
	outline: none;
}

/*up-down*/
.fck_gallery_wrapper a.prevV {
	position: relative;
	display: block;
	clear:both;
	width: 140px; /*depends on the image width*/
	height: 35px;
	background: url(../images/arru.gif) no-repeat scroll center top;
	outline: none;
	float:left;
}
.fck_gallery_wrapper a.prevV:hover {
	position: relative;
	display: block;
	clear:both;
	width: 140px;
	height: 35px;
	background: url(../images/arru_over.gif) no-repeat scroll center top;
	outline: none;
	float:left;
}
.fck_gallery_wrapper a.nextV {
	position: relative;
	display: block;
	clear:both;
	width: 140px;
	height: 35px;
	background: url(../images/arrd.gif) no-repeat scroll center bottom;
	outline: none;
	float:left;
}
.fck_gallery_wrapper a.nextV:hover {
	position: relative;
	display: block;
	clear:both;
	width: 140px;
	height: 35px;
	background: url(../images/arrd_over.gif) no-repeat scroll center bottom;
	outline: none;
	float:left;
}

