@charset "utf-8";
/* CSS Document */
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a, img a {
	outline:none;
}
img {
	border:none;
	display:block;
}
/* RESET */


body {
	background:#000 url(../images/bg-main.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#header-top {
	width: 1000px;
	height:140px;
	position:relative;
}
#header-bot {
	width: 1000px;
	height:360px;
	position:relative;
}
#logo {
	width: 280px;
	height:110px;
	float:left;
	padding: 18px 0 0 30px;
	position:relative;
}
#menu-wrapper {
	width: 600px;
	height:140px;
	float:right;
	position:relative;
	text-align:right;
}
#content-wrapper, #links-wrapper, #portfolio-wrapper, #home-wrapper {
	width: 950px;
	height:auto;
	background: #FFF url(../images/content-top-bg.jpg) repeat-x;
	float:left;
	position:relative;
	padding:20px 25px 20px 25px;
}
#links-wrapper img {
	display:inline;
}
#links-wrapper h2 {
	background:url(../images/horz-dot.gif) bottom repeat-x;
	padding:5px 0 5px 0;
}
#portfolio-wrapper h3 {
	margin-bottom: .1em;
}
#portfolio-wrapper p {
	margin: 0 0 .3em 0;
}
#home-wrapper img {
	padding:5px;
	float:right;
	clear:right;
}
#home-left {
	width: 745px;
	height:auto;
	float:left;
	padding-right:15px;
}
#home-right {
	width: 190px;
	height:auto;
	float:right;
}
.link-th {
	width: 80px;
	height:100px;
	float:left;
	padding:5px;
}
.links-th-wrap {
	width: 950px;
	height: auto;
	padding-top:20px;
	/*background: url(../images/dotted-border.gif) top repeat-x;*/
	position:relative;
}
/*.links-thumb {
	width: 100px;
	height:70px;
	border:1px #CCC solid;
    line-height:70px;
	vertical-align:middle;
	margin-right:5px;
	display:table-cell;}
#links-wrapper img { display:inline;} */	

#right-col {
	width: 245px;
	height:auto;
	float:right;
	padding:0 0 0 15px;
}
/* ABOUT US */
#about-left-col {
	width: 680px;
	height:auto;
	float:left;
	padding:0 25px 0 0;
}
#team-col {
	width: 245px;
	height:auto;
	float:right;
	padding:0 0 0 0;
	text-align:center/**/
}
#team-col img {
	border:5px solid #cbbca0;
	margin-bottom:7px;
}
/* CONTACT */
#contact-left-col {
	width: 240px;
	height:auto;
	float:left;
	padding:20px 25px 0 0;
}
#map {
	background: #eeeeee;
	;
	width: 645px;
	height: 350px;
	float:right;
	padding:20px;
}
#footer {
	width: 960px;
	height:260px;
	background:url(../images/footer-bg.jpg) no-repeat;
	clear:both;
	position:relative;
	padding:50px 20px 0 20px;
}
#footer-logos {
	width: 960px;
	height:40px;
	position:relative;
}
#footer-texts {
	width: 960px;
	color:#444;
	height:auto;
	position:relative;
	padding:20px 0 0 0;
}
#footer-texts p {
	color:#523826;
	font-size:.7em;
	line-height:1.3em;
}
#footer-texts a {
	color:#523826;
}
#coc-box {
	width: 180px;
	height:auto;
	padding:0 0 20px 30px;
	float:right;
	text-align:center;
}
.prod-wrap, .faqs-wrap {
	width: 930px;
	height:auto;
	background: #eeeeee;
	position:relative;
	float:left;
	padding:5px 10px 5px 10px;
	border-bottom: 1px solid #FFF;
}
.prod-left {
	width: 215px;
	height:auto;
	float:left;
	padding-right: 10px;
	text-align:right;
}
.prod-left p {
	font-weight:bold;
	color:#752a51;
}
.prod-right {
	width: 695px;
	height:auto;
	float:right;
	padding-left: 10px;
}
.faqs-row {
	width: 930px;
	height:auto;
	float:left;
	text-align:left;
}
/* PORTFOLIO */

.gallery-wrap {
	width: 930px;
	height:auto;
	/*background:url(../images/horz-dot.gif) top repeat-x;*/
	position:relative;
	float:left;
	padding:10px 10px 5px 10px;
	margin-top:10px;
}
.thumb-wrap {
	width: 910px;
	height:auto;
	position:relative;
	float:left;
	padding:5px 10px 5px 10px;
}
.thumb {
	float: left;
	margin: 4px !important;
	padding: 5px !important;
	border: 1px solid #ccc !important;
}
.thumb img {
	display: inline;
	margin: 0px;
	border: 1px solid #444;
}
.thumb a:hover img {
	border: 1px solid #752a51;
}
.credit {
	float:left;
}
.copyright {
	float:right;
}
/* TYPOGRAPHY */

h1 {
	font: Georgia, Verdana, Arial, serif;
	color:#752a51;
	font-size:1.4em;
	margin-bottom: .2em;
}
h2 {
	font: Georgia, Verdana, Arial, serif;
	color:#752a51;
	font-size:1.1em;
	margin-bottom: .12em;
}
h3 {
	font: Georgia, Verdana, Arial, serif;
	color:#752a51;
	font-size:1em;
	margin-bottom: .3em;
}
p {
	color:#444;
	font-size:.8em;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 .7em 0;
}

ul {
	margin: 0;
	padding: 0;
}
ul {padding: 0;
	margin:0 0 10px 0px;
	font-size:.8em;
	color:#444;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
}
ul li {
	padding: 2px 0 2px 0;
}


ol {padding: 0;
	margin:0 0 10px 23px;
	font-size:.8em;
	color:#444;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	list-style:decimal;
}
ol li {
	padding: 2px 0 2px 0;
}
/* TYPOGRAPHY */

a {
	color:#752a51;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* MISC STYLES */	

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.tt {
	color:#444;
	font-size:.7em;
}
.img-float-rt {
	float:right;
	padding:0 0 20px 20px;
}
.img-float-left {
	float:left;
	padding:0 20px 20px 0;
}
.red {
	color:#C00;
}
.hide {
	display:none;
}
.block {
	display:block;
}
.break {
	page-break-before:always;
}
.bb {
	width: 950px;
	height:10px;
	position:relative;
	margin-bottom:10px;
	background:url(../images/horz-dot.gif) bottom repeat-x;
}
.top-20 {
	padding-top:20px;
}
