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

* { margin: 0; border: none }
html, body { height:100% }
body {
	text-align: center;
	line-height: 2em;
	font: 12px Helvetica, Arial, sans-serif;
	background:url(images/bg.png) repeat-x;
	background-color:#cacaca;
}
h1 { font: 36px Helvetica, Arial, sans-serif; }
h2 { font: 24px Helvetica, Arial, sans-serif; }
h3 { font: bold 18px Calibri, "Century Gothic", Arial, Helvetica, sans-serif }
a { text-decoration: none; }
p { padding:5px 0 }
a:link, a:visited, a:active { color: #c75f58; }
a:hover { color: #666666; }
#foot { width:960px; color:#9c9c9c; text-align:left; margin:0 auto }
#foot a:link, #foot a:visited, #foot a:active { color: #aaaaaa; }
#foot a:hover { color: #999999; text-decoration: underline; }
.design { float:right; height:100px } .design img { vertical-align:top }
#nav { float:right; position:relative; padding-top:85px; }
#nav li { float:left; display:inline }
#container {
	width: 960px;
	margin:0 auto -120px;
	min-height:100%;
	height: auto !important;
	height:100%;
	position:relative
}
#topwrap, #midwrap { padding-bottom:20px }
#midwrap { width:960px; height:396px; background:url(images/main.png) top left no-repeat; position:relative }
.bg_button { position:absolute; right:50px; bottom:60px }
#botwrap { padding-bottom:100px; text-align: left}
#botwrap > p { font-size:16px; line-height:1.5em }
#leftcol, #midcol { margin-right:21px }
#rightcol {  }
#leftcol, #midcol, #rightcol {
	float:left;
	text-align:left;
	width:306px;
	font-size:12px
}
#footer {
	position:relative;
	bottom:0; left:0;
	width:100%;
	background:#333;
	border-top:1px solid #acacac;
}
.logo { float:left }
.clear { clear:both }
.clearfoot, #footer { height:120px; clear:both }
.border { background:url(images/borderH.png) no-repeat; width:301px; height:4px; margin:7px 0}
.colhead { margin-bottom:15px }
#buyForm {
	float:left;
	text-align:left;
	width:300px;
}
#mainForm label { font-weight:bold; }
#mainForm .text {
	border: 1px solid #d8d8d8;
	padding: 9px;
	margin:5px 0;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#formRight {
	padding:20px;
	background:#efefef; border:1px solid #ddd;
	font-size:16px; line-height:1.5em;
	float:left;
	width:600px;
}
#gallery { width: 400px; height: 300px }
