/***** General Styles for Campbell & McDearmid *****/
/***** Created by Torsion Creative *****************/
   
body
	{
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	}
h1
	{
	font-weight: 500;
	font-size: 14px;
	color: #003680;
	}
h2
	{
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	font-size: 14px;
	color: #003680;
	}
h3
	{
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	font-size: 14px;
	color: #003680;
	}
a
	{
	text-decoration: underline;
	color: #666;
	}
	
	
/***** Layout Elements *****/
	
#container
	{
	width: 950px;
	}
	
#logo
	{
	width: 950px;
	}
#logo img
	{
	border: 0px;
	}
	
#header
	{
	width: 950px;
	}

#headerimage
	{
	float: right;
	margin-top: 7px;
	width: 790px;
	}
#headerimage img
	{
	border: 0px;
	}
	
#navigation
	{
	float: left;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 160px;
	margin-top: 7px;
	padding-top: 5px;
	height: 197px;
	}
	
#bottomcontainer
	{	
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 950px;
	}
	
/***** Page Content *****/
	
#contentcontainer
	{
	padding-left: 198px;
	margin-bottom: 10px;
	width: 950px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 752px;
	}
html>body #contentcontainer
	{
	width: 752px;
	}

	
/***** Homepage Content *****/
#welcome
	{
	margin-top: 10px;
	padding: 10px;
	width: 553px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 533px;
	}
html>body #welcome
	{
	width: 533px;
	}


#brands
	{
	float: right;
	padding: 10px;
	margin-top: 10px;
	border-left: 1px solid #FF7FB0;
	width: 179px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 159px;
	}
html>body #brands
	{
	width: 159px;
	}

#contact
	{
	border-top: 1px solid #FF7FB0;
	margin-top: 10px;
	padding-top: 10px;
	}
#contactform
	{
	float: right;
	border: 1px solid #ccc;
	margin: 20px 0px 10px 20px;
	padding: 10px;
	}
#contactform input
	{
	border: 1px solid #ccc;
	color: #333333;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	}
	
/***** Other classes *****/
.imageborder
	{
	margin: 10px;
	border: 1px solid #003680;
	}
