/***************************************************

	SENSE METHOD MEDIA - PAGE HOME 	
	author: Lincoln Mongillo
	company: Sense Method Media (www.sensemethodmedia.com)	
	
****************************************************/

#home_page.content_container .page_header {
	margin: 0;
	padding: 0;
	height: 316px;
}
#home_page.content_container .page_header #homepage_flash_container {
	width: 550px;
	float: left;
}
#home_page.content_container .page_header #homepage_header {
	width: 395px;
	padding-right: 100px;
	float: right;
}
#home_page.content_container .page_header #homepage_header  h1 {	
	font-size: 21px;
	line-height: 23px;
	margin-bottom: 10px;
}
#home_page.content_container .page_header #homepage_header #home_view_work {
	width: 97px;
	height: 19px;
	display: block;
	float: left;
	background: url(../images/btn_view_work.png) no-repeat !important;
	background: url(../images/btn_view_work.gif) no-repeat;		
}

#home_page #home_page_content {
	padding: 0;
	margin-top: 0;
}

#front_page_content {
	width: 833px;
	padding: 25px 50px 25px 50px;
	background: transparent url(../images/bg_content_middle_fade.jpg) no-repeat left top;		
}


.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 10px 0 0 0;
	padding:0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 260px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 260px;
	clear: both;

}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 800px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav a:hover {
	background: #9cf;
}

.stripNav a.current {
	background: #39c;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 95px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: -30px;
}

.stripNavR {
	right: -30px;
}

.stripNavL {
	background: url("../images/btn_carousel_prev_off.gif") no-repeat center;
}

.stripNavR {
	background: url("../images/btn_carousel_next_off.gif") no-repeat center;
}




#front_page_content .carousel_window {
	width: 833px;
	height: 340px;
	overflow: visible;
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
}
#front_page_content .carousel_item {
	position: absolute;
	top: 0;
	padding: 5px;
}
#front_page_content .carousel_item h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}		
#front_page_content .carousel_item p {
	margin-bottom: 20px;
}

#front_page_content #feature_small_agile .feature_image {
	margin-top: 15px;
	margin-left: 70px;			
}
#feature_focus_experience  .feature_image{
	margin: 5px 0 0 20px;
}
#feature_focus_design  .feature_image{
	margin: 5px 0 0 20px;
}
#feature_focus_development  .feature_image{
	margin: 5px 0 0 20px;
}


#front_page_content #carousel_buttons {
	margin:10px auto;
	padding-left:330px;
}
#front_page_content #carousel_buttons .button {
	float: left;
	margin-left: 45px;
}
	
	
#front_page_content h3 {
	color: #9f9f9f;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 8px 15px;
	border-bottom: 1px solid #c8c8c8;
}

#front_page_content a.more_link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#home_page {

}
#homepage_header h1 {
	color: #fff;
}

#master_home_container {
	background: #0b0d08 url(../images/home.jpg) no-repeat top left;
	margin: 0px auto;
	width: 975px;	
}

#master_service_container {
	background: #0b0d08 url(../images/service.jpg) no-repeat top left;
	margin: 0px auto;
	width: 975px;	
}

#master_work_container {
	background: #0b0d08 url(../images/work.jpg) no-repeat top left;
	margin: 0px auto;
	width: 975px;	
}