html, body {
	margin:				0;
	padding:			0;
}

body {
	font-family: 		Verdana;
	font-size:			10pt;
	background:			#FFF;
	color:				#4D4D4F;
}

a {
	color:				#8FC74A;
}
a:hover {
	color:				#752B6B;
}

img {
	border:				0;
}

p {
	line-height:		140%;
}

h1 {
	color:				#752B6B;
	font-size:			1.6em;
	font-weight:		normal;
}

h3, h3 a {
	color:				#752B6B;
	font-size:			1.1em;
	font-weight:		bold;
	margin:				0;
	text-decoration: 	none;
}

.clear {
	clear:				both;
	height:				1px;
}

#container {
	margin:				auto;
	width:				971px;
}

#header {
	clear:				both;
	position:			relative;
}

#header .phone {
	position:			absolute;
	top:				10px;
	right:				0px;
	font-size:			0.9em;
}

#search {
	position:			absolute;
	top:				30px;
	right:				0px;
	color:				#7E3874;
}

#search .txt {
	padding:			3px;
}

#search .btn {
	background:			#752B6B;
	border:				1px solid #8C446A;
	color:				#FFF;
	padding:			4px;
	cursor: 			pointer;
}


#logo img {
	border:				0;
	margin:				25px 0 0 25px;
	float:				left;
}


#fbLike {
	border:				none;
	overflow:			hidden;
	width:				80px;
	height:				21px;
	position:			absolute;
	top:				32px;
	right:				270px;
}


ul.mainNav {
	margin:				0px;
	padding:			0px;
	padding-top:		70px;
	float:				right;
}

ul.mainNav li {
	display:			inline;
}

ul.mainNav li a {
    height:				37px;
    display:			block;
    float:				left;
}

#index a {
	background:			url(../img/audienceMenu.png) no-repeat scroll 0px 0px;
	width:				83px;
}
#index a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll 0px -47px;
}

#about a {
	background:			url(../img/audienceMenu.png) no-repeat scroll -83px 0px;
	width:				90px;
}
#about a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll -83px -47px;
}

#services a {
	background:			url(../img/audienceMenu.png) no-repeat scroll -173px 0px;
	width:				86px;
}
#services a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll -173px -47px;
}

#products a {
	background:			url(../img/audienceMenu.png) no-repeat scroll -259px 0px;
	width:				95px;
}
#products a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll -259px -47px;
}

#photos a {
	background:			url(../img/audienceMenu.png) no-repeat scroll -354px 0px;
	width:				79px;
}
#photos a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll -354px -47px;
}

#pricing a {
	background:			url(../img/audienceMenu.png) no-repeat scroll -433px 0px;
	width:				78px;
}
#pricing a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll -433px -47px;
}

#promotions a {
	background:			url(../img/audienceMenu.png) no-repeat scroll -511px 0px;
	width:				114px;
}
#promotions a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll -511px -47px;
}

#contact a {
	background:			url(../img/audienceMenu.png) no-repeat scroll -625px 0px;
	width:				108px;
}
#contact a:hover {
	background:			url(../img/audienceMenu.png) no-repeat scroll -625px -47px;
}

#col_left {
	float:				left;
	width:				180px;
	margin-top:			40px;
	padding:			0 18px;
	border-right:		1px dashed #D9C9DA;
}

#col_right {
	float:				right;
	width:				200px;
	margin-left:		30px;
}
#col_right img {
	margin-bottom:		10px;
}

#col_middle {
	float:				right;
	width:				500px;
	margin-top:			20px;
}

#col_full {
	float:				right;
	width:				730px;
	margin-top:			20px;
}

#col_gallery {
	float:				right;
	width:				730px;
	margin-top:			20px;
}

table tbody tr td {
	padding:			15px 0;
}

table tbody tr td.hr {
	padding:			0;
	margin:				0;
	border-bottom:		1px dashed #D9C9DA;
}


ul.secNav, ul.galleryNav {
	margin:				0;
	padding:			0;
	list-style:			none;
}
ul.secNav li, ul.galleryNav li {
	margin-bottom:		15px;
}
ul.secNav a, ul.galleryNav a {
	color:				#752B6B;
	text-decoration:	none;
	font-weight:		bold;
}
ul.secNav a:hover, ul.galleryNav a:hover {
	text-decoration:	underline;
}
ul.secNav ul, ul.galleryNav ul {
	list-style:			none;
	margin:				8px 0 0 15px;
	padding:			0;
}
ul.secNav ul li {
	margin-bottom:		8px;
	padding-left:		15px;
	background:			url(../img/secNav-bullet.jpg) left 4px no-repeat;
	
}
ul.secNav ul a, ul.galleryNav ul ul a {
	font-weight:		normal;
}

ul.secNav li.active li.active a {
	color:				#8FC74A; /* Green */
}

ul.galleryNav ul ul li {
	margin-bottom:		8px;
	padding-left:		15px;
	margin-left:		0;
	background:			url(../img/secNav-bullet.jpg) center left no-repeat;
}

ul.galleryNav ul ul {
	padding-left:		0;
	margin-left:		0;
}

ul.galleryNav ul ul li.active a {
	color:				#46A941;
}





#footer {
	background:			url(../img/bg_footer.gif) top left repeat-x;
	margin-top:			20px;
	padding:			16px 12px;
	color:				#939598;
	font-size:			0.7em;
}

#footer ul {
	margin:				0;
	padding:			0;
	float:				right;
}

#footer ul li {
	list-style:			none;
	display:			inline;
	padding:			0 7px;
	border-left:		1px solid #939598;
}

#footer ul li.first {
	border:				0;
}

#footer ul li a {
	text-decoration: 	none;
	color:				#939598;
}

/*
---> Gallery Styles
*/
/*
* Required
*/
.container { width:717px; height:375px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:717px; display:none; }
/*
* Optional
*/
#loopedSlider { margin:0 auto; width:717px; position:relative; clear:both;  }
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li { float:left; }
ul.pagination li a { padding:2px 4px; }
ul.pagination li.active a { background:blue; color:white; }

#loopedSlider div.caption {
	color:			#4C4C4E;
	font-size:		0.7em;
	text-align:		center;
	margin-top:		10px;
}

#loopedSlider div.navArrows {
	text-align:		center;
	margin:			10px auto;
	width:			130px;
	padding-left:	60px;
}

#loopedSlider div.counter {
	float:			right;
	width:			45px;
	margin-left:	15px;
	color:			#4C4C4E;
	font-size:		0.7em;
	padding-top:	5px;
}

a.previous {
	background:	url(../img/gallery_left.jpg) top left no-repeat;
	width:		30px;
	height:		24px;
	display:	block;
	float:		left;
}
a.next {
	background:	url(../img/gallery_right.jpg) top left no-repeat;
	width:		30px;
	height:		24px;
	display:	block;
	float:		right;
}

#loopedSliderNav {
	clear:			both;
	width:			100%;
	height:			60px;
	overflow-x:		auto;
	white-space:	nowrap;
	margin-top:		40px;
}

#loopedSliderNav div {
	display:	inline;
}

#loopedSliderNav div a img {
	border:		3px solid #FFF;
}
#loopedSliderNav div.active a img {
	border:		3px solid #6F175F;
}

/* contact form */

#contactForm {
	color:#752B6B;
	font-weight:bold;
	margin:0 0 50px 0;
	}

#contactForm p {
	padding-top:0; 
	margin-top:0;
	}

#contactForm input {
	width:325px; 
	padding:4px;
	}
	
#contactForm #cfmessage {
	width:325px; 
	height:125px; 
	padding:4px;
	}
	
#contactForm #cfcontact {
	width:75px;
	color:#fff;
	background-color:#752B6B;
	border:1px solid #8C446A;
	cursor: pointer;
	}	

.errors  {color:#ff0000; }
