html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
img {
		behavior: url(css/iepngfix.htc);
		border: 0 none;
}

a img {
border: 0 none;
}

html, body {
    height: 100%;
}

body {
    font-size: 12px;
    font-family:  Tahoma,Arial,Helvetica,Arial;
    text-align: center;
}

body#homepage {
    color: #999999;
    background: #000;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#container {
    margin: 0px 0px -60px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 960px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.push {
    height: 60px;
}

#header_row {
    background: #000;
	height : 97px;
}

#header {
background: #000;
    width: 960px;
    margin: 0px auto;
    text-align: left;
    padding-top: 25px;
    position: relative;
    z-index: 3;
}


#logo {
    float: left;
    margin-right: 45px;
	margin-bottom: 7px;
}

#navigation {
    float: left;
    padding-top: 40px;
    position: relative;
    list-style-type: none;
    top: 4px;
}

#navigation li {
    display: block;
    float: left;
    padding: 0px 8px 0px 5px;
    background: url("../images/nav_separator.gif") no-repeat right top;
    line-height: 19px;
    height: 30px;
}

/*#navigation li:last-child {
    background: none;
    padding-right: 0px;
}
*/
#navigation li.last-child {
    background: none;
    padding-right: 0px;
}



#navigation li a {
    display: block;
    float: left;
    color: #0093D0;
    font-size: 14px;
    text-decoration: none;
    height: 30px;
}
#navigation li a.active {
 /*    background: url("../images/nav_arrow.png") no-repeat center bottom;
	color: #fff;*/
}
#navigation li a:hover {
    color: #fff;
}

#alternate_menu {
    width: 130px;
    /*float: right;*/
    font-size: 12px;
    line-height: 15px;
    list-style-type: none;
	}

#alternate_menu a {
    color: #fff;
    text-decoration: none;
    /*display: inline-block;*/
}

#alternate_menu a:hover, #alternate_menu a.active {
    color: #0093D0;
}

#footer {
    position: relative;
	background-color: #transparent;
    z-index: 6;
    min-width: 960px;
}

#analytics {
    position: relative;
	display: none;
	background-color: #transparent;
}
body#homepage #footer {
    background: #transparent;
}

#footer_content {
    width: 960px;
    margin: 0px auto;
    text-align: center;
    color: #transparent;
    border-top: solid 1px #cacaca;
    padding-top: 4px;
    height: 55px;
    line-height: 20px;
    font-size: 14px;
}

body#homepage #footer_content {
    border-top: solid 1px #0d0d0d;
}

#footer a {
    color: #999999;
    text-decoration: none;
}

body#homepage #footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
    color: #333;
}

#orange_row {
    height: 48px;

    background: url("../images/orange_row.png") repeat-x left top;
    position: relative;
    z-index: 2;
}

#orange_row_content {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

#subnavigation {
    float: left;
    margin-left: 300px;
    padding-top: 7px;
    list-style-type: none;
	display:inline;	
}

#subnavigation li, #subnavigation li a {
    display: block;
    float: left;
    line-height: 15px;
    height: 40px;
}

#subnavigation li {
    padding: 0px 6px 0px 3px;
	behavior: url(css/iepngfix.htc);
    background: url("../images/subnav_separator.gif") no-repeat right top;
}
/*
#subnavigation li:last-child {
    padding-right: 0px;
    background: none;
}
*/

#subnavigation li.last-child {
    padding-right: 0px;
    background: none;
}

#subnavigation li a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}

#subnavigation li a.active {
/*        background: url("../images/subnav_arrow.png") no-repeat center bottom;
	color:#FFF;*/
}
#subnavigation li a:hover {
 color:#FFF;
}

#social_links {
    width: 95px;
    float: right;
    padding-top: 3px;
	margin-right: 37px;
	display:inline; 
}

#background_rotate {
    height: 865px;
    /*width:100%;*/
	position: absolute;
    top: 127px;
    left: 50%;
    margin-left: -640px;
    z-index: 1;
}

#background_rotate img {
	    display: none;
	    position: absolute;
		overflow: hidden;
}
#background_rotate img.first {
	    display: block;
	    position: absolute;
		overflow: hidden;
}

#content {
    position: relative;
    z-index: 7;
    width: 960px;
    margin:0px auto;
    text-align: left;
    padding-bottom: 50px;
}
.tooltip_container {
    position: absolute;
    z-index: 5;
}

.tooltip1 {
    left: 10%;
	color: fff;
    top: 325px;
    z-index: 6;
}

.tooltip2 {
    left:40%;
    top: 520px;
    z-index: 6;
}

.tooltip3 {
    left: 60%;
    top: 180px;
	 z-index: 5;
}

.tooltip_icon {
    position: relative;
    z-index: 1;
}

.tooltip_box {
    border: solid 3px #0093D0;
    position: absolute;
    width: 220px;
    font-size: 18px;
    font-weight: bold;
	background-color: #FFF;
    z-index: 5;
    display: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tooltip_arrow {
    position: absolute;
}
.tooltip_arrow2 {
    position: absolute;
}

.vertical_tooltip .tooltip_box {
    bottom: 65px; 
    width: 250px;
    left: 50%;
    margin-left: -100px;
    padding: 0px;
}

.horizontal_tooltip .tooltip_box {
    left: 72px;
    top: 140%;
    margin-top: -75px;
	background-color: #FFF;
}
.vertical_tooltip .tooltip_arrow {
    left: 50%;
    margin-left: -47px;
    bottom: -27px;
}

.horizontal_tooltip .tooltip_arrow {
    top: 50%;
    margin-top: -130px;
    left: -23px;
}

.tooltip_box .stitle{
   margin-top: 10px;
}
.tooltip_box .sbuy{
   margin-bottom: 10px;
   background-color:#FFF;
}

.grey_bg {
    background: #fff left top;
    color: #000;
    line-height: 18px;
    padding: 10px 10px;
}

.grey_bg img{
    color: #fff;
    line-height: 18px;
	padding: 0px;
}
#content_title {
     position: relative;
	 margin: 25px 0 0 20px;
	 }

	 
.text {
    margin-left: 45px;
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
}
.text2 {
    margin-left: 60px;
    color: #fff;
    font-size: 38px;
    line-height: 10px;
    font-weight: bold;
}
.text3 {
    margin-left: 60px;
    color: #fff;
    font-size: 15px;
    line-height: 5px;
}
.text4 {
    margin-left: 60px;
	margin-right: 200pz;
    color: #fff;
    font-size: 15px;
    line-height: 5px;
}
.orange {
     font-size: 14px;
	 color: #0093D0;
	 }
.orange2 {
     font-size: 16px;
     line-height:18px;
	 color: #0093D0;
	 }
.white {
     font-size: 12px;
	 color: #ffffff;
	 }
.white2 {
     font-size: 15px;
     line-height:17px;
	 color: #ffffff;
	 }
	
.icon2 {
    float: left;
    border:none;
	margin: 0px 0px 20px 0px;
	
}

#arrow_left {
    position: absolute;
    left: -28px;
    top: 205px;
}

#arrow_right {
    position: absolute;
    right: -28px;
    top: 205px;
}

#homepage_left_column {
    padding: 40px 0px 400px 30px;
    width: 450px;
}
#team_photos {
	float:left;
	width: 440px;
	margin: 10px 0px 200px 40px;
}


#left_column {
    padding: 40px 0px 40px 10px;
    width: 750px;
}

#left_column2 {
    padding: 40px 0px 40px 60px;
    width: 350px;
	display: block;
	float: left;
}
#right_column {
    padding: 40px 0px 0px 40px;
    width: 350px;
	display: block;
	float: left;
}
.column_list {
    list-style-type: none;
    padding-bottom: 40px;
}

.column_list li {
    padding-bottom: 20px;
}

.column_list .icon {
    float: left;
    border: solid 2px #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	margin-top: 0px;
}

.column_list li:hover .icon {
    border-color: #0093D0;
}

.column_list .text {
    /*margin-left: 95px;*/
	float:left;
	zoom:1;
	display:inline-block;
	*display:inline;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
	margin-left:15px;
	/*height:80px;*/
	/*height:80px;*/
}

.column_list big {
    font-size: 40px;
    line-height: 48px;
}

.column_list big a:hover {
    font-size: 40px;
    line-height: 40px;
	text-shadow: 0px 0px 6px #666;
	text-decoration: none;

}

.column_list a {
    color: #fff;
    text-decoration: none;
}

.column_list a:hover {
    text-decoration: none;
}

.orange {
    color: #0093D0;
		margin-top: 5px;

}
.white {
    color: #ffffff;
}
.black {
    color: #000000;
}

.grey_bg {
    background: #fff left top;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
    border-left: solid 1px #767676;
    color: #000;
    line-height: 18px;
    padding: 18px 10px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.image_overlap {
    background: #CCC center top;
    color: #fff;
    line-height: 25px;
    padding: 14px 20px;
}

.content_boxes {
display:inline-block;
}
.content_boxes {
	text-align: center;
    vertical-align: middle;
	position: absolute;
	left: 50%;
	/*width: 800px;*/
	margin-left: -250px;
    	behavior: url(css/iepngfix.htc);
    background: url("../images/content_boxes.png") repeat left top;
    padding: 14px 14px;
	}



.content_boxes .box  {
    float: left;
	vertical-align: middle;
    margin: 0px 5px 0px 5px;
    width: 160px;
    font-family: Tahoma;
    font-size: 15px;
    text-decoration: none;
    position: relative;
	box-shadow:0px 0px 2px 2px #transparent;
	-webkit-box-shadow:0px 0px 2px 2px #transparent;
     -moz-box-shadow:0px 0px 2px 2px #transparent;
}

.content_boxes .box:hover{
	text-decoration: none;
	box-shadow:0px 0px 2px 2px #fff;
	-webkit-box-shadow:0px 0px 2px 2px #fff;
     -moz-box-shadow:0px 0px 2px 2px #fff;
	
}
.content_boxes .box:last-child {
    margin-right: 0px;
}

.content_boxes .box big {
    font-size: 18px;
	text-decoration: none !important;

}
.content_boxes .box big2 {
    font-size: 18px;
	    text-decoration: none !important;

}

.content_boxes .box .link {
    display: block;
    text-align: center;
    color: #0093D0;
    text-decoration: none !important;
    background: #333;
    line-height: 25px;
}

.content_boxes .box .overlay_text {
	behavior: url(css/iepngfix.htc);
    background: url("../images/overlay_text.png") repeat left top;
    position: absolute;
	text-decoration: none !important;
    bottom: 25px;
    left: 0px;
    padding: 5px;
    width: 150px;
    color: #fff;
    display: none;
}

.content_boxes .box .overlay_textb {
	behavior: url(css/iepngfix.htc);
    background: url("../images/overlay_text.png") repeat left top;
    position: absolute;
	text-decoration: none !important;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    width: 150px;
    color: #fff;
    display: none;
}


#internal_left_column {
    width: 350px;
    float: left;
	margin-left: 10px;
}

#details_column {
    width: 570px;
    float: right;
    position: relative;
    overflow: visible;
    padding-bottom: 525px;
}

.detail_text {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 20px;
	margin-right: 125px;
}

.detail_image {
    position: relative;
    list-style-type: none;
    height: 310px;
    margin-bottom: 20px;
}

.detail_image li {
	position: absolute;
	height: 302px;
}

.detail_image_pager {
    float: left;
    padding: 0px 5px 0px 25px;
    list-style-type: none;
	margin-right: 30px;
	margin-left: -25px;
}

.detail_image_pager li {
    float: left;
    margin-right: 4px;
    box-shadow: 1px 3px 3px #aaaaaa;
    -moz-box-shadow: 1px 3px 3px #aaaaaa;
    -webkit-box-shadow: 1px 3px 3px #aaaaaa;
}

.detail_image_pager li img {
    border: solid 1px #000;
}

.detail_image_pager li a:hover img, .detail_image_pager li a.activeSlide img {
    border: solid 1px #0093D0;
}



.buy_button {
    background: #0093D0;
    padding: 0px 4px 0px 4px;
    display: inline-block;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	box-shadow: 2px 2px 6px #aaaaaa;
    -moz-box-shadow: 2px 2px 6px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
}

.buy_button span {
    display: inline-block;
    line-height: 40px;
    padding: 0px 3px;
    background: #0093D0;
    border-top: solid 1px #0093D0;
    border-left: solid 1px #0093D0;
}

.buy_button span a:hover{
    display: inline-block;
    line-height: 40px;
    padding: 0px 3px;
    background: #0093D0;
    border-top: solid 1px #0093D0;
    border-left: solid 1px #0093D0;
	 box-shadow: 5px 5px 6px #000;
    -moz-box-shadow: 5px 5px 6px #000;
    -webkit-box-shadow: 5px 5px 6px #000;
}

.orange_box1 {
    display: inline-block;
    background: #0093D0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px 10px 8px 10px;
	margin: 0px 10px 10px -10px;
	text-shadow: 1px 1px 3px #333;
    box-shadow: 2px 2px 6px #aaaaaa;
    -moz-box-shadow: 2px 2px 6px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
}


.orange_box {
    zoom: 1;
    display: inline-block;
	*display: inline;
    background: #0093D0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 44px;
	text-shadow: 2px 2px 4px #333;
    box-shadow: 5px 5px 6px #aaaaaa;
    -moz-box-shadow: 5px 5px 6px #aaaaaa;
    -webkit-box-shadow: 5px 5px 6px #aaaaaa;
}

.orange_box a{
    display: inline-block;
    background: #ff0033;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 25px 10px 25px;
    margin-bottom: 44px;
    box-shadow: 5px 5px 6px #aaaaaa;
    -moz-box-shadow: 5px 5px 6px #aaaaaa;
    -webkit-box-shadow: 5px 5px 6px #aaaaaa;
}


.internal_side_links {
    list-style-type: none;
    border-left: solid 5px #0093D0;
}

.internal_side_links li {
    padding-bottom: 15px;
}

.internal_side_links li:last-child {
    padding-bottom: 0px;
}

.internal_side_links li a {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    padding: 0px 0px 0px 13px;
}

.internal_side_links li a.active, .internal_side_links li a:hover {
   /*     background: url("../images/side_orange_arrow.gif") no-repeat left center;*/    
}

.tabbed_box {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 30px;
    width: 600px;
	background: #fff;
    display: none;
    border: solid 6px #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.tabbed_box .box_content {
    background: #fff;
    border-left: solid 2px #404040;
	    position: relative;
    padding-bottom: 15px;
}

.tabbed_box .title {
	behavior: url(css/iepngfix.htc);
    background: url("../images/tabbed_box_title.png") repeat-x left top;
    height: 56px;
    padding: 5px 15px 0px 10px;
}

.tabbed_box .title big {
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
	}

.tabbed_box .tabs {
    list-style-type: none;
    /*float: right;*/
	/*margin-right: 120px;*/
	/*float: left;*/
	margin-left: 150px;
    padding-top: 5px;
}

.tabbed_box .tabs li {
    display: block;
    float: left;
		behavior: url(css/iepngfix.htc);
    background: url("../images/tabs_separator.png") no-repeat right top;
    padding: 0px 12px 3px 9px;
    height: 42px;
}

.tabbed_box .tabs li.last-child {
    background: none;
    padding-right: 0px;
}

.tabbed_box .tabs li a {
    display: block;
    float: left;
    line-height: 18px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    height: 42px;
}

.tabbed_box .tabs li a.activeSlide, .tabbed_box .tabs li a:hover {
  /*  background: url("../images/tabs_arrow.gif") no-repeat center bottom;*/
}

.box_internal_text {
    margin: 0px 5px 0px 16px;
    width: 570px;
    list-style-type: none;
    position: relative;
}

.box_internal_text > li {
    position: absolute;
    background: #fff;
    width: 570px;
}

.box_internal_text .left_text {
    width: 140px;
    float: left;
    line-height: 16px;
	padding-right: 10px;
	padding-left:10px;
    color: #000;
}

.box_internal_text .image_col {
    width: 400px;
    float: right;
    position: relative;
	margin-right: 10px;
}
.box_internal_text .left_col {
    width: 270px;
    float: left;
    line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
    color: #000;
	}
	
.box_internal_text .right_col {
    width: 270px;
    float: left;
    color: #000;
	margin: 0;
	height: 1%; /* Holly hack for Peekaboo Bug */
}


.box_internal_text .flash {
    width: 550px;
    float: left;
    position: relative;
}
.box_internal_text .bottom {
    width: 385px;
    float: left;
    position: relative;
}


.bottom span {
    font-size: 12px;
	line-height: 12px;
}
.video_buttons {
    padding-top: 15px;
    text-align: center;
}

.video_buttons a {
    display: inline-block;
    width: 80px;
    padding-left: 25px;
    height: 37px;
    line-height: 37px;
    text-align: left;
    text-decoration: none;
		behavior: url(css/iepngfix.htc);
    background: url("../images/video_button.gif") no-repeat left top;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 0px 12px;
}
.video_buttonsl a {
    display: inline-block;
    width: 80px;
    padding-left: 25px;
    height: 37px;
    line-height: 37px;
    text-align: left;
    text-decoration: none;
    background: no-repeat left top;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 0px 12px;
}

.close_button {
    position: absolute;
    right: 5px;
    bottom: 442px;
    display: inline-block;
    line-height: 30px;
    background: #fff center;
    padding: 1px 12px 0px 12px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


.overlay_box {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#alternate_menu_placeholder {
   position: absolute;
    right: 0px;
    /*bottom: -2px;*/
	padding-top: 2px;
    padding-bottom: 12px;
	
}

#alternate_menu_placeholder.active {
	behavior: url(css/iepngfix.htc);
    background: url("../images/nav_arrow.png") no-repeat 5px bottom;
	/*background: url("../images/side_orange_arrow.gif") no-repeat 5px bottom;*/
	
}

#internal_page #subnavigation li a.active,  {
/*   background: url("../images/subnav_arrow2.png") no-repeat center bottom; */
}



 #subnavigation li a:hover {
	color: #fff;
	background: none;
}

#internal_page #orange_row {
  /* background: url("../images/orange_row2.png") repeat-x left top;*/
}

.video_thumbs_list {
    width: 400px;
    height: 308px;
    position: relative;
    overflow: hidden;
}

.video_buttons li {
    list-style-type: none;
    float: left;
}
#contactadd {
    color:#fff;
	font-size: 15px;
	font-weight: bold;
	}


#flashContent { width:100%; height:100%; }

.red {
}
.red {
	color: #F00;
}

