@charset "UTF-8";
/* CSS Document */

body {
	background-color:#333333;
	margin:0;
	}
	
#container {
	margin:auto 0;
	height:1100px;
	}
	
#body {
	width:1200px;
	height:685px;
	float:left;
	clear:left;
	}
	
#header {
	height:115px;
	width:100%;
	float:left;
	background-color:#1A1A1A;
	}
	
#strip {
	height:5px;
	width:100%;
	float:left;
	clear:left;
	background-color:#1B406B;
	}
	
#logo {
	float:left;
	padding:25px 0 0 25px;
	}
	
#phone {
	float:right;
	padding:25px 25px 0 0;
	}
	
#main-image {
	width:375px;
	height:685px;
	padding-right:60px;
	float:left;
	}
	
#prod-image {
	width:375px;
	height:1300px;
	padding-right:60px;
	float:left;
	}
	
#nav {
	height:32px;
	width:450px;
	float:left;
	margin-bottom:35px;
	background-color:#1A1A1A;
	padding-top:10px;
	padding-left:20px;
	text-align:left;
	}
	
.box {
	float:left;
	width:145px;
	height:145px;
	margin:0 15px 25px 0;
	background-color:#000000;
	}
	
	
#box-small {
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	background-color:#000000;
	}
	
#headbox {
	width:381px;
	height:60px;
	float:left;
	margin-bottom:30px;
	}
	
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:0.9em;
	font-weight:lighter;
	}
	
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:0.9em;
	font-weight:lighter;
	clear:left;
	}
	
#copy {
	float:left;
	width:450px;
	height:400px;
	}
	
p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:0.7em;
	font-weight:lighter;
	}
	
a {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color:#CCCCCC;
	font-size:0.8em;
	font-weighT:700;
	font-weight:300;
	margin-right:30px;
	letter-spacing:+7px;
	text-decoration:none;
	}
	
a.mail {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:0.9em;
	letter-spacing:normal;
	font-weight:lighter;
	text-decoration:none;
	}
	
#col2 {
	width:500px;
	height:685px;
	padding-right:60px;
	float:left;
	}
	
img {
	border:none;
	}
	
		