@charset "UTF-8";
/* CSS Document */
/* body */

body {
	text-align:center;
	background-image: url(../images/bg-green.jpg);
	margin:0px;
	padding:0px;
	

}

/*container */

#container {
	border: medium #000 solid;
	width: 760px;
	margin: 0px auto;
	padding:0px;
	background-color: #030;
	text-align:left;
}

#header {
	width:760px;
	background-image:url(../newLayout/head.jpg);
	background-repeat:no-repeat;
	height: 146px;
	border-bottom:thin #000 solid;
	margin:0;
	padding:0;
	
}
#menuContainer{
	position:absolute;
	margin:115px 0px 0px 0px;
	padding:8px 0px 6px 0px;
	width:760px;
	text-align:center;
	border-bottom:thin #000 solid;
}

#menu{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
	font-family:Verdana,sans-serif;
	font-size:14px;
}
#menu li{
	display:inline;
	margin:0;
	padding:0px 10px 0px 10px;
	}
#menu li a{
	color:#ffffff;
	text-decoration:none;
	}
#menu li a:hover{
	color:#090;
}
.links {
	float:right;
	margin-right:20px;
	font-size:14px;
}
.links a{
	color:#fff
}



#leftside {
	float:left;
	width:300px;
	border-right: thin #000 solid;
	margin:0px 0px 135px 0px;
	padding:0px 0px 300px 0px;
	background-image:url(../images/images/layout_05.jpg);
	background-repeat:repeat-x;

	
}

#rightside {
	float:right;
	width:456px;
	background-image:url(../images/images/layout_05.jpg);
}

#bottomright {
	background:#999;
	padding:10px 0px 30px 20px;
	border-top: thin #000 solid;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#rightside ul{
	padding:0 0 0 80px;
	margin:0px;
}
#rightside ul a{
	text-decoration: none;
	color: #060;
	
}
#rightside ul a:hover{
	text-decoration: none;
	color: #FFF;
}



	

/* dayhunt css */
#dayprice{
	text-align:left;
	padding-left: 20px;
}

.mainDay{
	text-align:left;
	padding-left:30px;
	

}

.bottomtext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 10px 10px 0px 40px;
	
}	

.bottomtext a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#060;
	
}	
#footer {
	padding-top:10px;
	background-color: #333;
	height: 33px;
	width: 760px;
}