/*----- SOLSM STYLE -----*/

html {
	background-color: #171717;
}

body {
	height: 920px;
	background: url(../img/solsm_bglrgg.jpg) top center repeat-x;
	font-family: arial, sans-serif;
	color: #171717;
}
a, a:visited {
	outline: none;
    border: none;
}
p {
/*	font-size: 1.116em;
	line-height: 1.4em;*/
	font-size: 12px;
  	line-height: 1.5em;
}
p strong {
	text-decoration: underline;
	color: #747676;
}

#header {
	margin: 0 auto;
	overflow: hidden;
}
#header #nav_left {
	float:left;
	width:323px;	
}

#header #nav_right {
	float: right;
	width:323px;
}

#header ul {
	list-style:none;
	display: block;
	margin:0px;
	padding:0px;
	padding-top:8px;
	height:34px;
}

#header ul li {
	margin:0px; 
	padding:0px;
	height:34px;
}

#header #nav_left li {
	float:right;
	
}
#header #nav_right li {
	float: left;
}

#header ul li a {
	margin:0px;
	padding:0px;
}
.container {
    position: relative;
    margin: 0 auto;
    width: 1035px;
    overflow: hidden;
}
.container.nav {
	padding-bottom: 11px;
}
.container.head {
    margin-bottom: 10px;
    width: 970px;
}
.container.head img {
	margin: 0 auto;
}
h1#logo {
	margin: 0 auto;
}
h1#logo a {
	margin: 0 auto;
	display: block;
	width: 257px;
    height: 90px;
    text-indent: -500em;
    background: url(../img/solsm_logo.png);
}
.featured_bg {
	width: 790px;
	height: 410px;
	margin: 0 auto;
}
.secondary .featured_bg h2 {
	margin: 0;
	padding-top: 70px;
	color: #fff;
}
.content {
	height: 103px;
	padding-top: 12px;
	margin: 0 auto;
    width: 970px;
    overflow: hidden;
}
.content .banright {
	float: right;
}
.content .banleft {
	float: left;
}
#footer {
	margin: 0 auto;
	background-image:url(../gfx/ftr_solsm_bg.gif);
}
#footbox {
	padding-top: 25px;
	width: 1035px;
	margin: 0 auto;
}
#ftr_txt p {
	color: #d1d4d3;
	font-size: 11px;
	text-align:left;
	width: 350px;
	padding-top: 20px;
	padding-left:20px;
}

#ftr_icons {
	margin-top: -35px;
	float: right;
	width: 250px;
}



/*----- SOLSM SCROLLER -----*/

.container.scroller {
	position: relative;
	width: 790px;
	height: 410px;
	background: url(../img/scrollable_bg.gif) top left no-repeat;
	overflow: visible;
}
.home_featured {
	float: left;
	width: 967px;
	height: 317px;
}
.featured_image {
	float: left;
	width: 2px;
	height: 390px;
	margin: 0 0 0 -7px;
	display: inline;
}
.featured_image img {
	margin: 10px 0 0 17px;
}

.featured_desc {
	float: left;
	width: 350px;
	margin: 80px 0 0 20px;
}
.featured_desc h2 {
	font-size: 20px;
	color: #fff;
}
.featured_desc p {
	color: #eabd54;
}
.featured_desc p.site_viewer {
	font-style: italic;
	color: #666;
}
.featured_desc p.site_viewer a.site_viewer_action {
	padding: 0 13px 0 10px;
	color: #fff;
	text-decoration: none;
	background: url(../img/arrow_red.gif) right 4px no-repeat;
}
/* navigation */
a.prevPage,
a.nextPage {
	position: absolute;
	display: block;
	top: 0;
	left: -24px;
	width: 24px;
	height: 410px;
	background: url(../img/scrollable_fighter_nav.png) 0 0 no-repeat;
	z-index: 999999;
	text-indent: -500em;
	cursor: pointer;
}
a.nextPage {
	left: auto;
	right: -24px;
	background-position: 0 -410px;
}
a.prevPage:hover {
	background-position: 0 -820px;
}
a.nextPage:hover {
	background-position: 0 -1230px;
}

/*
a.prevPage.disabled,
a.nextPage.disabled {
	cursor: default;
}
*/
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
    /* required settings */ 
    position: relative; 
    overflow: hidden; 
    width: 790px; 
    height: 410px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 


/* position and dimensions of the navigator */
.navi {
	bottom: 398px;
	position: absolute;
	left: 50%;
	height: 14px;
	z-index: 99999;
}
/* items inside navigator */
.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../img/navigator.gif) 0 -16px no-repeat;
	display: block;
	font-size: 1px;
	cursor: pointer;
}
/* mouseover state */
.navi a:hover {
	background-position: 0 -8px;
}
/* active state (current page state) */
.navi a.active {
	background-position:0 0px;
}