/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label, input, img, b {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Tahoma, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background:#000 url(images/cm_body_bg.gif) top repeat-x;		
}
ol, ul {
	list-style: none;
}
.cm_clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}

/* HOME */
.cm_container {
	width:1002px;
	margin:0px auto;
}
.cm_header {
	width:1002px;
	height:417px;
	background-image:url(images/cm_header2.jpg);
}	
.cm_content {
	margin-left:26px;
	width:950px;	
}

.cm_box {
	width:950px;
	background:url(images/cm_box_bg.gif) top no-repeat;
	padding-bottom:27px;
}
.cm_pics {
	width:910px;
	margin-left:39px;
}
.cm_pics_img {
	display:block;
	width:168px;
	height:168px;
	float:left;
	border:1px solid #fff;
	margin-right:7px;
	margin-bottom:7px;
}
.cm_pics_img:hover {
	border-color:#000;
}
.cm_visit {
	margin-left:435px;
}
.cm_footer {
	margin-top:35px;
	width:100%;
	height:60px;
	text-align:center;
}
.cm_footer_legals {	
	padding-top:14px;
	padding-bottom:14px;
}
.cm_footer #legals_link {	
	color:#fff;
	font-size:12px;
	text-decoration:none;			
}
.cm_footer #legals_link:hover {
	text-decoration:underline;
}

/* POPUP */
#popup {	
	width:421px;
	height:354px;
	display: none; z-index: 9999;
}
.popup_container {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	width:421px;
	height:313px;	
	background:url(images/mc_bg.png) top no-repeat; position:relative;
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/mc_bg.png');	
}
.popup_close {
	position:absolute;
	display:block;
	width:22px;
	height:24px;
	top:23px;
	right:18px;
	z-index:999;
}
.popup_form {
	width:284px;			
	overflow:hidden;	
	position:absolute;
	top:183px;
	left:137px;
	z-index:100;			
}
.popup_input {
	display:block;	
	background-color:#fff;	
	color:#4B0604;	
	padding:0px 3px 0px 3px;
	width:246px;
	height:36px;
	font-size:31px;	
	border-width:0px;
	margin-bottom:27px;
	margin-left:10px;
	text-align:center;	
}
.popup_submit {
	display:block;
	width:284px;
	height:111px;
	background:transparent url(images/cm_submit.png);
	*background-image:none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/cm_submit.png');
}
.popup_submit:hover {
	cursor:pointer;
}
#backgroundPopup{
	display:none;	
	position:fixed;	
	_position:absolute;  /* hack for internet explorer 6*/		
	height:100%;	
	width:100%;	
	top:0;	
	left:0;	
	background:#000000;	
	border:1px solid #cecece;	
	z-index:9000;
} 

/* CAROUSEL */

.cm_carousel {
  width: 950px;
  position: relative;
  background-color:#fff;
}
.cm_carousel ul li {
  display:block; 
  width:277px;
  height:270px;  
}
.cm_car {
	display:block;	
	width:277px;
	height:270px;	
	text-decoration:none;	
}
.cm_car img {
	display:block;
	width:277px;
	height:206px;
	margin-bottom:1px;
}
.cm_car span {
	display:block;
	width:261px;
	height:58px;	
	padding:8px 8px 0px 8px;
	background-color:#201A19;
	font-size:16px;
	color:#fff;
}
/* START CONFIG FOR ELEMENTS */

.jcarousel-container-horizontal {
	display: block;
	width: 950px;
 	position: relative;
}

.jcarousel-next-horizontal {
    display:block;
	width:44px;
	height:71px;
	float:right;
	margin-top:86px;
	background:url(images/cm_next.gif) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
	cursor:pointer;
}

.jcarousel-prev-horizontal {
    display:block;
	width:48px;
	height:71px;
	float:left;
	margin-top:86px;
	
	background:url(images/cm_prev.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
	cursor:pointer;
}

.jcarousel-clip-horizontal {
	width: 846px;
	height:270px;
	margin: 0 auto;
}

.jcarousel-item {
	width:277px;
	height:270px;	
}