/*

THAIDIVE MAIN STYLESHEET Version 1.0

Copyright (с) 2009 by Victor A. Shcherbakov. All rights reserved!
Copyright (c) 2009 Editor AG. All rights reserved!

*/

/* MAIN TAGS RESET */

*
{
	font-weight:normal;
	font-family: "Verdana", sans-serif;
	margin:0;
	padding:0;
}

/* TAG STYLES */

body
{
	background:center #574007 url('images/back.png');
}

/* CONTAINERS */

#wrapper
{
	height:590px;
	width:100%;
	background:center top repeat-x url('images/top_uzor.png');
}

#content
{
	padding-top:50px;
	margin: 0 auto;
	width:830px;
}

#header
{
	padding-left:55px;
	padding-top:40px;
	height:90px;
	background:center top no-repeat url('images/header.png');
}

#subheader
{
	min-height:200px;
	background: center top no-repeat url('images/subheader.png');
}

#body
{
	clear:both;
	background: center top repeat-y url('images/siteback.png');
}

#left
{
	padding-left:15px;
	width:275px;
	float:left;
}

#right
{
	padding-right:40px;
	width:495px;
	float:right;
}

#subfooter
{
	padding-left:60px;
	padding-bottom:5px;
	padding-top:60px;
	padding-right:40px;
	clear:both;
}

#footer
{
	height:120px;
	background:center top no-repeat url('images/footer.png');
}

div.clear
{
	clear:both;
}

/* HEADER STYLES */

#header a.logo
{
	background: no-repeat url('images/logotype.png');
	display:block;
	width:380px;
	height:75px;
}

#header a.logo h1
{
	display:none;
}

/* QUOTE STYLES */

#quote
{
	height:145px;
	padding-top:40px;
	padding-left:55px;
	padding-bottom:60px;
	padding-right:15px;
}

#quote h2
{
	float:left;
	color:#4b6930;
	font-size:42px;
	font-style:italic;
	font-family:"Georgia", serif;
}

#quote.subpage h2
{
	float:left;
	width:550px;
}

#quote a.backbutton
{
	margin-top:40px;
	float:right;
	height:55px;
	width:195px;
	background: url('images/backbutton.png') no-repeat;
	display:block;
}

#quote a.backbutton span
{
	display:none;
}

/* MAIN PAGE BODY STYLES */

#body a.iwant
{
	height:55px;
	width:215px;
	background: url('images/iwant.png') no-repeat;
	display:block;
	margin-top:200px;
}

#body a.iwant span
{
	display:none;
}

#body #right ul li
{
	list-style: none;
	background: top left no-repeat url('images/spiral.png');
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
}

#body #right ul li a,
#body #right ul li a:visited,
#body #right ul li a:link
{
	color:#282010;
	font-size:16px;
}

#body #right ul li a:hover
{
	color:green;
}

#page
{
	padding-right:55px;
	padding-left:60px;
}

#page h3
{
	margin-bottom:20px;
}


/* SUBFOOTER STYLES */

#subfooter h3,
#subfooter h3 a,
#subfooter h3 a:visited
{
	font-size:16px;
	font-weight:bold;
	color:#4b6930;
}


#subfooter h3 a:hover
{
	color:black;
}

#subfooter span.paragraph
{
	margin-bottom:40px;
	display:block;
	border-left: 3px #c0ae7b solid;
	padding-left:10px;
}

#subfooter p
{
	font-size:14px;
	color:#574007;
}

#subfooter p a,
#subfooter p a:visited
{
	text-decoration:underline;
	color:black;
}

#subfooter p a:hover
{
	color:green;
}







