/* Seamless Style Sheet */
/* Last revision: 03.25.09 */
/*------------------------------------------*/


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #FFF;
	font-family: "Arial","Verdana","Sans-Serif";
	font-size: 62.5%;
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
	width: 100%;
	}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #776d6b;
}

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

p a:link, p a:visited, p a:active {
	border-bottom: 1px dotted #776d6b;
}

p a:hover {
	border-bottom: 1px dotted #8BC53F;
} 

img, a img {
	border-style: none;
}


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

#nav {
	float: left;
	display: inline;
	width: 100%;
	height: 30px;
	background-color: #6C6062;
	border-bottom: 2px solid #463B3B;
}

#main {
	float: left;
	display: inline;
	width: 100%;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
}

#wrapper {
	float: left;
	clear: both;
	display: inline;
	width: 970px;
	margin: 0 0 0 40px;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-y;
	border-right: 10px solid #C3BCB2;
}

#content {
	float: left;
	display: inline;
	width: 835px;
	padding: 45px 0 100px 50px;
	background-color: #FFF;
	border-top: 10px solid #C3BCB2;
}

#footer {
	float: left;
	display: inline;
	width: 100%;
	height: 35px;
	background-color: #6C6062;
}


/* HEADERS */
/* -------------------------------------- */

h1 {
	font-weight: normal;
	color: #00AEC5;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.4em;
	color: #00B25A;
	margin-bottom: 7px;
}

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

#nav ul {
	list-style: none;
	margin-left: 115px;
	width: 430px;
	height: 30px;
}

#nav ul li {
	float: left;
	display: inline;
	font-size: 1.0em;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-right: 1px;
}

#nav ul li a {
	width: 85px;
	height: 30px;
	font-weight: bold;
	display: block;
	color: #48C8D8;
	background-color: #00A1BB;
}

#nav ul li a:hover, #nav ul li a.on {
	color: #FFF;
}

img#logo {
	margin: 25px 0 20px 50px;
	float: left;
	display: inline;
	clear: right;
}

img#label {
	margin: 400px 0 0 0;
	float: left;
	display: inline;
}

ul#filterNav {
	width: 135px;
	font-size: 1.1em;
	float: right;
	list-style: none;
}

ul#filterNav li {
	margin-bottom: 6px;
}

ul#filterNav li a {
	color: #3F3B3B;
}

ul#filterNav li a:hover, ul#filterNav li a.current {
	color: #00AEC5;
}

ul#filterNav li.show {
	text-transform: uppercase;
	color: #3F3B3B;
	font-weight: bold;
	border-bottom: 1px dotted #3F3B3B;
	padding: 16px 0 3px 0;
	margin-bottom: 13px;
}


/* HOME */
/* -------------------------------------- */

.feature {
	margin: 20px 0 10px 0;
}

.home_container {
	width: 660px;
	padding-top: 15px;
}

.latest {
	width: 430px;
	float: left;
	padding: 0 20px 35px 0;
	border-right: 1px dotted #463B3B;
}

.home_container p {
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: "Georgia","Serif";
	color: #776d6b;
	margin: 0 0 10px 0;
}

.home_container span {
	color: #B93092;
}

.latest p {
	text-indent: -12px;
	margin: 0 0 10px 12px;
}

.divider {
	width: 675px;
	border-bottom: 1px dotted #463B3B;
	margin: 0 0 10px 0;
	clear: both;
}

p.services {
	width: 208px;
	float: left;
	font-size: 1.2em;
	padding: 0;
}

p.process {
	width: 460px;
	font-size: 1.3em;
}


/* PORTFOLIO */
/* -------------------------------------- */


.thumbnail {
	float: left;
	display: inline;
	width: 215px;
	margin:0 15px 20px 0;
	background-repeat: no-repeat;
}

.thumbnail p {
	width: 150px;
	height: 88px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 40px 25px 10px 40px;
}

.invis {
	display: none;
}

.invis span {
	font-family: "Georgia","Serif";
}

.thumbnail a {
	width: 215px;
	height: 138px;
	display: block;
	background-image: url(../images/view.png);
}

.thumbnail a:hover p {
	background-image: url(../images/p_hov.gif);
}

.Latest a {
	background-image: url(../images/view_new.png);
}

.Latest a:hover p {
	background-image: url(../images/p_new_hov.gif);
}

.thumbnail a:hover .invis, .Latest a:hover .invis {
	display: block;
}

.hidden {
	display: none;
}

img.projectImg {
	margin: 0 0 35px 14px;
	border: 4px solid #e8e5e1;
}

p.leadin {
	font-family: "Georgia","Serif";
	color: #6A6362;
	font-size: 1.9em;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	padding-top: 8px;
	width: 661px;
}

p.caption {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #6A6362;
	margin: -25px 0 35px 14px;
	width: 675px;
}

a.projNav {
	width: 42px;
	height: 15px;
	padding: 0;
	display: block;
	background-image: url(../images/backnext.gif);
}

a.next {
	background-position: -42px 0;
}

a.previous:hover {
	background-position: 0 -15px;
}

a.next:hover {
	background-position: -42px -15px;
}



/* FORMS */
/* -------------------------------------- */

input, textarea {
	background-color: #EFEFEF;
	border: 1px solid #C3BCB2;
	color: #6C6062;
	padding: 5px;
}

input.signup {
	border-style: none;
	padding: 0;
}

td {
	padding-bottom: 10px;
}

label {
	font-size: 1.1em;
	line-height: 2.0em;
	display: block;
	color: #6C6062;
}

input.error, textarea.error {
	border: 1px solid #B92C92;
}

label.error {
	color: #B92C92;
	width: 190px;
}

td.checkbox label {
	color: #6C6062;
	margin-left: 5px;
	display: inline;
}


/* SLIDER */
/* -------------------------------------- */

.ui-slider { position: relative; text-align: left; width: 250px;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 12px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .4em; background-color: #c4c2c2; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; background-image:url(../images/slider.gif); outline: none; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* FOOTER */
/* -------------------------------------- */

#footer p {
	color: #FFF;
	margin-left: 175px;
	font-size: 1.1em;
	line-height: 35px;
}

#footer a {
	color: #FFF;
	border: none;
}

#footer a:hover {
	color: #000;
	border: none;
}


/* DETAILS */
/* -------------------------------------- */

.details {
	width: 230px;
	float: left;
	padding: 0 0 35px 0;
}
		
.details p {
	font-size: 1.1em;
	padding: 5px 0 15px 0;
	border-bottom: 1px dotted #463B3B;
}
		
.details img {
	float: left;
	display: inline;
	margin: 0 5px 15px 0;
}
		
.details span {
	font-family: "Arial","Verdana","Sans-Serif";
	font-weight: bold;
	color: #776d6b;
}
		
.hello {
	width: 405px;
	float: right;
	padding: 0 0 35px 20px;
	border-left: 1px dotted #463B3B;
}

.work {
	float: right;
	margin: 20px 155px 0 0;
}