/* CSS Document */


.row
{
	width:100%;
}

.container
{
	width:950px;
	margin:auto;
	text-align:left;
}
.midcontainer
{
	width:100%;
	text-align:center;
}

#toprow
{
	width:100%;
	height:153px;
	background:url(../giffs/top.png) no-repeat #fff;
}

#contentrow
{
	width:100%;
	min-height:150px;
	margin-top:15px;
	margin-bottom:15px;
}

#louvoliteoptions
{
	background-color:#d4e8f7;
	padding:10px;
	color:#7BB4E0;
}
#louvoliteoptions a
{
	color:#002361;
}

#leftnav
{
	width:180px;
	float:left;
	min-height:450px;
	margin-top:30px;
}



#content
{
	width:496px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	border-left:2px #e9e9e9 solid;
	padding-left:15px;
	padding-bottom:20px;
}
#rightnav
{
	width:200px;
	float:right;
	border-left:2px #d4e8f7 solid;
	padding-left:15px;
	min-height:300px;

}

#bottomnav
{
	padding:10px;
	height:15px;
	margin-bottom:10px;
	color:#cc0000;
	font-size:11px;
	border-top:3px solid #cc0000;
}

#bottomnav a
{
	color:#cc0000;
	font-size:11px;
}

#botcolleft
{
	width:60%;
	float:left;
}
#botcolright
{
	width:30%;
	float:right;
	text-align:right;
}

#bottomrow
{
	width:100%;
	height:57px;
	background:url(../giffs/thanet-blinds-bottom.png) no-repeat #fff;
}

.col1
{
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:10px;
	
}
.col2
{
	float:left;
	width:48%;	
	margin-bottom:10px;
}

.contactline
{
	padding:10px;
	border-bottom:1px #e9e9e9 solid;
	border-top:3px #e9e9e9 solid;
	line-height:11pt;
	color:#cc0000;
	margin-top:20px;
}
.contactline a,contactline a:visited
{

	color:#cc0000;
	border-bottom:#cc0000 dashed 1px;
	font-weight:bolder;
}