/* CSS Document */

body, p, h1, h2, h3, h4, ul, li, img, a, form
{
	padding: 0;
	margin: 0;
	border: none;
}

a
{
	color: #0075CB;
}

body
{
	text-align: center;
	margin: 0px 0 0 0;
	padding: 0;
	line-height: 140%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(bg-body.jpg) repeat-x;
}

div#main_container
{
	position: relative;
	width: 778px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#top_section
{
	position: relative;
	width: 100%;
	height: 134px;
	background:url(bg-top.jpg) no-repeat;
}

div#content_section
{
	position: relative;
	width: 100%;
	background: url(bg-content.jpg) repeat-y;
}

div#content_section1
{
	padding: 9px 18px 0 18px;
}


div#col1
{
	width: 178px;
	float: left;
}

div#col2
{
	width: 555px;
	float: right;
}

div#footer
{
	background: url(bg-bottom.jpg) bottom no-repeat;
	clear: both;
	padding: 20px 18px 30px 18px;
	text-align: center;
	font-size: 11px;
	color:#333333;
}


/* T O P   S E C T I O N */

#decor
{
	position: absolute;
	top: 22px;
	left: 205px;
	width: 555px;
	height: 112px;
	background: url(decor1.jpg) no-repeat;
}

#head
{
	display: none;
}

#logo {
	width: 100%;
	height: 100%;
}


/* N A V I G A T I O N   S E C T I O N */

#menu
{
	width: 100%;
	list-style-type: none;
	margin: 0 0 9px 0;
}
	#menu li
	{
		width: 100%;
		margin: 0 0 1px 0;
	}
	#menu  li a
	{
		display: block;
		width: 100%;
		height: 23px;
		color: #FFFFFF;
		text-decoration: none;
		background: url(btn.gif);
	}
	#menu li a:hover
	{
		background-position: -178px;
	}
	#menu li a span
	{
		display: block;
		padding: 3px 0 0 33px;
	}
	
	.nested_menu {
		list-style: none;
		padding-left: 10px;
	}
	
.call
{
	background-color: #CCEEFF;
	border: 1px solid #A8E2FF;
	padding: 11px 14px 11px 14px;
}
	.call_title
	{
		font-size: 17px;
		color: #006699;
	}	
	.call_input
	{
		display: block;
		width: 100px;
		margin: 0 0 5px 0;
		padding: 0;
	}
	.call form
	{
		margin: 15px 0 0px 0;
	}
	.call label
	{
		display: block;
		width: 40px;
		float: left;
		padding-top: 2px;
	}
	
	
/* C O N T E N T  S E C T I O N */	

#col2 h1
{
	background: #DC2B19;
	padding: 4px 0 3px 12px;
	color: #FFFFFF;
	
	font-size: 12px;
}

#col2 h2
{
	font-size: 14px;
	color: #DC2B19;
	padding: 10px 0 7px 0;
}

.content
{
	padding: 15px 50px 0 12px;
}

.content p
{
	padding-bottom: 14px;
	text-align: justify;
}
.classic_list
{
	padding: 5px;
	margin: 5px 5px 15px 25px;
	list-style: url(listing.gif);
}
	.classic_list li
	{
		margin-bottom: 12px;
	}
	
.top_deal_list
{
	margin-left: 0;
	padding-left: 20px;	
	_margin-left: 25px;
	_padding-left: 0px;
}	

.top_deal
{
	width: 180px;
	float: right;
	margin: 9px 0 10px 20px;
	background-color: #EEEEEE;
	padding: 9px 12px 9px 12px;
	color:#333333;
	font-size: 11px;
}
	.top_deal li
	{
		margin-bottom: 10px;
	}
	.top_deal_title
	{
		font-size: 19px;
		color: #006699;
		line-height: 110%;
		text-align: center;
	}
		.top_deal_title span
		{
			font-size: 12px;
		}
		
		
.ind
{
	font-size: 9px;
	position: relative;
	top: 7px;
	left: 1px;
}

.tabs
{
	border-collapse: collapse;
}

.tabs td
{
	padding: 4px 11px 4px 11px;
	border: 1px solid #FFFFFF;
}

.centered
{
	text-align: center;
}

.img_right
{
	float: right;
	margin: 0 0 15px 15px;
}




.correct
{
	clear: both;
	visibility: hidden;
}

.nodisplay
{
	display: none;
}


.gallery {
	list-style: none;
}

.gallery li {
	float: left;
}

.gallery img {
	border: 2px solid #ccc;
}

.middle {
	margin-left: 18px;
}

.float-clear {
	clear: both;
}

.divider {
	clear: both;
	margin-top: 15px;
}


.br {
	margin-top: 15px;
}
	


