* {
	margin: 0;
 	padding: 0;
	}

body {
	font: 12px normal Helvetica, Arial, sans-serif;
	color: #444;
	text-align: center;
	line-height: 1.8em;
	border-top: 2px solid #333;
	background: #def2fb url('../images/bg.gif') repeat;	
	}

strong {
	color: #333;
	}

a, a strong {
	color: #449fd0;
	}

h1 {
	width: 374px;
	height: 118px;
	margin-bottom: 10px;
	background: transparent url('../images/logo.gif') no-repeat top left;
	text-indent: -9999px;	
	}

h2 {
	color: #333;
	margin: 0 0 15px 0;
	font-size: 17px;
	}

h3 {
	color: #333;
	margin: 10px 0 3px 0;
	font-size: 17px;
	font-weight: normal;
	}
	h3 a {
		margin-left: 5px;
		font-size: 14px;
		font-weight: normal;
		}


#container {
	width: 800px;
	margin: 20px auto;
	text-align: left;
	}

#col1 {
	float: left;
	width: 400px;
	margin-right: 25px;
	}
	#col1 p {
		margin: 0 0 15px 40px;
		}
		
#contact {
	margin-left: 40px;
	padding-top: 15px;
	line-height: 1.5em;
	}
	#contactLeft {
		float: left;
		width: 205px;
		}
		#contactRight {
			float: left;
			width: 150px;
			}


#col2 {
	float: left;
	width: 350px;
	margin: 15px 0 20px 0;
	}
	#col2 div.productBox {
		margin: 15px 0;
		padding: 15px;
		border: 2px dashed #def2fb;
		background-color: #fff;
		line-height: 1.4em;
		}
		#col2 div.productBox img {
			margin-left: 30px;
			}


#copyright {
	padding: 15px;
	border: 2px dashed #def2fb;
	background-color: #fff;
	}