/*
Homepage specific CSS for Cover Direct
*/

/* import global styles */
@import url(global.css);

/* Start column layout */
/* non-IE */
#col1
{
	float: left;
	width: 370px;
	margin: 15px 45px 0 0;
}
#col2
{
	float: left;
	width: 165px;
	margin: 15px 42px 0 0;
}
#col3
{
	float: left;
	width: 165px;
	margin-top: 15px;
	clear: right;
}
/* IE only */
* html #col1
{
	float: left;
	width: 370px;
	margin: 0 42px 0 0;
}
* html #col2
{
	float: left;
	width: 165px;
	margin: 0 42px 0 0;
}
* html #col3
{
	float: left;
	width: 165px;
	margin-top: 0;
	clear: right;
}
/* End column layout */

#welcome
{
	margin: 0;
	padding: 0;
}

#col4
{
	float: left;
	width: 350px;
}

/* Start Existing Customers */
#existingcustomersbox
{
	
	width: 350px;
	padding: 5px 10px 5px 10px;
	background-color: #F7ECD2;
	border: 1px solid #806C40;
	
}
* html #existingcustomersbox h2
{
	color: #806C40;
	font-weight: bold;
	margin-bottom: 5px;
}
#existingcustomersbox h2
{
	color: #806C40;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
#existingcustomersbox ul
{
	margin-top: 5px;
	margin-bottom: 0px;
}
#existingcustomersbox li
{
	background-image: url(/images/bullet_blue_lightfs.gif);
}
/* End Existing Customers */

/* Quote Online box */
#quoteonlinebox
{
	width: 350px;
	padding: 5px 10px 5px 10px;
	background-color: #EDD59C;
	border: 1px solid #806C40;
	margin-bottom: 10px;
}
* html #quoteonlinebox h2
{
	color: #806C40;
	font-weight: bold;
	margin-bottom: 5px;
}
#quoteonlinebox h2
{
	color: #806C40;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
#quoteonlinebox ul
{
	margin-top: 5px;
	margin-bottom: 0px;
}
#quoteonlinebox li
{
	background-image: url(/images/bullet_blue_darkfs.gif);
}
/* End Quote Online box */

/* Right hand side boxes */

.imagebox
{
	width: 165px;
	margin-bottom: 10px;
}
.purplebox
{
	width: 165px;
	height: 50px;
	margin-bottom: 10px;
	background-color: #996666;
}
.tealbox
{
	width: 165px;
	height: 35px;
	margin-bottom: 10px;
	background-color: #006666;
}
.nopcbox
{
	width: 163px;
	height: 181px;
	margin-bottom: 10px;
	background-color: #CC3366;
	border: 1px solid #8F2446;
}
.nohcbox
{
	width: 163px;
	height: 208px;
	margin-bottom: 10px;
	background-color: #F7ECD2;
	border: 1px solid #ADA593;
}
.nogvbox
{
	width: 163px;
	height: 121px;
	margin-bottom: 10px;
	background-color: #99CCCC;
	border: 1px solid #6B8F8F;
}
.notsbox
{
	width: 163px;
	height: 163px;
	margin-bottom: 10px;
	background-color: #4D819A;
	border: 1px solid #365A6C;
}

/* General selectors */
h1
{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}
* html h1
{
	font-size: 20px;
	font-weight: bold;
}
h2
{
	margin-bottom: -10px;
}
* html h2
{
	margin-bottom: -15px;
}