@charset "utf-8";
/* CSS Document */

/*---[ Details ]---------------------------------------
Site:
Author: Jack Barham
Contact: jack@airboxmedia.com
Date Created:
Date Modified:
-------------------------------------------------------*/

/*-----------------------------------------------------
Core Elements:
[01] YAHOO CSS RESET
[02] BODY STRUCTURE
[03] POSITIONING
[04] TEXT STYLING
[05] LINK STYLING
[06] IMAGES
[07] REUSEABLE ELEMENT
-------------------------------------------------------*/

/* [01] Import CSS
-------------------------------------------------------*/


/*-----------------------------------------------------
Core Elements
-------------------------------------------------------*/

/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 
table {
	border-collapse: collapse;
    border-spacing: 0;
	}
fieldset,img {
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
    font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* --------------------------------- BODY STRUCTURE --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #f0c0d1 url(../images/bg_main.jpg) repeat;
	background-attachment: fixed;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}


/* --------------------------------- POSITIONING --------------------------------- */

#wrapper {
	position: relative;
	overflow: auto;
	margin: 0 auto;
	width: 900px;
	padding: 30px 40px 0 40px;
	background-image: url(../images/bg_wrapper.jpg);
}

#branding { width: 900px; }

#mainImage {
	width: 900px;
	margin: 0px 0 10px 0;
}

#menuMain {
	width: 900px;
	height: 40px;
}

#mainContent {
	overflow: auto;
	width: 900px;
	margin-top: 50px;
	padding-bottom: 50px;
}

#textAreaHome {
	float: left;
	width: 550px;
	margin-right: 60px;
}

#boxAreaHome {
	float: right;
	width: 290px;
}

#textAreaSite {
	float: left;
	width: 550px;
	padding-right: 80px;
	border-right: #754d25 1px dotted;
	margin-right: 29px
}

#boxAreaSite {
	float: right;
	width: 235px;
}

#boxTop { margin: 10px 0 30px 0; }

.sideBox {
	padding-bottom: 30px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	padding-bottom: 20px;
}

#bottom {
	margin: 0 auto;
	width: 980px;
	padding-bottom: 50px;
}

.galleryImg {
	width: 100px;
	padding: 4px;
	border: #754d25 solid 1px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}

.testimony {
	padding-bottom: 20px;
	border-bottom: #CCCCCC 1px dotted; 
	margin-bottom: 20px;
}

#gallery {
	overflow: auto;
	margin-bottom: 20px;
}


/* --------------------------------- TEXT STYLING --------------------------------- */

h1 {
	text-indent: -3000px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #754d25;
	font-size: 20px;
	margin-bottom: 20px;
}

p { color: #666666; }

.footerTextLeft {
	margin-top: 3px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #818181;
	font-size: 11px;
}

.footerTextRight {
	margin-top: 3px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #818181;
	font-size: 11px;
}

ul { line-height: 2em; }

.list1 {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

.mainText { color: #666666; }

.headerText {
	font-weight: bold;
	margin-bottom: 5px;
}

.textTitle {
	font-weight: bold;
	color: #666666;
}

.errorTitle {
	font-weight: bold;
	color: #FF0000;
}


/* --------------------------------- LINKS --------------------------------- */


a, a:visited {
	outline: none; /* For Firefox to stop showing that box */
	text-decoration: none;
	color: #A95A76;
}

a:hover { text-decoration: underline; }

.mainLink {
	font-size: 14px;

}


/* --------------------------------- MAIN NAVIGATION --------------------------------- */

.menu li {float: left;}

.home a  {
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/menu_home.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.about a  {
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/menu_about.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.services a  {
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/menu_services.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.prices a  {
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/menu_prices.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}
.gallery a  {
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/menu_gallery.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.links a  {
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/menu_links.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.contact a  {
	display: block;
	width: 120px;
	height: 40px;
	background: url(../images/menu_contact.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.home a:hover { background-position: -120px 0; }
.about a:hover { background-position: -120px 0; }
.services a:hover { background-position: -120px 0; }
.prices a:hover { background-position: -120px 0; }
.gallery a:hover { background-position: -120px 0; }
.links a:hover { background-position: -120px 0; }
.contact a:hover { background-position: -120px 0; }


/* --------------------------- FORM --------------------------- */


#contact-area {
	width: 500px;
	margin-top: 20px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 273px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #754d25;
	background-color: #FFFFFF;
}

#contact-area textarea {
	height: 80px;
}

#contact-area input.submit-button {
	font-size: 13px;
	color: #333333;
	width: 100px;
	float: left;
	margin-left: 145px;
}

label {
	font-size: 13px;
	color: #666666;
	float: left;
	text-align: left;
	margin-right: 35px;
	width: 110px;
	padding-top: 5px;
}

.fontText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}



