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

/* Colors

orange: ff9900;
light grey: #f0f0f0;
dark grey: #333;

*/

html {
	font-size: 100%;
}

body {
	background: #333333;
	color: #f0f0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#pageWrapper {
	width: 770px;
	text-align: left;	
	margin: 0 auto;
	padding: 0 1px;
}

#pageHeader {
	width: 768px;
	height: 120px;
	background: url(images/agCarpentry.jpg) top left no-repeat;
	border-bottom: 1px solid #ff9900;
}

/* NAVIGATION BAR */

#navigation {
	width: 766px;
	height: 30px;
	background: #666 url(images/navBg.gif) top left repeat-x;
	margin: 10px 0 0 0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#navSpanWrapper {
	display: block;
	width: 680px;
	height: 30px;
	margin: 0 auto;
}

#navigation a {
	text-decoration: none;
	font-size: 1.2em;
	color: #CCCCCC;
}

#navigation a:hover {
	text-decoration: none;
	font-size: 1.2em;
	color: #ff9900;
}

span.navigationSpace {
	height: 30px;
	width: 18%;
	background: #666 url(images/navBg.gif) top left repeat-x;
	display: block;
	float: left;
	margin: 0 1%;
	line-height: 30px;
	text-align: center;
}

span.navigationSpace:hover {
	height: 30px;
	background: #666 url(images/navBg.gif) bottom left repeat-x;
}

/******************/

/* Teaser Bar     */

#teaser {
	background: #333 url(images/contentBG.gif) repeat;
	width: 768px;
	height: 100px;
	margin-top: 10px;
	padding: 10px 0;
}

div.col1 {
	width: 256px;
	height: 100px;
	float: left;
}

div.col2 {
	width: 254px;
	height: 100px;
	float: left;
	border-right: #666 1px solid;
	border-left: #666 1px solid;
}

div.col3 {
	width: 250px;
	height: 100px;
	float: left;
}

#teaser h2 {
	margin: 10px;
	font-size: 1.4em;
	font-style: italic;
	font-weight: lighter;
	color: #ff9900;
}

#teaser a {
	color: #ccc;
}

#teaser a:hover {
	color: #666;
}

#teaser p {
	margin: 10px;
	letter-spacing: 0.5px;
	font-size: 1em;
	color: #f0f0f0;
}


/******************/

#contentLeft {
	background: #333;
	width: 512px;
	float: left;
}

#contentRight {
	background: #333;
	width: 256px;
	float: left;
}

#mainContent {
	background-color: #666666;
	margin: 10px;
	padding: 10px;
	min-height: 340px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}

#mainContent p {
	letter-spacing: 1px;
	font-size: 1.1em;
}

#titleBox {
	background: url(images/titleBG.gif) top left no-repeat;
	position: relative;
	height: 50px;
	left: -30px;
	z-index: 2;
	padding: 10px 0 10px 30px;
	letter-spacing: 1px;
}

#titleBox h2 {
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#whyChoose {
	background: url(images/questionMarks.gif) no-repeat top right #666666;
	margin: 10px;
	padding: 10px;
	height: auto;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}

#extraBox {
	position: relative;
	height: 30px;
	left: 0px;
	z-index: 2;
	padding: 10px 0 10px 30px;
	letter-spacing: 1px;
}

#extraBox h2 {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	font-size: 2em;
	font-style: italic;
}


#contact {
	background: url(images/contact.gif) top center #666666 no-repeat;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	text-align: right;
}

#contact h2 {
	text-align: center;
	margin: 0;
	line-height: 35px;
}

#services {
	background: url(images/services.gif) top center #666666 no-repeat;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

#services h2 {
	text-align: center;
	margin: 0 0 20px 0;
	line-height: 35px;
}

span.service {
	display: block;
	clear: both;
	background: #666 url(images/servicesBG.gif) top no-repeat;
	height: 30px;
	width: 150px;
	margin: 5px auto;
	border-right: #666 1px solid;
	border-left: #666 1px solid;
	line-height: 30px;
	font-size: 1.2em;
	text-align: center;
}

a span.service {
	color: #333;
}

a span.service:hover {
	color: #ff9900;
	background-position: bottom left;
}

#affiliates {
	background: url(images/affiliates.gif) top center #666666 no-repeat;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

#affiliates h2 {
	text-align: center;
	margin: 0 0 20px 0;
	line-height: 35px;
}

h2 {
	font-size: 1.4em;
	color: #ff9900;
}


a {
	color: #fff;
}

a:hover {
	color: #ff9900;
}

a.services {
	color: #fff;
	text-decoration: none;
}

a.services:hover {
	color: #ff9900;
}

p {
	font-size: 1.2em;
	color: #f0f0f0;
	margin: 10px;
}

img.inlineThumb {
	margin: 10px;	
	float: left;
	border: 5px solid #222;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}

img.inlineThumbExtra {
	margin: 10px;	
	float: right;
	border: 0px;
}

img.centered {
	margin: 10px;	
	text-align: center;
	border: 5px solid #222;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}

/* footerLinks     */

#footerLinks {
	width: 768px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}

#footerLinks a img {
	vertical-align: middle;
	border: 0;
}

#footerLinks a img:hover {
	vertical-align: middle;
	border: 0;
}

#copyright {
	width: 770px;
	margin: 5px auto;
	clear: both;
	text-align: center;
	border-top: #ccc 1px solid;
	padding: 0 0 10px 0;
}

#copyright a {
	color: #f0f0f0;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
	border: 0;
}

#copyright a:hover {
	color: #c6c6c6;
	text-decoration: underline;
	outline: none;
	-moz-outline-style: none;
	border: 0;
}

/*For Workshop Page*/

#extraBoxContainer {
	background: #666666;
	margin: 10px;
	padding: 10px;
	height: auto;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}

/* Gallery pages  */

a.backToBtn {
	color: #fff;
	text-decoration: none;
	float: left;
	margin-bottom: 10px;
}

#imgContainer {
	width: 472px;
	clear: both;
}

img.galleryThumb {
	width: 140px;
	border: 5px solid #333;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	margin: 2px;
	height: auto;
}

img.galleryThumb:hover {
	width: 140px;
	border: 5px solid #222;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	margin: 2px;
}

#imgPageSelect {
	clear: both;
	width: 472px;
	margin: 10px 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	border-top: 2px solid #222;
}

#imgPageSelect a {
	text-decoration: none;
}

span.imgPageNumbers {
	padding: 5px;
	background-color: #333;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-radius: 2px;
}

span.imgPageNumbers:hover {
	background-color: #222;
}


/******************/
