* {
	padding: 0px;
	margin: 0px;
	border: none;
}
html, body {
  height: 100%;
}
br.clear {
  clear: both;
}
body {
	background: url('images/headerGradient.png') repeat-x top left;
	font-family: Georgia, Arial, Verdana;
	font-size: 13px;
	min-height:100%;
}
div#nav {
	height: 35px;
	background: #000000;
	width: 760px;
	margin: 0px auto 0px auto;
}
div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	float: left;
	padding-top: 11px;
	padding-left: 12px;
	padding-right: 12px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
}
div#nav ul li a.active {
	background: #6A492D;
}
div#nav ul li a:hover {
	text-decoration: underline;
}
div#header {
	height: 154px;
	clear: both;
	width: 760px;
	margin: 0px auto 0px auto;
}
div#header a#logo {
	display: block;
	float: left;
	width: 225px;
	height: 120px;
	background: url('images/logo.png') no-repeat center center;
	margin-top: 25px;
}
div#header div#shadowHeader {
	float: right;
	width: 260px;
}
div#header h2 {
	position: relative;
	font-size: 30px;
	color: #000000;
	margin-top: 65px;
}
div#header h2 span {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #ffffff;
}
div#subHeader {
	width: 760px;
	margin: 0px auto 0px auto;
	height: 25px;
	color: #D8BB98;
	padding-top: 5px;
	font-size: 10px;
	font-family: Verdana;
}
div#content {
	width: 760px;
	margin: 15px auto 0px auto;
}
div#bashContent {
	width: 500px;
	float: left;
}
div#right {
	width: 250px;
	float: right;
}
div#right h2 {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	background: url('images/kolba.gif') no-repeat center left;
	height: 30px;
	padding-top: 10px;
	padding-left: 40px;
}
div#right ul.offer {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}
div#right ul.offer li {
	background: url('images/tick.gif') no-repeat center left;
	padding: 4px;
	padding-left: 25px;
}
div#right ul.offer li a {
  color: green;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
div#bashContent h1 {
	font-size: 25px;
	font-weight: bold;
	/*border-left: 6px solid #D8BB98;*/
	border-bottom: 2px solid #D8BB98;
	padding: 4px;
	padding-left: 0px;
	color: #6A492D;
	margin-bottom: 20px;
}
div#bashContent p {
	padding-bottom: 15px;
	line-height: 21px;
}
div#payments {
	padding-top: 30px;
	background: url('images/paypaltools.gif') no-repeat top center;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
}
span#lowPriceSpan {
  color: green;
  font-size: 19px;
  font-weight: bold;
}
table#pricesTable {
  width: 100%;
  border: 1px solid #D8BB98;
  margin-bottom: 20px;
}
table#pricesTable th {
  border-right: 1px solid #6A492D;
  border-bottom: 1px solid #6A492D;
  background: #D8BB98;
  padding: 5px;
}
table#pricesTable td {
  border-right: 1px solid #6A492D;
  border-bottom: 1px solid #6A492D;
  padding: 5px;
}
table#pricesTable td.period {
  text-align: center;
}
table#pricesTable td.price {
  color: green;
  font-size: 15px;
  font-weight: bold;
}
div#footer {
  display: block; 
  width: 730px;
  margin: 30px auto 30px auto;
  height: 120px;
  background: url('images/footer.jpg') repeat-x bottom left;
}
div#footer div#footerContent {
  margin-left: 160px;
  padding-top: 35px;
  height: 90px;
  width: 540px;
  color: #333333;
  font-family: Verdana, Arial;
  font-size: 10px;
}
div#footer div#footerContent a {
  color: #333333;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}
form#orderForm {
  border-top: 1px solid #6A492D;
}
form#orderForm label {
  display: block;
  color: #333333;
  padding: 6px;
  font-size: 13px;
}
form#orderForm input {
  width: 300px;
  background: #F0E5D7;
  border: 1px solid #6A492D;
  padding: 2px;
}
form#orderForm textarea {
  width: 400px;
  background: #F0E5D7;
  border: 1px solid #6A492D;
  padding: 5px;
  height: 100px;
}
form#orderForm input.submit {
  background: #D8BB98;
}
form#orderForm p#error {
  padding: 10px;
  color: red;
  font-size: 11px;
  font-weight: bold;
}
ul#status {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul#status li {
  padding: 4px;
  margin-top: 1px solid #EFEFEF;
}