* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
}

body {
	font: 62.5%/1.4 Arial, Verdana, sans-serif;
	color: #000;
}

a img { border: 0; }

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Link */
a:link,
a:visited,
a:hover,
a:active {
	color: #2d6dc7;
}

/* Typography */
h1, h2, h3 {
	clear: both;
	font-weight: normal;
}

h1 {
	width: 623px;
	height: 34px;
	font-size: 2.2em;
	margin: 0 0 .5em 0;
	padding: 0 0 0 10px;
	color: #fff;
	background: url(../img/bg-h1.png) no-repeat #f39934;
}

h1.back {
	margin-top: .3em;
}

h2 {
	font-size: 2.3em;
	margin: 1em 0 0 0;
	color: #983111;
}

h3 {
	font-size: 1.9em;
	margin: 1em 0 0 0;
	color: #000;
}

p {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 0 0 .5em 3em;
}

ul {
	list-style: none;
}

li {
	font-size: 1.2em;
	line-height: 1.8;
}

li li {
	font-size: 1em;
}

/* HR */
div.hr {
	clear: both;
	height: 3px;
	background: url(../img/bg-hr.gif) repeat-x #fff 0 50%;
	margin: 0;
}

div.hr hr { display: none; }

/* Header */
#header {
	height: 82px;
	background: url(../img/bg-header.png) no-repeat 100% 0 #fff;
	margin: 5px 0;
}

/* Logo */
#logo {
	float: left;
	width: 443px;
}

/* Phone */
#phone {
	float: right;
	width: 440px;
	padding: 10px 0 0 17px;
}

/* Splash */
#splash {
	height: 228px;
}

/* Address */
#address {
	float: left;
	width: 254px;
	height: 228px;
	background: url(../img/bg-address.gif) no-repeat 50% 50% #fff;
}

#address div {
	float: right;
	width: 217px;
	height: 166px;
	background: url(../img/bg-address-div.png) no-repeat;
	margin: 25px 0 0 0;
	padding: 15px 0 0 10px;
}

#address h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin: 0 0 .5em 0;
	padding: 0;
}

#address p {
	font-size: 1.4em;
	font-style: italic;
}

#address a {
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
}

/* Img */
#img {
	float: right;
	width: 640px;
	height: 218px;
	text-align: right;
	background: url(../img/bg-splash.gif) repeat-y;
	padding: 5px 0;
}

/* Navigation */
#navigation {
	height: 34px;
	margin: 5px 0;
}


#navigation ul {
	float: left;
	display: block;
	width: 895px;
	height: 34px;
	background: url(../img/bg-navigation.gif) no-repeat #f2f2f2;
	margin: 0;
	padding: 0 0 0 5px;
}

#navigation li {
	float: left;
	font-weight: bold;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active {
	display: block;
	float: left;
	height: 28px;
	padding: 6px 10px 0 10px;
	border-right: 1px solid #fff;
}


#navigation a:hover {
	color: #fff;
	background: url(../img/bg-navigation-hover.gif) no-repeat 100% 0 #ee8d27;
}

/* Box */
.box {
	clear: both;
	width: 634px;
	background: url(../img/bg-box-bottom.gif) no-repeat 0 100% #f3f3f3;
	margin: 0 0 15px 0;
}

.box .bg-box-top {
	width: 634px;
	height: 6px;
	background: url(../img/bg-box-top.gif) no-repeat;
	margin: 0 0 8px 0;
}

.box p {
	margin: 0;
	padding: 0 12px 12px 12px;
}

.box ul {
	margin: 0;
	padding: 0 12px 12px 12px;
}

/* Button */
.btn {
	position: absolute;
	width: 143px;
	height: 34px;
	margin: -47px 0 0 466px;
}

.btn a:link,
.btn a:visited,
.btn a:active {
	display: block;
	width: 143px;
	height: 34px;
	background: url(../img/btn-order.png) no-repeat #f5a53d;
}

.btn a:hover {
	display: block;
	width: 143px;
	height: 34px;
	background: url(../img/btn-order.png) no-repeat 0 -34px #f5a53d;
}

.btn span {
	display: none;
}

/* Photo */
.photo {
	display: block;
	float: left;
	width: 634px;
	margin: 10px 0;
}

.photo img {
	display: block;
	float: left;
	border: 5px solid #fce7cc;
	margin: 0 18px 0 0;
}

/* Banners */
.banner {
	margin: 0 0 10px 0;
}

.signature {
	font-size: 1.1em;
	color: #636363;
}

/* Container */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg-body.jpg) no-repeat 7% 98% #fff;
}

/* Content */
#content {
	float: right;
	width: 634px;
	padding: 5px 0 0 10px;
}

.padding {
	padding: 0 0 0 0px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 256px;
	padding: 5px 0 160px 0;
}

/* Gallery */
.thumbnailWrap {
	float: left;
	display: block;
	width: 120px;
	height: 80px;
	margin: 0 30px 30px 0;
}

.thumbnailWrap img {
	display: block;
	border: 5px solid #fce7cc;
}

.nav_pages {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}

.nav_pages a:link,
.nav_pages a:visited,
.nav_pages a:hover,
.nav_pages a:active {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

.align {text-align: center;}

.pageTurn {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

.pageTurn a:link,
.pageTurn a:visited,
.pageTurn a:active {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #f8c285;
	margin: 0 5px 0 0;
	text-align: center;
}

.pageTurn a.active,
.pageTurn a:hover {
	background: #f39934;
}

#form {
	width: 320px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
}

#form input#phone,
#form input,
#form textarea {
	float: none !important;
	width: 320px;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}

/* Footer */
#footer {
	clear: both;
	width: 100%;
	font-size: .9em;
	color: #888;
	text-align: right;
	padding: 2em 0 3em 0;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #888;
	text-decoration: none;
}
