





/* ----------------------------------------------------text---------------------------------------------------- */






/* ----------------------------------------------------video---------------------------------------------------- */






/* ----------------------------------------------------audio---------------------------------------------------- */






/* ----------------------------------------------------image---------------------------------------------------- */






/* ----------------------------------------------------gallery---------------------------------------------------- */






/* ----------------------------------------------------contact-us---------------------------------------------------- */
.load_contact {
	background:url(/images/design/loading.gif) no-repeat left center;
	width: 616px;
	position: relative;
height: 18px;
	
}


div.content-col-left {
	float: left;
	width: 214px;
	padding-left:0px;
	padding-right:20px;
padding-bottom:20px;
	

}
div.content-col-right {
	color:#FFF;
	float: left;
	width: 616px;
	padding-left:0px;
	padding-right:0px;
}

div.content-box {
	padding: 40px 40px 40px 40px;
	width: 536px;
	position:relative;
	float:left;
	background-color: transparent;
	background: url(/images/design/black_60.png) top left repeat-y;
}
div.content-box ul {
	list-style-type:square;
}



#footer_contacts {
	font-size:70%;
	padding-top:24px;
	position:relative;
	float:left;
}

/* Forms
----------------------------------------------- */

.contact {
	color:#FFF;
height: auto;
}
.contact {
	position:relative;
	float:left;
	color:#FF9;
}

#form_block {
	position:relative;
	float:left;
	padding-top:10px;
	}

.contact label {
	position:static;
	float:left;
	width: 100px;
	text-align: right;
	padding: 4px 10px 4px 0;
	vertical-align:middle;

}

#comment_header {
	font-size:16px;
	padding-bottom:10px;}
.contact select, .contact input, .contact textarea {
	border: 1px solid #231E1B;
	color:#222;
	width: 384px;
	padding: 2px;
	font-size:12px;
	vertical-align:middle;
}

.contact textarea {
	width: 384px;
	height: 100px;
}
.contact .button {
	width: auto;
	margin-left:110px;
	padding: 0 25px;
	height: 22px;
	color: #fff;
	background-color: #00c4ee;
	font-size: 10px;
	border: 1px solid #198dc7;
	cursor:pointer;
}

.contact input{

	height: auto;

}
.form-message, .errors {
	color: #fff;
	margin: 10px 0;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}


label.error {
	position:relative;
	text-align:left;
	float:right;
	width: 416px;
	font-size:10px;
	color:#FFF;
height: 20px;
}

.no-select {
	color: #aaa;
}

.focusField{
	background:  #FF9;
}
.idleField{
	color: #000;
}





/* ----------------------------------------------------slider---------------------------------------------------- */
.loading_img {
	background: #FFFFFF url(/images/design/spinner.gif) no-repeat center center;
	width: 930px;
			height: 300px;
			overflow: hidden;
}

#slider ul li a img{
	border:0px;
}


	/* slider */

		#slider ul, #slider li{
background: #FFFFFF;
			margin:0;
			padding:0;
			list-style:none;
	
			}

#slider ul {
width: 930px;
height: 300px;

	float:left;
	}


#slider_body {
position: relative;
	float:left;
height:300px;
	width:930px;}
			
		#slider, #slider li{ 

	
			height:300px;
			width:930px;
			overflow:hidden;
			}	
		
#prevBtn, #nextBtn {
	border: 0;
	display: block;	
	text-indent:-4000px;
	height: 36px;
  	width: 37px;
	overflow:hidden;
	position: absolute;
	top:132px;
	z-index:60;
}

#prevBtn {
	left: 3px;

}

#nextBtn {
	left: 890px; 


}

#prevBtn a {
	background: url(/images/design/arrow.png) no-repeat 0 -72px;
	
	display: block;
	height: 36px;
	width: 37px;
}

#prevBtn a:hover {
	cursor: pointer;
	background: url(/images/design/arrow.png) no-repeat 0 -108px;
}

#nextBtn a {
	background-position: 0 0;
	background: url(/images/design/arrow.png) no-repeat;
	
	display: block;
	height: 36px;
	width: 37px;
}

#nextBtn a:hover {
	cursor: pointer;
	background: url(/images/design/arrow.png) no-repeat 0 -36px;
	
}


* html #prevBtn a {
	background: url(/images/design/arrow_prev_on.gif) no-repeat;
	

}

* html #prevBtn a:hover {
	background: url(/images/design/arrow_prev_on.gif) no-repeat;
	

}

* html #nextBtn a {

	background: url(/images/design/arrow_next_on.gif) no-repeat;
	

}

* html #nextBtn a:hover {
	background: url(/images/design/arrow_next_on.gif) no-repeat;


}






/* ----------------------------------------------------flash---------------------------------------------------- */
#flash_content { 
			height:300px;
			width:930px;
			overflow:hidden;
			}	





/* ----------------------------------------------------flashvideo---------------------------------------------------- */






/* ----------------------------------------------------placeholder---------------------------------------------------- */
#placeholder{
position:relative;

width:930px;
height:32px;
}





/* ----------------------------------------------------carousel---------------------------------------------------- */
div.scrollable {
	
	position:relative;
	overflow:hidden;
	width: 930px;	 
	float:left;
}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position: relative;
	width:20000px;	
}

/* single item */
#thumbs div {
	position:relative;
	float:left;
	width:310px;
	height:300px;
	border:0px;
}
#thumbs div a {
	border:0px;
}



/* custom positioning for navigational links */
a.prev, a.next {
	position:absolute;
	top:132px;
	display:block;
	width:18px;
	height:18px;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	background: url(/images/design/arrow_animation.png) no-repeat 0 -72px;
	height: 36px;
  	width: 37px;
	cursor:pointer;
	left:0;
}

a.next, a.nextPage {
	background-position: 0 0;
	background: url(/images/design/arrow_animation.png) no-repeat;
	height: 36px;
  	width: 37px;
	right:0px;
	cursor:pointer;
}

/* mouseover state */
a.next:hover, a.nextPage:hover {
	background-position:0px -36px;		
}

a.prev:hover, a.prevPage:hover {
	background-position:0px -108px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */




/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	position:relative;
	width:930px;
	float:left;
	
}



/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/design/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	





/* ----------------------------------------------------html---------------------------------------------------- */






/* ----------------------------------------------------horizontal---------------------------------------------------- */
#navigation_body
{
	border-bottom:#CCC 1px solid;
	filter:expression(fixPNG(this));
	float:left;
	width:850px;
	position:relative;
	padding-top:50px;
	margin-left:40px;
}

#navigation_body b a
{
	color:#000;
	margin:0px;
	padding:0px;
	float:left;
	width:200px;

	position:relative;
font-size:100%;
}

#navigation_body b
{
	color:#000;

	margin:0px;
	padding:0px;
	float:left;
	width:200px;
	position:relative;
	
}

*html #navigation_body
{
	margin-left:20px;
}

#navigation_body ul
{
	position:relative;
	float:right;
wigth:650px;
	list-style:none;
	margin:0;
	padding:0;
}

#navigation_body ul li
{
	height:25px;
	position:relative;
	float:left;
	color:#08C;
	margin:0;
	padding:0 0 0 20px;
}

#navigation_body ul li a
{
	text-decoration:none;
	color:#000;
}

#navigation_body ul li a:hover
{
	text-decoration:none;
	color:#08C;
}

#navigation_body ul li a.hidden
{
	color:#aaa;
	cursor:default;
}

#navigation_body ul li a.hidden2
{
	color:#aaa;
}

#navigation_body ul li a.hidden2:hover
{
	color:#08C;
}

#buy_now
{
	background-position:0 0;
	background:url(/images/design/buy_now.png) no-repeat;
	filter:expression(fixPNG(this));
	float:left;
	width:75px;
	height:25px;
	margin-top:-5px;
	position:relative;
	text-indent:-9999px;
}






/* ----------------------------------------------------vertical---------------------------------------------------- */
#navigation_list
{
	float:left;
	width:232px;
	position:relative;
}

#navigation_list ul
{
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:40px 0 20px;
}

#navigation_list ul li
{
	float:left;
	position:relative;
	color:#666;
	margin:0;
background:#dfdacf;
}

#navigation_list ul li a
{
	text-decoration:none;
	color:#666;
	font-size:80%;
	width:168px;
	background:transparent url(/images/design/arrow_grey_next.gif) no-repeat;
	background-position:208px 9px;
	display:block;
	padding:10px 24px 10px 40px;

}

#navigation_list ul li.over
{
	color:#000;
	text-decoration:none;
	background:#d6d2ca;

}

#navigation_list ul li.over a.set
{
	text-decoration:none;
	background:transparent url(/images/design/arrow_black.gif) no-repeat;
	background-position:208px 9px;
	color:#000;
	cursor:default;
}

#navigation_list ul li a:hover
{
	background:transparent url(/images/design/arrow_next.gif) no-repeat;
	background-position:208px 9px;

	text-decoration:none;
	color:#08C;
}

#navigation_list ul li ul
{
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 0px 0px;
background:#fff;
}

#navigation_list ul li ul li
{
	float:left;
	position:relative;
	color:#666;
	background:#eeebe4;

	margin:0;
}

#navigation_list ul li ul li a
{
	text-decoration:none;
	color:#666;
	font-size:80%;
	width:158px;
	background:transparent url(/images/design/arrow_grey_next.gif) no-repeat;
	background-position:208px 4px;
	display:block;
	padding:5px 24px 5px 50px;
}

#navigation_list ul li ul li.over
{
	color:#000;
	text-decoration:none;
	background:#eeebe4;

}

#navigation_list ul li ul li.over a.set
{
	text-decoration:none;
	background:transparent url(/images/design/arrow_black.gif) no-repeat;
	background-position:208px 4px;
	color:#000;
	cursor:default;
}

#navigation_list ul li ul li a:hover
{
	background:transparent url(/images/design/arrow_next.gif) no-repeat;
	background-position:208px 4px;

	text-decoration:none;
	color:#08C;
}

#navigation_list ul li ul li ul
{
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0px;
background:#fff;
}

#navigation_list ul li ul li ul li
{list-style:none;
	float:left;
	position:relative;
	color:#666;
	background:#faf9f7;
padding:0px;
	margin:0;
}

#navigation_list ul li ul li ul li a
{
	text-decoration:none;
	color:#666;
	font-size:80%;
	width:128px;
	background:transparent url(/images/design/arrow_grey_next.gif) no-repeat;
	background-position:208px 4px;
	display:block;
	padding:5px 44px 5px 60px;
}

#navigation_list ul li ul li ul li.over
{
	color:#000;
	text-decoration:none;
	background:#fdfaf3;
	
}

#navigation_list ul li ul li ul li.over a.set
{
	text-decoration:none;
	background:transparent url(/images/design/arrow_black.gif) no-repeat;
	background-position:208px 4px;
	color:#000;
	cursor:default;
}

#navigation_list ul li ul li ul li a:hover
{
	background:transparent url(/images/design/arrow_next.gif) no-repeat;
	background-position:208px 4px;
	text-decoration:none;
	color:#08C;
}





/* ----------------------------------------------------catalog---------------------------------------------------- */






/* ----------------------------------------------------accordion---------------------------------------------------- */






/* ----------------------------------------------------tabs---------------------------------------------------- */






/* ----------------------------------------------------site_navigation---------------------------------------------------- */

