body{
background-color:#9a0000;
color:#fff;
font-family:helvetica, arial, sans-serif;
font-size:10px;
line-height:155%;
background-image:url(images1/dif-bg.png);
background-position: top center;
background-repeat:repeat;
margin-bottom:30px;

margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;



}

a:link, a:active, a:visited{
font-weight:bold;
text-decoration:none;
margin:0px;
padding:0px;
color:#fff;
}
a:hover{
	color:#ffcc7d;
	}

h2{
font-weight:normal;
font-size:45px;
letter-spacing:-.04em;
padding-bottom:3px;
margin:0px auto;
display:block;
margin-top:26px;
}


ul{
margin:0px;padding:0px;
list-style-type:none;
}

img{
border:0px;
}

.wrapper{

margin:0px auto;
width:100%;
height:100%;



}


.siteLayer{

	position:absolute; 
	width:100%; 
	height:100%; 
	z-index:100; 
	left: auto;
	/*margin-left:auto;*/
	
	top: 1px;
	/*overflow: hidden;*/



}

#fplayer{

	height:100%;

}

.page{
width:855px;
margin:0px auto;
margin-top:30px;

}

.middle{
width:290px;}

.header{
width:100%;
height:250px;
margin:0px auto;
padding:0px;
clear:both;
}

.right a{
display:block;
}

.left, .right{
padding-top:20px;
border-top:2px solid #fff;
}

.left{
width:220px;
float:left;
text-align:right;
margin-top:4px;}

.right{
font-size:10.5px;
float:right;
letter-spacing:.04em;
width:600px;
padding-bottom:0px

}

.right b{
font-weight:bold;
}

.header .right{
margin-top:4px;
line-height:1.9em
}


.nav li
{
	float: left
}
.nav li a{
float:left;
display:inline;
padding-left:7px;
}

.nav{
right:0px;
margin-left:0px;
margin-top:5px;
}


#copyright{
padding-top:1px;
padding-right:10px;
}


#work{
height:500px;
margin-right:35px;
background-image:url(images1/sm-work.png);
background-repeat:no-repeat;
background-position:100% 5px;
text-align:left;
}




#clientlist{
	padding-top:20px;
	float:left;
	clear:right;
	margin-top:4px;
	overflow:hidden;
	height: 486px;
    border-top:2px solid #fff;
	background-image:url(images1/sm-client-list.png);
	background-repeat:no-repeat;
	background-position: left top;
}




.clientlists{
height:470px;
margin-top:5px;
overflow: auto;
}

.littleright{
border-top:2px solid #fff;
margin-top:4px;
width:300px;
float:right;
}
#featured{
background-image:url(images1/sm-featured.png);
background-repeat:no-repeat;
background-position:100% 5px;
text-align:center;
}

#featured img{
	margin:0px auto;
	border:5px solid #fff;
	}

.littleright{
padding-top:30px;
}


.clientlists a{font-size:17px;
line-height:140%;
font-weight:normal !important}

.otherviews li,
.otherviews{
padding:0px;
margin:0 10px 0 0;
display: inline-block;
float:left
}

.otherviews li a{
margin:0px;
padding:0px;
border-top:6px solid #fff;
font-weight:normal;
font-size:9px;
}


.otherviews li a:hover{
margin:0px;
padding:0px;
border-top:6px solid #ffcc7d;
}



#work-detail{
margin-top:4px;
padding-top:6px;
}


.bottom .left,
.bottom .right{
border-bottom:3px solid #fff;
height:500px;
margin-bottom:50px;
}

.contact a{
display:inline;
}

.contact{
width:250px;
}

.lefties{
width:90px;
float:left; 

}


.list{
font-size:16px;
font-weight:normal;
margin-bottom:30px;
}


.list a{
font-weight:normal;
padding-top:4px;
padding-bottom:4px;
display:block;
font-size:14px;
color:#afafaf;
}

.list a:hover{
color:#fff;
}

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 0px 0 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */ 
		overflow:hidden;
			margin: 0px auto;
			position: relative;
			width: 600px;
		}
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 600px; height: 468px;  overflow: hidden}
		.csw .loading {margin:0px auto; text-align: center}
		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: 0px auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 468px;
			clear: both;
			background: none;
		}
		
		.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;
		 /* 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 */
			display:none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
		display:none;
		}
		
		.stripNavR {
		display:none;
				}
   


