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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;	
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
	
body {
	background:url(images/body_bg.jpg) repeat;
	margin:0 auto;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-transform:uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:18px;
	color:#cc3333;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:16px;
	color:#cc3333;
	font-style:italic;
}

#wrapper {
	background:url(images/wrapper_bg.png) no-repeat;
	width:990px;
	height:700px;
	margin:80px auto;	
}

#sidebar {
	text-align:center;
	width:190px;
	margin:180px 10px 0px 50px;
	float:left;
}

#menu {
	margin:10px auto;
}

#menu ul {
	text-align:center;
	margin:10px auto;
}

#menu li {
	background:url(images/menu_bg.png) no-repeat;
	background-position:center bottom;
	padding:10px 30px;
	list-style-type:none;
}

#menu li a {
	padding:10px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#906c54;
}

#menu li a:visited {
	text-decoration:none;
	color:#906c54;
}

#menu li a:hover {
	background:url(images/menu_hover.png) no-repeat;
	background-position:2px 2px;
	text-decoration:none;
	color:#cc3333;
}

.contact {
	padding:0px 0 0px 12px;
	background:url(images/contact_bg.png) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:0.1em;
	margin:120px auto;
	color:#cc3333;
}

#content {
	overflow:auto;
	color:#442a18;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:18px;
	width:680px;
	float:right;
	margin:60px 35px 10px 10px;
}

#content li {
	padding:2px 0;
	border-bottom:1px dashed #f8d0d2;
}

.block-left {
	width:320px;
	padding:10px;
	float:left;
}

.block-right {
	width:320px;
	padding:10px;
	float:right;
}

.copyright {
	letter-spacing:0.1em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.copyright a {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	text-decoration:none;
}

.copyright a:visited {
	color:#333;
	text-decoration:none;
}

.copyright a:hover {
	color:#333;
	text-decoration:none;
}

.price-tag {
	float:right;
	margin:-50px 0;
	position:relative;
	top:30px;
}

#page-wrap {
	width: 500px;
	padding:10px;
	margin: 10px auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

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

#contact-area input, #contact-area textarea {
	padding: 5px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.1em;
	margin: 0px 0px 5px 0px;
	border: 1px solid #CCC;
}

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

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

#contact-area input.submit-button {
	width: 100px;
	position:relative;
	top:10px;
	left:300px;
}

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