@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'MichromaRegular';
    src: url('/includes/Michroma-webfont.eot');
    src: url('/includes/Michroma-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/Michroma-webfont.woff') format('woff'),
         url('/includes/Michroma-webfont.ttf') format('truetype'),
         url('/includes/Michroma-webfont.svg#MichromaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font: 100%/1.2 Tahoma;
	background: #f5b354 url(/images/bodybckgrnd.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	color: #FFF;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
p{ font-size:.75em;
}
h1, h2, h6 {
	font: 1.2em MichromaRegular,Tahoma, Geneva, sans-serif;
	color:#9f9d9d;
}
h2 {
	font-size: .85em;
}
h6 {
	font-size: .7em;
	position:absolute;
	bottom:0;
	right:20px;
}
.copyright {
	font-size: .65em;
	margin: 10px 0;
	color:#9f9d9d;
	text-align:center;
	clear:both;
}
address {
	font: .75em MichromaRegular,Tahoma, Geneva, sans-serif;
	color:#9f9d9d;
	/*margin-top:140px;*/
	position:absolute;
	bottom:20px;
	left:20px;
	font-style:normal;
}

a img { 
	border: none;
}

a:link, a:visited {
	font: .85em MichromaRegular,Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:#f5b354;
}
.container {
	width: 980px;
	background: #000 url(/images/backgrnd.jpg) 0 0 no-repeat;
	position:relative;
	margin: 0 auto;
	padding-bottom:20px; 
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.7);-moz-box-shadow:0 0 20px */rgba(0,0,0,.7);box-shadow:0 0 20px rgba(0,0,0,.7);
font: Tahoma, Geneva, sans-serif;
behavior: url(/css/Pie.htc);
}

.sidebar1 {
	float: right;
	width: 230px;
	padding: 340px 50px 0 50px;
}
.content {
	padding: 10px 0;
	width: 780px;
	float: right;
}
.maincontent {
	padding: 340px 0 50px 50px;
	width: 600px;
	float: right;
}
#promo {
	width: 780px;
	height:280px;
	position:absolute; 
	top:200px;
	left:100px;
	/*margin-left: 100px;	
	margin-bottom: -280px;*/
	
}

/*HTML 5 support */
header, section, footer, aside, nav, article, figure {
	display: block;
}
/* feature div */
#feature {
	height: 247px;
	width: 358px;
	padding:5px;
	background: #000 url(/images/slideshowbckgrnd.jpg);
	position: absolute;
	top:-300px;
	left:295px;
	z-index:100;
	opacity:0;
}
/* end feature div */
/*slideshow*/
/* pitch slideshow */
#pitch { 
	clear: both; 
	height: 247px; 
}
#slideshow {
    position:relative;
    height: 247px;
}
#slideshow img {
	float: left;
}
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow div.active {
    z-index: 10;
}
#slideshow div.last-active {
    z-index: 9;
}

#zoom { 
	z-index: 11; 
}
/* end slideshow */
/* accordian menu styles */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 230px; /*width of menu*/
background: #33343a;
/*border: 0px solid #9A9A9A;
border-bottom-width: 0;*/
}
.glossymenu a.menuitem{
background: black url(/images/accordian.png) 0 0 no-repeat;
font: bold 12px Tahoma, Verdana, Helvetica, sans-serif;
color: #f5b354;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height:15px;
padding: 10px 0;
text-align:center;
text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #f5b354;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background-image: url(/images/accordian.png);
color:#FFF;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #33343a;
padding: 5px;
text-align:center;
}
/*end accordian*/
/* tabs */
.hide { position: absolute; top: -9999px; left: -9999px; }
#tabs .list-wrap { background: #e4e4e4; padding: 10px; margin: 0 0 15px 0; -webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 10px;
border-top-left-radius: 0;
behavior: url(/css/Pie.htc); }
#tabs ul { list-style: none; }
#tabs li  { color: #666;}
#tabs .nav { overflow: hidden; }
#tabs .nav li { width: 180px; float: left; margin: 0 5px 0 0; }
#tabs .nav li.last { margin-right: 0; }
#tabs .nav li a { display: block; padding: 5px; background: #000 url(/images/taboff.png) no-repeat 0 0; color: #f5b354; font: .65em MichromaRegular,Tahoma, Geneva, sans-serif; text-align: center; border: 0; text-decoration:none; margin-left:-1px; }
#tabs li a.current,#tabs li a.current:hover { background: #000 url(/images/tabon.png) no-repeat 0 0; !important; color: #666; }
#tabs .nav li a:hover, #tabs .nav li a:focus { background: #000 url(/images/tabon.png) no-repeat 0 0; !important; color: #666; margin-left:-1px;}
/* end tabs */
/*scrollable div */
div.scroll {
height: 320px;
width: 840px;
padding:10px;
overflow: auto;
}
div.scroll span{
	font-size:.75em;
	color: #000;
}
div.scroll ul {
	font-size: .75em;
}
div.scroll li {
	margin-bottom: 10px;
	list-style:none;
}
/*end scrollable div*/
div.bug {
	width:100%;
	height:45px;
	background:#e4e4e4 url(/images/bug.png) center center no-repeat;
}
/*vertical tabs */
 #vtab {
            margin: auto;
            width: 860px;
            height: 340px;
        }
        #vtab > ul > li {
            width: 110px;
            height: 70px;
            background-color: #e4e4e4 !important;
            list-style-type: none;
            display: block;
            text-align: center;
            margin: auto;
            padding-bottom: 10px;
            border: 1px solid #e4e4e4;
            position: relative;
            border-right: none;
            opacity: .3;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        }
        #vtab > ul > li.silver {
            background: url('/images/silver.png') no-repeat center center;
        }
        #vtab > ul > li.gold {
            background: url('/images/gold.png') no-repeat center center;
        }
        #vtab > ul > li.platinum {
            background: url('/images/platinum.png') no-repeat center center;
        }
        #vtab > ul > li.selected {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            border: 1px solid #ddd;
            border-right: none;
            z-index: 10;
            background-color: #fafafa !important;
            position: relative;
        }
        #vtab > ul {
            float: left;
            width: 110px;
            text-align: left;
            display: block;
            margin: auto 0;
            padding: 0;
            position: relative;
            top: 30px;
        }
        #vtab > div {
            background-color: #fafafa;
            margin-left: 110px;
            border: 1px solid #ddd;
            min-height: 275px;
            padding: 12px;
            position: relative;
            z-index: 9;
            -moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			behavior: url(/css/Pie.htc);
        }
		#vtab > div > ul > li {
			font-size: .75em;
			margin-bottom:6px;
			list-style-type: disk;
		}
		
/* ~~ The footer ~~ */
footer {
	margin: 20px 50px 10px;
	background: #33343a;
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #888;
	position:relative;
	behavior: url(/css/Pie.htc);
}
div.left {
	width: 250px;
	padding: 20px;
	float:left;
}
div.middle {
	width:250px;
	margin: 20px 0;
	padding: 0 20px 20px;
	border-left: solid 1px #888;
	background: #33343a url(/images/logo_sm.png) bottom center no-repeat;
	float:left;
}
div.right {
	width: 250px;
	padding: 0 20px 20px;
	border-left: solid 1px #888;
	margin: 20px 0;
	float:left;	
}
form {
font-size:.75em;	
}
input, textarea {
	background-color: #ccc;
}
input:focus, textarea:focus{
background-color: #fff;
}
	