@charset "UTF-8";
/* Main Functions*/




body {

	background-color: #DFDBD6;
	background-image:url(../images/SS_home_layout_tile.png);
	background-repeat:repeat;
	background-position:0 0; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

h1 {
font-size: 16px; 
font-family: Arial, Helvetica, sans-serif;
color:#78A9A9;
}

p {
font-size:14px;	
font-family: Arial, Helvetica, sans-serif;
color: #D5C7AD;	
font-style: normal;
font-weight: lighter;
line-height: 20px;
	
}


.profile a:link, .profile a:hover, .profile a:visited, .profile a:active {
font-size:14px;	
font-family: Arial, Helvetica, sans-serif;
color: #D5C7AD;	
font-style: normal;
font-weight: lighter;
line-height: 20px;
	
}
/* Main Functions End Here*/

div.container {
	background-color:#000000;
	width:835px;
	margin: auto;
	padding: 0 0 100px 0;
	border:0px dotted #999999;
	position:relative;	
}

div.header {
	background-color:#000;
	width:835px;
	height:50px;
}

/*This is all od the code pertaining to the Navigation Bar*/

div.navigation {
	background-color:#78A9A9;
	width:835px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#706C6C;
	text-indent:50px;
	padding-top:12px;
	letter-spacing:.5px;
}


.navigation a:visited,.navigation a:link,.navigation a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}


div.navigation a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#D5C7AD;
	text-decoration:none;
}

#navigation {
font-size:14px;	
font-family: Arial, Helvetica, sans-serif;
color: #D5C7AD;	
font-style: normal;
font-weight: lighter;
line-height: 20px;
text-decoration:underline;
}



/*Navigation Bar*/

/*This is all the code pertaining the Content*/

div.content {
	width:835px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:20px;
	background-color:#000;
}

div.content_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#78A9A9;
	line-height:20px;
}

#content_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#D5C7AD;
}	

.content a:visited,.content a:link,.content a:active, .content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:20px;
	text-decoration: none;
}

div.clear{
clear:both;
display:block;
height:0;
visibility:hidden;
	}
	
div.footer {
	background-color:#666;
	width:835px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#D5C7AD;
	text-indent:190px;
	padding-top:7px;
	letter-spacing:.5px;
	}

.footer a:visited,.footer a:link,.footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#D5C7AD;
	text-decoration:none;
}

.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}

/* Form Functions*/
input {
color:#000;
background: #D5C7AD;
border: 2px solid #78A9A9;
}

.submit input {
color: #000;
background: #ffa20f;
border: 2px outset #78A9A9;
} 

textarea {
color:#000;
background: #D5C7AD;
border: 2px solid #78A9A9;
}
	

/* Form Functions End Here*/

/* Functions for Portfolio Pages start here*/

.folio_block {
	margin: 0 0 0 0 ;
	clear: both;
}
.main_view {
	width: 580px;
	height: 394px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	background: url(main_view_bg.gif) no-repeat;
	position: relative;
}
.window {
	height:394px;
	width: 580px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
}
.image_reel img {float: left;}

.image_reel a span {
	height: 394px;
	width: 580px;
	float: left;
	
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}
.paging {
	position: absolute;
	bottom: 0px; right: 380px;
	width: 200px; height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: url(../images/portfolio/paging_bg.png) repeat;
	display: none;
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #78A9A9;	
	border: 1px solid #000;
}
.paging a:hover {font-weight: bold;}

.desc {

	width: 450px;
	float: left;
	color: #78A9A9;
	font-size:14px;
	padding: 15px 0;
}

.desc a:hover{

color:#D5C7AD;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.desc h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #78A9A9;
	padding: 5px 0; margin: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
.desc h3 {
	font-size: 14px;
	color: #78A9A9;
	padding: 5px 0;	margin: 0;
	
}
.desc ul.services {
	color:#D5C7AD;
	padding: 0; margin: 0 0 0 15px; 
	list-style: none;
}
.desc ul.services li {
	background: url(../images/icon_check.gif) no-repeat left center;
	padding: 3px 5px 3px 20px;	margin: 0;
}
