body {
	margin: 0px;
	padding: 0;
	color: #303030;
	font: 13px/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #000 url(images/background.jpg) repeat left top;
}

h1 {
	font-size: 20px;
	color: #202020;
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #202020;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: #464646;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img {

	border: none;
}

.service-thumb {
	padding: 10px;
	background-color: #000;
	background-image: url(images/thumb-background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.thumb-left {
	padding: 9px;
	float: left;
	margin-right: 15px;
	border: 1px solid #D2D2D2;
}

.thumb-right {
	padding: 9px;
	float: right;
	margin-left: 15px;
	border: 1px solid #D2D2D2;
}

.thumb-right-no-border {
	float: right;
	margin-left: 25px;	
}

.thumb-no-float {
	padding: 9px;
	border: 1px solid #D2D2D2;
}

.gallery-thumb {
	padding: 10px;
	border: 1px solid #D2D2D2;
}
blockquote {
	font: italic 16px/28px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

#top {
	height: 8px;
}

#wrapper-1 {
	background: url(images/wrapper-1.jpg) repeat-x left top;
}

#wrapper-2 {
	background: url(images/wrapper-2.jpg) repeat-x left top;
}

#header {
	width: 960px;
	height: 382px;
	margin: 0px auto;
	background: url(images/header-light.png) no-repeat center bottom;
}

#logo {
	float: left;
	width: 350px;
	height: 320px;
	text-align: center;
	padding: 35px 0px 0px;
}

#logo h1 {
	color: #202020;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0px 0px;
	padding: 0px;
}

#logo h2 {
	color: #202020;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	text-transform: none;
	letter-spacing: normal;
}

#logo h3 {
	margin: 0px;
	color: #464646;
	font-size: 11px;
	text-transform: uppercase;
}

#action-area {
	margin: 0px auto;
	height: 149px;
	width: 960px;
	background: url(images/action-area.png) no-repeat;
}

#action-area h3 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #606060;
	letter-spacing: 2px;
}

#action-area p {
	margin: 10px 0px 0px;
	color: #606060;
}

#action-area .col1 {
	width: 300px;
	height: 129px;
	float: left;
	padding: 10px;
}

#action-area .col2 {
	float: left;
	height: 129px;
	width: 300px;
	padding: 10px;
}

#action-area .col3 {
	float: left;
	height: 129px;
	width: 300px;
	padding: 10px;
}

#action-shadow {
	background: url(images/action-shadow.png) no-repeat;
	height: 38px;
	width: 960px;
	margin: 0px auto;
}

#action-area .request {
	float: right;
	padding-top: 12px;
}

/* Menu */

#menu {
	width: 960px;
	height: 38px;
	margin: 0px auto;
	border: 1px solid #666;
	background: url(images/phone-number.png) no-repeat right;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	padding: 9px 25px 0;
	border-right: 1px solid #666;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menu a:hover {
	background: url(images/menu-hover.png) repeat-x;
}

#menu .active a {
	color: #FFFFFF;
	background: url(images/menu-active.png) repeat-x;
}

/* Page */

#page-top {
	background: url(images/page-top.png) no-repeat center top;
	margin: 0px auto;
	padding: 0px;
	height: 24px;
	width: 960px;
}

#page-top2 {
	background: url(images/page-top2.png) no-repeat center top;
	margin: 0px auto;
	padding: 0px;
	height: 24px;
	width: 960px;
}

#page {
	width: 920px;
	margin: 0px auto;
	padding: 20px 20px 0px;
	background: url(images/page-background.png) repeat-y;
}

#page-bottom {
	background: url(images/page-bottom.png) no-repeat center top;
	margin: 0px auto;
	padding: 0px;
	height: 60px;
	width: 960px;
}

/* Content */

#content {
	float: left;
	width: 550px;
}

#content-left {
	float: left;
	width: 420px;
}

#content-right {
	float: right;
	width: 420px;
}

#content-wide {
	float: left;
	width: 920px;
}

.post {
	text-align: justify;
	padding-bottom: 20px;
}

.post .entry {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.post .entry-col {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 480px;
}

.post .title {
	margin: 0px 10px;
}

.post .meta {
	margin: 0px 10px;
	color: #5A5A5A;
	font-size: 10px;
	border-bottom: 1px dotted #5A5A5A;
	text-transform: uppercase;
}

.post .galimage {
	float: left;
	height: 163px;
	width: 184px;
	text-align: center;
	margin-top: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	margin-right: 10px;
}

#sidebar ul {
	margin: 0px;
	padding: 20px 0px 30px 10px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 8px;
}

#sidebar h2 {
	font-size: 14px;
	color: #202020;
	letter-spacing: normal;
	margin-top: 0px;
	font-weight: bold;
	border: 1px solid #B9B9B9;
	background: url(images/sidebar-h2.png) repeat-x;
	height: 25px;
	padding-top: 7px;
	text-transform: uppercase;
	padding-left: 10px;
}

#sidebar p {
	text-align: justify;
	padding-top: 20px;
	padding-left: 10px;
}

/* Footer */

#footer-wrapper {
	background: url(images/footer-wrapper.png) repeat-x;
	height: 170px;
}

#footer {
	height: 170px;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/footer.png) no-repeat right center;
}

#footer p {
	text-align: left;
	color: #707070;
	margin: 0px;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 11px;
}

#footer a {
	color: #707070;
	padding: 4px 6px;
	text-decoration: none;
}

#footer a:hover {
	color: #1E1E1E;
	background: #E1E1E1;
}

/* Form Elements */

label {
	display: block;
}

input {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #313131;
	padding: 6px;
	width: 340px;
	border: 1px solid #D2D2D2;
}

textarea {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 6px;
	width: 440px;
	border: 1px solid #D2D2D2;
	color: #313131;
}
.submit {
	height: 28px;
	width: 120px;
	border-style: none;
	margin-left: -6px;
}

/* Home page slider */

#slider-wrapper {
	height: 316px;
	width: 550px;
	margin: 34px 10px 0px 0px;
	background: url(images/slide-background.png) no-repeat top;
	float: right;
	display: inline;
}

#featured_slider 	{
	width:530px;
	height:296px;
	position:relative;
	z-index:1;
	margin: 0px auto;
	padding: 10px;
} 

#slider {
	position:relative;
	min-height:280px;
	background:url(images/loader.gif) no-repeat 50% 50%;
	margin: 0px;
	padding: 0px;
	width: 530px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivoSlider {
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	top:238px;
	z-index:99;
	cursor:pointer;
	margin-left: -45px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

/* Home page scroller */

#scroller {
	height: 204px;
	width: 468px;
}

#scroller ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.infiniteCarousel {
	width: 468px;
	position: relative;
}

.infiniteCarousel .wrapper {
	width: 468px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 204px;
	margin: 0;
	position: absolute;
	top: 0;
}

.infiniteCarousel .wrapper ul {
	width: 936px; /* single item * n */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 6px;
	height: 192px;
	width: 144px;
}

.infiniteCarousel ul li img {
	padding: 4px;
	border: 1px solid #D2D2D2;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background: #000;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	color: #FFF;
	text-align: left;
	font: 10px/1.4em Verdana, Arial, Geneva, Helvetica, sans-serif;
	border-top: 10px none #000;
	border-right: 10px solid #000;
	border-bottom: 10px solid #000;
	border-left: 10px solid #000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
