@charset "UTF-8";
/* CSS Document */
body {
	background:url(images/bg.png);
	background-attachment:fixed;
	margin:0;
	height:100%;
}
.wrapper {
	padding-left:10px;
	padding-right:10px;
}
p img {
	padding:5px;
}
p {
	padding:3px;
}
#nav a {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
}
#nav a:link, #nav a:visited {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration:none;
	color:#FFF;
}
#nav a:hover {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration:none;
	color:#3CF;
}



div#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
/*div#header {
	height:150px;
}*/
div#logo {
	width:auto;
	float:left;
}
div.box {
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:url(images/box.png);
	margin-bottom:5px;
}
div#left {
	width:651px;
	float:right;
}
div#right {
	width:231px;
	float:left;
}
div.left {
	width:650px;
	float:right;
}
div.right {
	width:230px;
	float:left;
	margin-bottom:10px;
}
div.green {
	background:url(images/rep_green.png);
}
div.yellow {
	background:url(images/rep_yellow.png);
}
div.black {
	background:url(images/rep_black.png);
	color:#fff;
}
div.brown {
	background:url(images/rep_brown.png);
}
div.none {
	background:none;
}
h1 {
	font-family:Georgia,serif;
	color:#000000;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin:0;
}
h2 {
	font-family:Georgia,serif;
	color:#4E443C;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin:0;
}
h3 {
	margin-top:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4E443C;
	font-size:14px;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin:0;
}
.right h2 {
	margin-top:0;
	font-size:18px;
	padding:3px;
	font-family:Georgia,serif;
	color:#4E443C;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin-bottom:0;
}

h1.box_top {
	font-family:Georgia,serif;
	color:#4E443C;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin-bottom:0;
	color:#030;
	margin-top:0px;
}
h1.box_top.white {
	color:#fff;
}
div#nav {
	width:auto;
	float:right;
	margin-top:20px;
}
div#nav ul {
}
div#nav li {
	display:inline;
	padding-right:6px;
	color:#fff;
}
.right ul {
	margin-left:10px;
	padding-left:0;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	width:200px;
}
.right a {
	margin-top:2px;
	display:block;
	padding:3px;
	width:200px;
	background-color:#DEDEDE;
	font-family:Georgia,serif;
	color:#000;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin-bottom:0;
}
.right a:link,.right a:visited {
	font-family:Georgia,serif;
	color:#000;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin-bottom:0;
	text-decoration:none;
}
.right a:hover {
	background-color:#369;
	color: #000;
}

.contact.type { 
	margin-top:2px;
	display:block;
	padding:3px;
	width:200px;
	font-family:Georgia,serif;
	color:#000;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin-bottom:0;
}
.contact.info { 
	margin-top:2px;
	display:block;
	padding:3px;
	width:200px;
	font-family:Georgia,serif;
	color:#000;
	background-color:#DEDEDE;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
	margin-bottom:0;
}

#bottom {
	min-height:150px;
	clear:both;
	bottom:0;
	border-top:1px solid #000;
	
}
#bottomContainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#bottom h2 { 
	color:#CCC;
	font-family:Georgia,serif;
	font-variant:small-caps;
	text-transform:none;
	font-weight:100;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 421px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
	font-size: 1.4em;
}

img.prod_img {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;}
/*form styles */

#top_bar {
	position: fixed;
	top:0;
	width: 100%;
	margin: 0;
	background: #333;
	padding: 10px;
	
}
#top_bar_wrapper {
width:900px;
margin: auto;
}
span.top_bar {
	color:#ccc;
	font-family:Arial;
	/*font-variant:small-caps;*/
	font-size:14px;
	margin:0;

}
