/* reset */
html, body, div, table, tr, td, h1, h2, h3, h4, h5, h6, p, 
ul, ol, li, dl, dt, dd, a, img, form, fieldset, span {
	padding: 0;
    margin: 0;
    border: 0;
}
html, body {
	height: 100%;	
}
a:hover {
    text-decoration: none;
}

/* basic */

body {
    color: #403b3d;
    font-size: 62.5%;
    line-height: 1.7em;
    font-family: "Trebuchet", Tahoma, Verdana, Helvetica, sans-serif;
	display: table;
	width: 100%;
	background: #2d3031;
}
.clear {
    clear: both;
    height: 0;
	min-height: 0;
    line-height: 0;
	border: 0;
}
.bold {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	font-size: 1.1em;
}
.paragraph:first-letter {
	font-size: 2.8em;
}
.errmsg {
	padding-top: 160px;
	text-align: center;
	font-size: 1.6em;
}
.errmsg .back {
	margin-top: 20px;
}
/* layout */

#wrapper {
	display: table-cell;
	vertical-align: middle;
}
#cell {
	margin: 0 auto;
	width: 966px; 
}
#container {
	width: 950px;
	margin: 0 auto;
}

/* top =========================== */

.top {
	height: 73px;
	background: url(../img/top_shadow.png) 50% 100% no-repeat;
	position: relative;
}
.top .logo {
	float: right;
}
.top .menu {
	position: absolute;
	left: 7px;
	bottom: 0px;
}
.top .menu ul li {
	background: url(../img/border.gif) 100% 3px no-repeat;
	list-style: none;
	float: left;
	font-size: 1.8em;
	padding: 0 10px;
}
.top .menu ul li.last {
	background: 0;
}
.top .menu ul li a {
	text-align: left;
}

/* content =========================== */

.content {
	background: url(../img/cont_bg.png) 50% 0 repeat-y;
	height: 460px;
}

/* base ======================= */

.base {
	padding: 0 6px;
	text-align: center;
}
.base .boxes .box {
	background: url(../img/border2.gif) 100% 25px no-repeat;
	float: left;
	text-align: left;
	padding: 0 20px;
	height: 80px;
}
.base .boxes .box4 {
	background: 0;
}
.base .boxes .box h2.header {
	font-weight: bold;
}
.base .boxes .box p {
	font-size: 1.2em;
}
/* offer =============================== */

.offer {
	padding: 40px;
}
.offer p {
	font-family: Cambria;
	margin: 0 0 20px 20px;
	font-size: 1.8em;
	line-height: 1.3em;
}
.offer ul {
	margin-bottom: 20px;
}
.offer ul li {
	font-family: Cambria;
	list-style: none;
	margin-left: 20px;
	font-size: 1.8em;
	line-height: 1.3em;
}

/* contact ============================= */

.contact {
	padding: 40px;
}
.contact .left {
	background: url(../img/border3.gif) 100% 50% no-repeat;
		width: 435px;
}
.contact .left img {
	margin: 40px 25px 0px 5px;
}
.contact .right {
	width: 450px;
}
.contact .right form {
	margin-left: 105px;
	margin-top: 40px;
}
.contact .right form input,
.contact .right form textarea {
	width: 230px;
	font-size: 1.2em;
	font-family: Tahoma;
	border: 1px solid #1d4a57;
	padding: 10px;
	color: #b3b3b4;
}
.contact .right dl {
	margin-bottom: 3px;
}
.contact .right form #submit {
	float: right;
	margin-right: 93px;
}
.contact .right form #submit,
.contact .right .errmsg .back {
	width: auto;
	padding: 2px 5px; 
	border: 0;
	background: url(../img/submit.png) 0 0 repeat-x;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}
.contact .right .mesg {
	margin-top: 160px;
	font-size: 1.6em;
	text-align: center;
}
.contact .right .required {
	margin-left: 3px;
	float: left;
	font-size: 1.1em;
	color: #484848;
}
/* recommend =========================== */

.recommend {
	padding: 35px 20px 20px;
}
.recommend div {
	width: 460px;
}
.recommend div.left {
	background: url(../img/border3.gif) 100% 50% no-repeat;
}
.recommend h4.header {
	font-family: Cambria;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 90px;
}
.recommend ul {
	margin-left: 90px;
	margin-bottom: 20px;
}
.recommend ul li {
	font-family: Cambria;
	list-style: none;
	font-size: 1.5em;
}
.recommend ul li a {
	color: #403B3D;
}

/* gallery ============================ */

#content {
	text-align: center;
	padding: 6px 8px 6px 6px;
}
/* shadow ============================== */

.shadow {
	background: url(../img/bottom_shadow.png) 50% 0 no-repeat;
	height: 96px;
}
.shadow p {
	text-align: right;
	margin-right: 6px;
	font-size: 1em;
	color: #c1c3c3;
}
.shadow p a {
	color: #c1c3c3;
}
