@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for cfsmginteriors.com                  */
/* Last Updated: 01.06.2010 by Cory Perry                             */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #C3C478 url(../images/body_bg.jpg) no-repeat top center;
	color: #000;
	font-family: Arial, Verdana, "Lucida Grande", Tahoma, sans-serif;
}

/* spans---------------------------------------*/
span.bold {
	font-weight: bold;
}
/* headers-------------------------------------*/
h1 {font-size: 20px;}
h2 {font-size: 17px;}
h3 {font-size: 14px;}

#content h1.interior-header {
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #999900;
	letter-spacing: -1px;
}
#content h2.sub-header {
	margin: 0 0 8px 0;
	font-size: 18px;
	color: #999900;
	letter-spacing: -1px;
}

/* main layout IDs (framework)-----------------*/

#outer-wrap {
	background: url(../images/shadow_bg.png) repeat-y;
	margin: 0 auto;
	width: 1006px;
}
#wrapper {
	width: 962px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
#header {
	width: 962px;
	height: 192px;
	background: url(../images/header_bg.jpg) no-repeat top center;
	position: relative;
}
#header2 {
	width: 242px;
	height: 176px;
	background: url(../images/header_bg_trans.gif) no-repeat top center;
	position: relative;
	display:block;
	text-indent:-9999px;
}
#header #main-nav {
	position: absolute;
	bottom: 5px;
	left: 245px;
}
#header #header-right {
	position: absolute;
	top: 25px;
	right: 40px;
	width: 300px;
}
#header p {
	text-align: right;
	font-size: 11px;
	line-height: 17px;
	color: #FFF;
	margin: 0 0 15px 0;
}
#header p span.header {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
}
#footer {
	background: #52521E;
	height: 100px;
	width: 962px;
	position: relative;
}
#footer p {
	font-size: 11px;
	color: #fff;
	padding: 10px 0 0 8px;
}

#footer #facebook {
	position: absolute;
	top: 2px;
	right: 8px;
}
#footer #facebook a#facebook {
	display: block;
	text-indent: -9999px;
	background: url(../images/facebook.jpg) no-repeat top center;
	width: 227px;
	height: 63px;
}
#footer #facebook a#facebook:hover {
	background-position: 0 -65px;
}

#content {
	background: #fff;}

#content p {
	font-size: 12px;
	line-height: 18px;
	color: #353434;
	padding: 0 0 20px 0;
	text-align: justify;
}
#content p.testimonial {
	font-size: 12px;
	line-height: 18px;
	color: #353434;
	margin: 0 20px 5px 0;
	text-align: justify;
	font-style: italic;
	background: #f5f5f5;
	padding: 15px 15px;
}
#content p.author {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999900;
	margin: 0 20px 0 0;
	text-align: justify;
}

#content ul {
	margin: 10px 0 0 15px;
	font-size: 12px;
	color: #353434;
}
#content ul li {
	padding: 0 0 8px 0;
}
#content #content-box {
	margin: 0 140px 0 100px;
	background: #fff;
}
#content #content-frameone {
	width: 962px;
	height: auto;
	background: #fff;
	padding: 30px 0 0 0;
}
#content #content-gallery {
	width: 962px;
	height: 394px;
	background: url(../images/gallery_bg.jpg) no-repeat top center;
	position: relative;
}
#content #content-gallery #slideshow {
	position: absolute;
	top: 20px;
	left: 240px;
}



