@charset "utf-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS";
	color: #000;
	margin:0;
	padding: 0;
	font-size:13px;
	
	
}
h1{
	color:#701817;	
}

hr{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#header{
	background-image:url(../images/bg_header.gif);
	background-repeat:no-repeat;
	background-position:top center;
	clear:both;

}

#container{
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	background-position: top center;	
	clear:both;
}

#menu{
	margin:auto;
	width:950px;
	height:42px;
}

ul.menu{
	margin: 0px;
	padding: 0px;
}

ul.menu li{
	list-style-type: none;
	float:left;
	margin: 0 20px 0 0;
	line-height: 42px;
}

ul.menu li a:link{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height:42px;
}

ul.menu li a:visited{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height:42px;
}

ul.menu li:hover{
	background-image:url(../images/icon_hv.gif);
	background-repeat:no-repeat;
	background-position: top center;
	line-height:42px;
}

#lag_link{
	line-height: 42px;	
	float: right;
}

#lag_link:hover{
	background: none;
}
#lag_link a{
	text-decoration: none;
	color: #fff;
}

#lag_link a:hover{
	color:#75191a;
}

#bg_header{
	width:950px;
	margin:auto;
	background-image:url(../images/bg_hd.jpg);
	background-repeat:no-repeat;
	height:171px;
}

#main{
	width:950px;
	margin:auto;
}

#left_main{
	float: left;
	width:300px;
}

#center{
	width: 260px;
	float: left;
	padding: 100px 0 0 10px;	
}
#centerbanner{
	width: 260px;
	float: left;
	padding: 20px 0 0 10px;	
}

#right_main{
	float: left;
	width:350px;
	
}
#offers{
	float: left;
	width:630px;
	
}
.offerDiv{
	border:1px solid #CCC;
	padding:20px;
	margin:15px;
	
}

#logo{
	width:185px;
	height:115px;
	margin-left: 40px;
	margin-bottom: 25px;
	margin-top: 20px;
}

#text{	
	/*margin-left: 20px;*/
	text-align: justify;
}

#footer{
	margin:auto;
	width:910px;
	margin-top:65px; text-align: center;
}

#footer_menu ul{
	margin:0 0 0 110px;
	padding: 0px;
}

#footer_menu li{
	list-style-type: none;
	float:left;
	margin: 0 20px 0 0;
}

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

#line_bm{
	float:left; 
	width:857px; 
	border-bottom:2px solid #b1b2b2; 
	height:9px;
	line-height: 9px;
}

#footer_down{
	color: #b1b1b1;
	padding-top:30px;
	padding-left: 90px;
}

#footer_down a{
	color:#b1b1b1;
}

.FloatLeft{
	float: left;
}

.FloatRight{
	float: right;
}

.ClearFloat{
	clear:both;
}

#MainPhoto{
	margin: 100px 0 0 0;
}

#datepicker_icon{
	
	background-image: url("../images/calendar.gif");
	background-repeat: no-repeat;
	width: 21px;
	height: 19px;
	margin: 4px 0 0 -26px;	
}

.cont_d{
	font-size: 16px;
}

label.error {
	color:red;
	margin-left: 5px; 
}

.prc{
	border: 1px solid #ccc;
	margin-top: 5px;
}

.ImgBorder{
	padding: 4px; 
	border: 1px solid #ccc; 
	margin-right:10px;	
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
