html{
	color:#666;
	background:#FFF;
}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table{
	border-spacing:0;
}


li{
/*	line-height: 1.8em;
*/	list-style-image: none;
	list-style-type: none;
}
caption,th{
	text-align:left;
}	

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

.clear { clear: both; }

/* Body
-----------------------------------------------------------------------------*/
html, 
body {
	height:100%;
	background: #000000;
}
body {
	font-family: 'PT Sans Caption', Arial, Helvetica, sans-serif;
}

.bodyBullets {
	list-style-position: inside;
	list-style-type: square;
}

#topline {
	padding: 0 0 0 160px;
	width: 1200px;
	overflow: hidden;
}


/* Links
-----------------------------------------------------------------------------*/
a           { 
	color: #b6b8ba; 
	text-decoration: none; 
	outline: none; }

a:hover     { 
	color:  #900; }

p a         { 
	text-decoration: none;}





/* Headings
-----------------------------------------------------------------------------*/
h1{
    position: static;
    line-height: 0;
}
h1 strong{
    display: block;
    color:#fff;
    text-transform: uppercase;
    font-size: 80px;
    height:64px;
    line-height: 0;
    overflow: hidden;
    letter-spacing: -4px;
}
h1 strong.white{
    color: #FFF;
}
h1 strong.red{
    color: #ca0000;
}
h1 strong.black{
    color: #000;
}

#home .wrapper.capabilities h1 strong{
    line-height: 0;
    font-size: 60px;
    height: 48px;
}

h2{
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 150px 0 0;
    padding: 7px 0 4px 0;
}


h3 {
	font-family:  'PT Sans Caption',Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
	padding-bottom: 10px;
	padding-top: 10px;
}

h4 {
	font-size: 30px;
	font-family: "PT Serif", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #990000;
	padding-bottom: 15px;
}

p {
	font-size: 1em;
	color: #6F6F6F;
	line-height: 1.6em;
	padding-bottom: 15px;
}


/* Containers
-----------------------------------------------------------------------------*/
/* Set min/max page width */
#container{
    min-width: 980px;
    max-width: 100%;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    position: relative; 
}

.wrapper {
	left:0;
	position:relative;
	top:0;
	width:100%;
	z-index:2000;
	overflow:hidden;
	clear: both;
}

#capabilities .wrapper {
   height:auto;
}

#capabilities {
    position:absolute;
}

.logo {
	position:fixed;
	top:10px;
	right:0px;
	z-index:1000;
	background-color: #000;
	color: #f1f1f1;
}


/* Menu
-----------------------------------------------------------------------------*/

#logo{
	position: fixed;
	left: 0;
	top: 0px;
	width: 175px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	height: 205px;
}

#nav{
	position: fixed;
	left: 0;
	top: 205px;
	width: 175px;
	height: 100%;
	background: #000;
	z-index: 10;
} 
#nav ul,
#nav ul li {
    width: 175px;
}
#nav ul li{
    background:none;
    color: #FFF;
}
#nav ul li a{
	display: block;
	width: 165px;
	height: 20px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#nav ul li a:hover{
    background: #212121;
}

#block ul li a:hover{    
	background: #212121;
}

#nav ul li.block {
    padding-bottom: 0;
}
#nav ul li.block a:hover {
	background: #212121;
}
#nav ul li.block a{
	height: 15px;
	line-height: 12px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#nav ul li.block a:hover{
	background-repeat: no-repeat;
	background-position: 0px -42px;
}
#nav ul li.block a.active{
	color: #FFF;
	background-color: #900;
	background-repeat: no-repeat;
	background-position: 0px -84px;
}
/* Put active class on link */
#nav ul li a.active,
#nav ul li.subBlock a.active{
    background: #900;
    color: #FFF;
}

#nav ul li a { 
    color: #FFF; 
    text-transform: uppercase;
}
#nav ul li.subBlock a{ 
	color: #666; }


/* wrapper
-----------------------------------------------------------------------------*/
.wrapper{
    position: relative;
}

#container #main-content {
    float: left;
    width: auto;
    clear: both;
    overflow: visible;
    padding-left: 175px;
    min-width: 1360px;
    display: inline; /* for IE6 */
    position: relative;
    z-index: 8; /* Sit this content above backgrounds */

}

#product #main-content .content{
    margin-left: 60px;
}

/* trio
-----------------------------------------------------------------------------*/

#trioBox {
	margin-left: 250px;
	margin-top: 300px;
	background-color:#fff;
	position: relative;
	z-index: 10;
}

#trioBox .left img {
	margin-top:-10px;
	margin-left:-20px;
}

#trioBox .left .readMore a img {
	padding-top: 10px;
	padding-left: 20px;
	position: absolute;
	top: 375px;
}

.left h2 { font: normal; color:#353f46; padding:10px 0; margin:0; line-height:1.3em; }
.left p { font: normal 14px; color:#6f6f6f; padding:5px 0; margin:0; line-height:1.8em; }
.left a { color:#509cd3; text-decoration:underline; }
.left {
	width:245px;
	float:left;
	background-color: #f1f2f2;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 450px;
}
.left.last { margin-right:0; }

#whiteSpace {
	height: 400px;
	/* [disabled]background-color:#B5D5FF; */
	margin-left: 175px;
	margin-top: 740px;
	/* [disabled]background-color:#fff; */
	z-index:8;
	position: relative;
	padding: 75px;
}

/* inner
-----------------------------------------------------------------------------*/


.wrapperInner {
	background-color: #fff;
	width: 100%;
	margin-left: 175px;
	padding: 50px 450px 50px 50px;
	width: 685px;
	height: 100%;

}

.topline {
	background-color: #fff;
	width: 960px;
	height: 180px;
	overflow:hidden;
	float: left;
}

#sidebar {
	background-image:url(../images/sidebar.png);
 	/* height: 400px; */
    margin-left: 960px;
/*    margin-top: -2100px;
*/    padding: 20px;
    width: 360px;
    z-index: 150;
	text-align:left;
	position:absolute;
	top: 183px;
	
}

#sidebar ul li {
	display: block;
	width: 345px;
	height: 15px;
	background-color: #414042;
	background-image: url(../images/right-menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 320px;
	margin-top: 10px;
	font-size:15px;
	text-transform: uppercase;
    line-height: 15px;
    padding: 15px 0 15px 15px;
	text-align:left;
}

#sidebar ul li a {
	display: block;
	width: 345px;
	height: 15px;
	color: #fff;
	text-align:left;
}

#sidebar ul li a:hover {
	color: #fff;
	display: block;
	background-color: #990000;
	background-image: url(../images/right-menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 320px;
    padding: 15px 0 15px 15px;
	margin: -15px 0 -15px -15px;
	text-align:left;
	
}


#sidebar ul li.active {
	background-color: #990000;
	color: #fff;

}

#gallery { height: 755px; width: 680px; position: relative; background: url(../images/galleryBG.jpg) no-repeat #000; left: 30px; margin: 0 0 0 -30px; }


/* footer
-----------------------------------------------------------------------------*/

.footer-text {
	padding: 25px 0 0 0;
	width: 960px;
	float: left;
	z-index: 3000;
}
.footer-text p { color: #999; }

/* Lists
-----------------------------------------------------------------------------*/


.lists {
	list-style-image: url(../images/bullet.gif);
}

.lists li {
	list-style-image: url(../images/bullet.gif);
	margin: 0 20px;
	color: #6F6F6F;
	margin-bottom: 0px;
}
