/* General styles */
.padTop {
	padding-top: 15px;
}

.padLeft {
	padding-left: 30px;
}

.floatLeft {
	float: left;
}

.text_arrow {
	font-size: 80%;
}
/* General styles */

/* Link styles */
a.contentlink:link {
    color: #b1b3b2;
	text-decoration: none;
}
a.contentlink:visited {
    color: #b1b3b2;
	text-decoration: none;	
}
a.contentlink:hover {
    color: #00BFF3;
	text-decoration: none;	
}
a.contentlink:active {
    color: #61c702;
	text-decoration: none;	
}


a.downloadlink:link {
    color: #b1b3b2;
	text-decoration: none;
}
a.downloadlink:visited {
    color: #b1b3b2;
	text-decoration: none;	
}
a.downloadlink:hover {
    color: #00BFF3;
	text-decoration: none;	
}
a.downloadlink:active {
    color: #61c702;
	text-decoration: none;	
}


a.ctalink:link {
    color: #f2f2f2;
	text-decoration: none;
}
a.ctalink:visited {
    color: #f2f2f2;
	text-decoration: none;	
}
a.ctalink:hover {
    color: #f2f2f2;
	text-decoration: none;	
}
a.ctalink:active {
    color: #f2f2f2;
	text-decoration: none;	
}


a.blue:link {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;
}
a.blue:visited {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;	
}
a.blue:hover {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;	
}
a.blue:active {
    color: #00BFF3;
    font-weight: bold;
	text-decoration: none;	
}
/* Link styles */


/* Main banner area styles */
#main_banner {
	width: 1000px;
	height: 428px;
	background: url(../images/banner_background.png) top left no-repeat;
}

#main_banner_text {
	padding-left: 35px;
	padding-top: 105px;
}

#main_banner_header {
	font-size: 400%;
	font-weight: normal;
	margin-bottom: 10px;
}

#main_banner_subheader {
	font-size: 150%;
}

#main_banner_cta {
	padding: 20px 0 0 30px;

} 

#main_banner_cta span {
	float: left;
	font-size: 120%;
	cursor: pointer;
}

#mbcta_text {
	padding: 10px;
}
/* Main banner area styles */



/* Main Content Gradient styles */
#main_content_area_wrapper {
	background: url(../images/background_fallback.png) top left no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#373a3e), to(#111));
	background: -moz-linear-gradient(top,  #373a3e,  #111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373a3e', endColorstr='#111111');
	width: 1000px;
	margin-top: 3px;
	height: 100%;
}

#main_content_area {
	width: 100%;
	height: 100%;
	background: url(../images/right_col_back.png) top right repeat-y;
}

#main_content_area_top {
	width: 100%;
	height: 40px;
	background: url(../images/right_col_top_back.png) bottom right no-repeat;
}

#main_content_area_bottom {
	width: 100%;
	height: 40px;
	background: url(../images/right_col_bottom_back.png) top right no-repeat;
}
/* Main Content Gradient styles */


/* Main Content area styles */
#left_column {
	float: left;
	width: 657px;
	vertical-align: top;
}

#right_column {
	float: right;
	text-align: left;
	width: 343px;

}
.horizontal_rule {
	width: 100%;
	border-top: 1px solid #111111;
	margin: 25px 0;	
}

.column_content {
	margin: 0 25px 0 30px;
	font-size: 110%;
	color: #f2f2f2;
}

.column_content p {
	font-size: 100%;
}



/* Left column specific styles */
.column_content p.intro_text {
	font-size: 120%;
	line-height: 1.6em;
	color: #f2f2f2;
}

h2.left_column_h2 {
	font-size: 135% !important;
}

#secondary_video {
	margin: 30px 0;
	width: 657px;
}

#secondary_video_content {
	padding: 20px 30px 0 30px;
}

#sv_image {
	float: left;
	width: 214px;
	padding-right: 20px;
}

#sv_text {
	float: left;
	width: 340px;
	padding-right: 20px;
}

#sv_text h2 {
	margin: 0;
}

.svt_description {
	padding: 10px 0;
	font-size: 110%;
	line-height: 1.4em;	
	color: #cccccc;
}

.vid_time {
	padding-left: 5px;
	color: #cccccc;
	font-size: 90%;
}

#product_area {
	margin: 30px 0;
	width: 100%;
	background:url(../images/product_back.jpg) top left repeat-x;
	height: 293px;
}

#product_area_content {
	padding: 30px 0;
	width: 100%;
	height: 263px;
}

#product_area_content h2 {
	padding: 0 30px;
}

.ps_container {
	float: left;
	padding: 0 30px;
	width: 158px;
	height: 225px;
	font-size: 120%;
	border-right: 1px solid #111111;
}

.ps_container_last {
	float: left;
	padding: 0 30px;
	width: 157px;
	height: 225px;
	font-size: 120%;
}

.ps_link_list {
	margin: 0;
	list-style: none;
	float: left;
	padding: 0 30px;
	width: 157px;
	font-size: 110%;
	line-height: 2em;	
}
/* Left column specific styles */


/* Right column specific styles */
.download_banner span {
	display: block;
	padding: 7px 5px 0 0;
	float: right;
	font-size: 90%;
	cursor: pointer;
}

.download_banner span.icon_image {
	padding-top: 8px !important;
}

h3.right_nav_header {
	color: #b2b2b2;
	font-size: 80%;
}

#social_icons {
	margin-top: 30px;
	background: url(../images/social_back.jpg) top left no-repeat;
	width: 285px;
	height: 90px;
}

#social_icons_content {
	padding: 20px;
}

#social_icons_content h3 {
	font-weight: normal;
	margin: 0;
}
#social_icons_content div {
	float: left;
	padding: 10px 10px 0 0;	
}

.rn_indent {
	margin-left: 20px;
}

.rn_indent h4 {
	font-weight: normal !important;
	padding: 0 !important;
	margin: 0 !important;	
}

.rn_indent ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 100%;
}

.rn_indent ul li {
	padding-bottom: 10px;
}
/* Right column specific styles */


#share_row {
	margin-top: 20px;
	width: 1000px;
	height: 35px;
	background: url(../images/share_row_back.jpg) top left repeat-x;
}

#share_link {
	float: left;
	height: 25px;
	width: 75px;
	padding-top: 10px;
	padding-left: 25px;
}
#share_link div {
	float: left;
	margin-left: 5px;
}

#facebook_like {
	height: 40px;
	width: 400px;
	padding-top: 10px;
	float: left;
}
/* Main Content area styles */


/**Video new styles**/
.vdo_wdg {
width:625px;
}

.pop_cnt {
background:none repeat scroll 0 0 #222222;
display:none;
left:50%;
margin-top:50px;
position:absolute;
z-index:101;
}

.cnt20 {
padding:20px;
}


.pop_drk {
background:none repeat scroll 0 0 #000000;
left:0;
position:absolute;
top:0;
width:100%;
z-index:100;
}


.lng_cls {
background:url(../i/popup_close.gif) no-repeat scroll 0 0 #666666;
height:19px;
position:absolute;
right:10px;
top:10px;
width:19px;
text-decoration:none;
}
.lng_cls:hover,.lng_cls:focus{text-decoration:none;}

.modalWindow {
background-color:#FFFFFF;
border:3px solid #000000;
display:none;
left:65px;
padding:10px;
position:absolute;
top:90px;
width:auto;
z-index:150;
}

#opaqueLayer{z-index:2; background-color:#000}

.screenReading{
left:-1000em;
position:absolute;
visibility:hidden;
}

table.altrowstable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F2F2F2;
	border: 1px solid;
	border-color: #1E1E1E;
	border-collapse: collapse;
	padding:15px 15px 10px 10px;
}
table.altrowstable a:link{
	color:#B2B2B2 !important;
	text-decoration: none;
	}
table.altrowstable th {
	border-width: 1px;
	vertical-align:bottom;
	padding: 15px;
	border-left-style:solid;
	border-color: #1E1E1E;
	/*border-style:solid;*/
	background:#2A2A2A;
	line-height: 1.7em;
	letter-spacing:0.02em;
	text-align:left;
}
table.altrowstable td {
	border-width: 1px;
	padding: 10px;
	border-left-style:solid;
	border-color: #1E1E1E;
	/*border-style: solid;*/
}

	
.oddrowcolor{
	background-color:#3C3C3C;
}
.evenrowcolor{
	background-color:#343434;
}

div.colord a:link{
	color:#F2F2F2 !important;
	text-decoration: none;
	}
div.colord a:visited{
	color:#B2C1E1 !important;
	text-decoration: none;
	}
div.colord a:hover{
	color:#B2B2B2 !important;
	text-decoration: none;
	}
div.colord a:selected{
	color:#F2F2F2 !important;
	text-decoration: none;
	}	
	
