*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url('../images/design_01.png') top left repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}


#header
{
	margin: 30px auto 0px;
	height: 370px;
	width: 880px;	
}

#headerleft
{
	float: left;
	width: 290px;	
	background: url('../images/design_04.png') top left no-repeat;
}

#menu
{
	margin-top: 120px;
	height: 150px;
	margin-left: 40px;
	text-align: center;
	line-height: 30px;
	width: 290px;	
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: block;
}

#menu ul li a
{
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 11px;
	margin-bottom: 4px;
	text-decoration: none;
	float: left;
	width: 200px;	
}

#demo_home{background: #333;}
#demo_services{background: #333;}
#demo_contact{background: #333;}

#demo_home:hover,#demo_home.hover{background: #6a6a6a;}
#demo_services:hover,#demo_services.hover{background: #6a6a6a;}
#demo_contact:hover,#demo_contact.hover{background: #6a6a6a;}

.quoteme
{
	padding-left: 60px;
	margin-top: 20px;
}

.logo
{
	padding-left: 55px;
}
#headerright
{
	float: left;
	width: 580px;	
	background: url('../images/design_05.png') top left no-repeat;
}

#flashbox
{
	float: right;	
	margin: 10px;
}

#body
{
	margin: 10px auto 0px;
	padding: 10px;
	line-height: 28px;
	background: #ffffff;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 0px;
}

h1
{
	color: #666666;
	font-size: 16px;
	text-indent: 30px;
	margin-bottom: 12px;
	height: 26px;
	line-height: 22px;
	background: url('../images/h1.jpg') top left no-repeat;
}

#body p
{
	margin-bottom: 12px;
}

#body ul
{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 12px;	
}

#body a
{
	color: #333333;
}

#body a:hover
{
	color: #000000;
}

img.right
{
	float: right;
	margin: 0px 0px 10px 10px;	
	background: #e2e2e2;
	border: 1px solid #c1c1c1;
	padding: 6px;
}

#footer
{
	line-height: 20px;
	margin: 10px auto 0px;
	border-top: 1px solid #e1e1e1;
	font-size: 10px;
	text-transform: capitalize;
	text-align: center;
	width: 100%;
	height: 40px;
	color: #000000;
	text-decoration: none;
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

.clear
{
	clear: both;
}

fieldset{border:0px}

input[type=text]
{
	font-family: verdana;
	padding: 6px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #333333;	
}

textarea
{
	font-family: verdana;
	overflow: auto;
	padding: 6px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #333333;	
}

input[type=text]:hover, textarea:hover{border: 1px solid #ff0000;}

input[type=submit]
{
	font-family: verdana;
	padding: 12px;
	font-size: 12px;
	cursor: pointer;
	color: #ffffff;
	background: #666666;
	border: 1px solid #333333;	
}
input[type=submit]:hover{border: 1px solid #ff0000;	color: #ff0000; background: #ffffff;}

.red {color: #ff0000;} .green {color: #00ff00}

#why
{
	line-height: 28px;
	margin: 20px 0px 0px 20px;	
}


#why ul
{
	line-height: 28px;
	margin: 0px 0px 0px 10px;	
	list-style-type: square;
}

.products
{
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 14px;
}

