/* basic */

body {
background-image: url(/images/body.jpg);
background-position: 50% 0%;
font-size: 12px;
line-height:15px;
background-color: #fff;
color: #000000;
width: 100%;
}



div#all {
width: 100%;
background-image: url(/images/top-body.jpg);
background-repeat: repeat-x;
background-position: 50% 0%;
}


div#wrap-bg {
	width:100%;
	background-image:url(/images/wrap-bg.jpg);
	background-position:50% 0;
	background-repeat:repeat-y;
	position:relative;
}

div#head-bg {
	width:100%;
	background-image:url(/images/top-head.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
}


div#wrap {
	width:980px;
	margin:0 auto;
	z-index:100;
	position:relative;
}

.min-w {
	min-width:980px;
	*width:expression((document.documentElement.clientWidth||document.body.clientWidth)<980?'980px':'100%');
}


div#content {
	width:773px;
	padding:0 15px;
	float:left;
	position:relative;
}


div#sidebar {
	width:167px;
	float:left;
	padding:0 5px 0 5px;
}


a, a:link, a:visited {
	text-decoration:none;
	color:#035083;
}

a:hover {
	color:#0079ca;
}






/*head*/

div#head {
	position:relative;
	height:195px;
}

h1 {
	position:absolute;
	background-color:#9e2501;
	font-size:12px;
	color:#fff;
	padding:0 3px;
	left:123px;
	top:4px;
}

.hello {
	position:absolute;
	width:566px;
	top:67px;
	left:230px;
	font-weight:bold;
	font-size:11px;
	color:#535353;
}


.head-links {
	display:block;
	position:absolute;
	top:152px;
	height:40px;
	text-indent:-999%;
	z-index:100;
	background-repeat:no-repeat;
	background-position:0 0;
}

a.home {
	width:119px;
	left:222px;
	background-image:url(/images/home-1.jpg);
}

a.home:hover {
	background-image:url(/images/home.gif);
}


a.top {
	width:152px;
	left:365px;
	background-image: url(/images/top-r-1.jpg);
}

a.top:hover {
	background-image: url(/images/top-r.jpg);
}



a.contact {
	width:162px;
	left:540px;
	background-image: url(/images/contact.jpg);
}

a.contact:hover {
	background-image: url(/images/contact-2.jpg);
}



/*content*/

div.title {
	height:44px;
	line-height:44px;
	background-image:url(/images/h2bg.png);
	background-repeat: no-repeat;
	background-position:0 0;
	margin:25px 0 10px -15px;
	padding:0 10px;
	position:relative;
}

div.title h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	font-weight:normal;
}

div.title h2:first-letter {
	color:#942601;
}

.sort {
	float:right;
	position:relative;
	top:35px;
	z-index:400;
}

.sort a {
	background-color:#9e2501;
	color:#fff !important;
	padding:2px;
}

.sort a:hover {
	background-color:#000;
}

p.text {
	margin-bottom:10px;
}


p.text:first-letter {
	float:left;
	background-color:#1e699d;
	font-size:26px;
	line-height:26px;
	height:26px;
	padding:2px 8px 2px 8px;
	_padding:4px 8px 6px 8px;
	margin:0 3px 0 0;
	color:#fff;
}

p.text:first-letter, noindex:-moz-any-link { 
	padding:4px 8px 6px 8px;
}





/*sidebar*/


h4 {
	height:39px;
	line-height:39px;
	display:block;
	background-image:url(/images/h4bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:28px;
	color:#6a6a6a;
	font-weight:normal;
	padding:0 0 0 5px;
	margin:10px 0 5px 0;
}

form.search {
	padding:10px 0 0 7px;
}


form.search input {
	float:left;
	margin-right:2px;
}

.pole {
	width: 100px;
	height: 19px;
	line-height:19px;
	background-color:#deb191;
}


div#sidebar li {
	background-image:url(/images/marker.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:18px;
}

div#sidebar li a {
	font-size:18px;
	line-height:22px;
	font-family:"Comic Sans MS", cursive;
}





/*block*/

div.block {
	background-image:url(/images/dotted.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:#d1ab66;
	padding:8px;
}

a.screen {
	display:block;
	float:left;
}


a.screen img {
	border:1px #000 solid;
	margin:0 8px 8px 0;
}

a.screen:hover img {
	border:1px #2276af solid;
}

div.block h3 {
	margin: 0 0 15px 0;
}

h3 a {
	color:#942701 !important;
	text-decoration:underline !important;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
}

h3 a:hover {
	text-decoration:none !important;
	color:#531500 !important;
}

div.rating {
	margin:10px 0;
}


span.button {
	display:block;
	height:31px;
	line-height:31px;
	background-image:url(/images/buttons.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	float:left;
	padding:0 8px;
	margin:5px 0;
	
}

span.button a {
text-decoration:underline !important;
}

p.text-short {
	width:440px;
	float:left;
	margin:10px 0;
}

a.more {
	font-weight:bold;
	color:#942701 !important;
	text-decoration:underline !important;
}

a.more:hover {
	text-decoration:none !important;
}

div.bottom {
	height:12px;
	clear:both;
	background-image:url(/images/dot-bottom.gif);
	background-position:0 0;
	background-repeat: repeat-x;
	margin:18px -8px -8px -8px;
}

	
	
	
/*footer*/

div#footer {
	clear:both;
	width:780px;
	background-color:#b48e46;
	height:58px;
	line-height:30px;
	color:#ffefd2;
	padding: 10px 0 0 22px;
	font-size:11px;
	border:30px #dcb46a solid;
	border-width:10px 0 0 0;
}

*div#footer {position:relative;	left:1px;}

div#footer span {
	margin-left:40px;
	font-weight:bold;
}

div#footer a {
	color:#fff !important;
}

div#footer a:hover {
	color:#000 !important;
}






/*review page*/

div.price {
	background-color:#e7d2ab;
	float:left;
	width:365px;
	background-image:url(/images/price-top.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:7px 0 0 5px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}

.price span {
	color:#942701;
}

.price-bottom {
	height:10px;
	width:370px;
	background-image:url(/images/price-bottom.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	padding-top:20px;
}

.price-bottom a {
	color:#942701 !important;
	text-decoration:underline !important;
}

.price-bottom a:hover {
	text-decoration:none !important;
}


table.gallery td {
	padding:0 15px 15px 0;
}

table.gallery td a img {
	border:1px #000 solid;
}

table.gallery td a:hover img {
	border:1px #000 dashed;
}




/*small screens*/

.small {
	_display:inline;
	float:left;
	margin: 0 12px 20px 0;
	width:370px;
}

a.small:hover {
	color:#591700 !important;
}

.small a img {
	border:1px #000 solid;
	float:left;
	margin:0 8px 8px 0;
}


.small a:hover img {
	border:1px #591700 dashed;
}


.small a.more {
	line-height:20px;
	text-decoration:none !important;
}

.small a.more:hover {
	text-decoration:underline !important;
}

.small h3 {
	position:relative;
	top:-6px;
}

.small h3 a{
	font-size:20px;
}







/*contacts page*/

form#cont input {
	background-color:#b48e46;
	height:23px;
	line-height:23px;
	margin:3px 3px 3px 0;
}

form#cont label {
	color:#6f4c00;
}

form#cont textarea {
	background-color:#b48e46;
	width:430px;
	height:250px;
}
























