@charset "utf-8";
/* CSS Document */

/* ------- LAYOUT ------- */

#container {
	width: 851px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	}

#header {
	width: 851px;
	}

#sub {
	width: 851px;
	}

#cat {
	width: 851px;
	font-size: 10px;
	text-transform: uppercase;
	}

#gen {
	width: 851px;
	border-top: 1px solid #535353;
	}

#contact {
	width: 851px;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 290px;
	}

#left {
	float: left;
	width: 626px;
	}
	
#leftprod {
	float: left;
	width: 256px;
	}

#right {
	float: right;
	width: 225px;
	}

#rightprod {
	float: right;
	width: 581px;
	margin: 0px 0px 0px 14px;
	}

#footer {
	clear: both;
	width: 851px;
	font-size: 10px;
	padding: 10px 0px 30px 0px;
	text-transform: uppercase;
	color: #bdbdbd;
	}

#footersub {
	clear: both;
	width: 851px;
	font-size: 10px;
	padding: 10px 0px 30px 0px;
	margin-top: 14px;
	text-transform: uppercase;
	color: #bdbdbd;
	border-top: 1px solid #535353;
	}
	
#footerleft {
	float: left;
	width: 300px;
	}

#footerright {
	float: right;
	width: 551px;
	}


/* ------- TAGS ------- */

html, body {
	background-color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ddd;
	}
	
a:link { 
	text-decoration: none;
	color: #bdbdbd;
	}

a:visited { 
	text-decoration: none;
	color: #bdbdbd;
	}

a:hover, a:active { 
	text-decoration: underline;
	color: #bdbdbd;
	}

h2 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	}

h3 {
	font-size: 16px;
	color: #ddd;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 2px;
	padding: 40px 0px 40px 0px;
	}

h4 {
	font-size: 15px;
	color: #ddd;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
	padding: 40px 0px 40px 0px;
	}

h5 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 14px 0px 0px 0px;
	}

img {
	border: 0px;
	}

/* ------- CLASSES ------- */

.tn {
	padding: 14px 12px 8px 12px;
	}

.tn2 {
	padding: 14px 0px 8px 0px;
	}

#leftprod p {
	margin: 8px 0px 14px 0px;
	font-size: 10px;
	text-transform: uppercase;
	}

#leftprod img {
	margin-top: 14px;
	}

