/* ===================== General ==================================== */
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  {
	padding:0px;
	margin:0px;
	border:0;
	font-weight:inherit;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	font-size: 13px;
	line-height: 17px;
	font-variant: inherit;
	outline: 0;
	color: #333333;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}

ol, ul {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFF;
        outline: none;
        text-decoration: none;
}

a:hover {
	color: #ee7f49;
}

.indent-ul, .indent-ol {
	padding-top: 10px;
	padding-left: 30px;
}

.indent-ul li, .indent-ol li {
	padding-bottom: 5px;
}

input, textarea {
	outline-style:none;
}

h1, h2, h3, h4, h5, h6 {

	font-size:100%;
	color: #333333;
}

h1{
	font-size:28px;
	line-height: 32px;
}

h2{font-size:24px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
	padding-bottom: 15px;
}

p {
	padding-bottom: 15px;
}

img.left, p img.left {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img.right, p img.right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

blockquote {
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}

strong {
	font-weight: bold;
}

.clear { clear: both;}

.border {
	background-image: url(/images/dashed-border.gif);
	background-repeat: repeat-x;
	float: left;
	height: 2px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ========================== Header Styles ========================== */

#header {
	width: 100%;
	height: 100px;
	background: transparent;
}

.header {
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
	height: 100px;
	background-color: transparent;
}

#logo {
	float: left;
	padding-top: 25px;
}

/* ========================== Top Nav ========================== */

ul#topnav {
	clear:both;
	padding: 0px;
	margin: 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left 10px;
	height: 100px;
}

#topnav-holder {
	float: right;
}

ul#topnav li {
	width:80px;
	display: block;
	float:left;
	height: 100px;
}

ul#topnav li a {
	width:80px;
	text-decoration: none;
	text-align: center;
	float:left;
	text-transform: none;
	color: #FFF;
	margin-top: 40px;
	height: 60px;
	font-weight: normal;
	font-size: 14px;
}

ul#topnav li a:hover {
	height: 80px;
	color: #ee7f49;
	outline: 0;
}

/* ==================== Section Nav ====================== */

ul.sectionnav {
	clear:both;
        padding: 0px;
        margin: 0;
        font-size: 15px;
        height: 100px;
	line-height: 100px;
}

.sectionnav-holder {
        float: right;
}

ul.sectionnav li {
        width:80px;
        display: block;
        float:left;
        height: 100px;
}

ul.sectionnav li a {
        width:80px;
        text-decoration: none;
        text-align: center;
        float:left;
        text-transform: none;
        color: #FFF;
        margin-top: 40px;
        height: 60px;
        font-weight: normal;
        font-size: 14px;
}

ul.sectionnav li a:hover {
        height: 60px;
        color: #ee7f49;
        outline: 0;
}


/* ================ Wrapper - Content ==================== */

#wrapper {
	color: #333;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center 100px;
	background-image: url(/images/sbg-wrapper.jpg);
}

#content {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

#content .top {
	background-image: url(/images/slideshow-top.png);
	height: 30px;
	top: 0px;
	width: 1010px;
	z-index: 1;
}

.section {
	float: left;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	margin-bottom: 300px;
}

.container {
	background-repeat: repeat;
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/images/transparent_bg.png);
	overflow: hidden;
}

.nav {
	width: 100%;
	height: 100px;
	position: relative;
	background-repeat: repeat;
}

.nav h2 {
	font-size: 32px;
	display: block;
	position: relative;
	padding-top: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-bottom: 0px;
	line-height: 100px;
}

.sectionname {
	float:left;
}

#home, #about, #services, #portfolio, #news, #styles, #contact {
}

/***************** PAGE NAVIGATION *****************************/

.pagenav {
	position: absolute;
	top: 30%;
	right: 5px;
	z-index: 10;
	width: 62px;
}

.pagenav li {
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: right;
}
.pagenav a {
	display: block;
}

.pagenav .up {
	background-image: url(/images/scroll-up.png);
}
.pagenav .down {
	background-image: url(/images/scroll-down.png);
}

/************************** HOME PAGE SLIDER ***************************/

#slideshow-holder{
	width: 1010px;
	height: 370px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0px;
}

#slideshow{
	margin: 0px;
	padding: 0px;
	width: 1010px;
	height: 370px;
}

#slideshow-holder .bottom {
	height: 30px;
	width: 1010px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(/images/slideshow-bottom.png);
}

#box-nav-slider{
	height:18px;
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 10;
	width: 450px;
}

#slideshow-navigation a{
	display:block;
	float:left;
	width:17px;
	height:18px;
	background-image: url(/images/dot_off.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 7px;
}

#slideshow-navigation a:hover {
	background-image: url(/images/dot_on.png);
	background-repeat: no-repeat;
}

#slideshow-navigation {
	float:right
}

#slideshow-navigation .activeSlide {
	background-image: url(/images/dot_on.png);
	background-repeat: no-repeat;
}

.slide-text {
	position: relative;
	width: 1010px;
    	background: none repeat scroll 0 0 transparent !important;
}
.slide-text .desc {
	position: absolute;
	top: 35px;
	width: 420px;
	right: 25px;
	padding-top: 20px;
	height: 270px;
}
.slide-text h1{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 32px;
	color: #ee7f49;
}
.slide-text p{
	color:#FFF;
	z-index: 999;
	top: 0px;
	right: 0px;
	padding-bottom: 25px;
}
.slide-text img {
	left: 25px;
	top: 30px;
	background-image: url(/images/transparent_bg.png);
	background-repeat: repeat;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
	margin-left: 25px;
}

.white_text p {
	color: #FFF;
}


/***************************** COLUMNS ****************************/
.column-holder {
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
	color: #FFF;
}
.one {
	width: 100%;
}
.two_in_one_even {
	width:47.5%;
}
.one_in_three {
	width:30%;
}
.two_in_one_odd {
	width:65%;
}
.two_in_one_even,.one_in_three,.two_in_one_odd {
	float:left;
	margin-right: 4.9%;
	padding: 0px;
}
.last {
	margin-right:0;
}

.no_bg {
	color: #EE7F49;
}

/************************ TWITTER **************************/

#twitter-holder {
	float: right;
	width: 960px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	background-repeat: repeat;
	overflow: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-image: url(../images/transparent_bg.png);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.twitter {
	width: 800px;
	padding-right: 160px;
	color: #999999;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	padding-bottom: 12px;
	padding-top: 12px;
}
.twitter a.follow-me {
	width: 103px;
	position: absolute;
	text-indent: -1200px;
	right: 0px;
	background-image: url(../images/twitter.png);
	top: 25%;
	height: 40px;
}

/***************************************************
			CONTACT
***************************************************/
#contact_form {
	width: 410px;
	margin: 0px;
	float: left;
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: transparent url(/images/transparent_bg.png);
}

.success { 
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #999999; 
}

.error {
	color: #f00;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#contact_form  li {
	float: left;
	margin-bottom:10px;
	position: relative;
	height:55px;
	list-style-type: none;
}

#contact_form  li.textarea {
	height:130px;
}

#contact_form  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	height: 35px;
	list-style-type: none;
}

#contact_form input, textarea {
	width: 390px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
#contact_form textarea {
	height: 82px;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
#contact_form input:focus, textarea:focus {
	color:#CCCCCC;
	background-color: #363636;
	border-right-color: #464646;
	border-bottom-color: #464646;
}
#contact_form input.submit {
	color: #FFFFFF;
	background-color: #2cb1d3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 410px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#contact_form .required {
	font-size: 11px;
	color: #2cb1d3;
}
/***************************************************
				 CONTACT INFORMATION
***************************************************/
.contact-information {
	margin:0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
.contact-information li {
	padding-left:40px;
	margin-bottom:5px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
} 
.contact-information ul li.address {
	background-image:url(../images/icon-address.png);
	background-repeat:no-repeat;
} 
.contact-information ul li.phone {
	background-image:url(../images/icon-phone.png);
	background-repeat:no-repeat;
} 
.contact-information ul li.email {
	background-image:url(../images/icon-email.png);
	background-repeat:no-repeat;
}
/***************************************************
				 SOCIALIZE
***************************************************/
.socialize {
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 400px;
}
.socialize li {
	display: inline;
}

/***************************************************
		    SERVICES - SLIDING TABS
***************************************************/
#tabMenu {
	list-style:none;
	width: 310px;
	background-image: url(/images/sliding-tabs-shadow.png);
	background-repeat: no-repeat;
	background-position: 259px center;
	padding-bottom: 2px;
	float: left;
}
#tabMenu li {
	cursor:pointer;
	display: block;
	color: #999999;
	height: 47px;
	background-image: url(/images/sliding-tabs-bg.png);
	background-repeat: no-repeat;
	background-position: left -81px;
	width: 270px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 33px;
	float: left;
	font-size: 17px;
}
#tabMenu li.mouseout {
	margin: 0px;
	padding: 0px;
}
#tabMenu li.selected {
	background-position: left top;
	color: #FFFFFF;
	float: left;
}
#tabMenu .tab-border {
	background-image: url(../images/sliding-tabs-bottom-border.png);
	background-repeat: no-repeat;
	height: 2px;
	width: 259px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	float: left;
}

.box {
	width:100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	float: left;
}

.box .read-more {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.boxBody {
	margin: 0px;
	width: 630px;
	color: #666666;
	overflow: hidden;
	padding: 0px;
	float: right;
}
.boxBody div {
	display:none;
	margin: 0px;
	padding: 0px;
}
.boxBody div.show {
	display:block;
	margin: 0px;
	padding: 0px;
}
.boxBody h1 {
	font-size: 22px;
	color: #333;
	padding-top: 15px;
}
.boxBody img {
	float: left;
}
.boxBody .desc {
	line-height: 18px;
}

/***************************************************
			  PORTFOLIO FILTERABLE
***************************************************/
ul.portfolio-tiles-gallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 960px;
	float: left;
}
ul.portfolio-tiles-gallery li {
	float: left;
	margin: 0px;
	width: 230px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 5px;
}
ul.portfolio-tiles-gallery li strong {
	color:#FFF;
	display: block;
	padding-bottom: 0px;
}			
ul.portfolio-tiles-gallery li .boxgrid {
	margin:0px;
	float:left;
	padding: 10px;
	width: 210px;
	height: 150px;
	cursor:pointer;
	overflow: hidden;
	position: relative;
}
ul.portfolio-tiles-gallery li .boxgrid img {
	top: 0;
	left: 0;
	background: transparent url(/images/transparent_bg.png);
	float: left;
	padding: 10px;
	position: absolute;
}
ul.portfolio-tiles-gallery .boxgrid slideright a img {
	margin: 0px;
	padding: 0px;
}
ul.portfolio-tiles-gallery li .boxgrid p {
	float: left;
	font-size: 11px;
	text-shadow: none;
}				
ul.portfolio-tiles-gallery  li a {
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	padding-right: 15px;
	color: #2cb1d3;
	text-shadow: none;
}
/***************************************************
		    PORTFOLIO FILTER
***************************************************/
#portfolio-filter {
	width: 960px;
	height: 18px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
}

#portfolio-filter .browse {
	float: left;
	color: #333333;
}
#portfolio-filter ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#portfolio-filter li {
	background: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#portfolio-filter li a {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	color: #333333;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#portfolio-filter li a.current, #portfolio-filter li a:hover {
	text-decoration: none;
	color: #ee7f49;
}


