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

@import url(services.css);
@import url(products.css);
@import url(ie.css);

/* HTML
------------------------------- */

html {
	margin:0;
	padding:0;
}

body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#012658;
}	

/* STYLES
------------------------------- */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
}

a {	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	text-decoration:none;
}

a:hover {	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#757575;
	text-decoration:none;
}

.thumbnail {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.thumbnail:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1.0;
}


.videothumbnail {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border:1px solid #000;
}

.videothumbnail:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1.0;
	
}



li {
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	background-image:url(images/h2line.jpg);
	background-repeat:no-repeat;
	background-position:left 24px;
	padding-bottom:0;
	margin-bottom:0;

}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	background-image:url(images/h2line.jpg);
	background-repeat:no-repeat;
	background-position:left 24px;
	padding-bottom:0;
	margin-bottom:0;

}

.redtext {
	color:#F00;
	font-weight:bold;
}

/* BIG WRAPPER
------------------------------- */


#bigwrapper {
	width:980px;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
}

/* HEADER
------------------------------- */



#header {
	width:950px;
	padding:15px;
	height:75px;
	margin-top:20px;
	
}


#logo {
	width:250px;
	height:75px;
}

#topright {
	width:370px;
	height:58px;
	float:right;
	background-image:url(images/toprightbg.png);
	padding:5px 15px;
}

#google_translate_element {
	margin-right:-0px; 

}



/* MENU
------------------------------- */

#menu {
	background-image:url(images/menubg.gif);
	background-repeat:no-repeat;
	height:45px;
	width:990px;
	padding-top:0px;
	padding-left:0;
	line-height:40px;
	padding-bottom:10px;
}



#menu ul {
	margin-top:0px;
}

#bigbuttonlinks {
	height:44px;
	margin-right:-6px;
}





/* 3 TIER CONTENT
------------------------------- */

#threetier {
	background-color:#FFF;
	height:350px;
	width:980px;
	margin-top:0px;
	background:url(images/threetiertopbg.jpg) no-repeat top;
}


#firsttier {
	width:286px;
	padding:20px;
	height:300px;
	float:left;
	background:url(images/middlelinedivider.jpg) no-repeat right;
}

#secondtier {
	width:286px;
	height:300px;
	padding:20px;
	float:left;
	background:url(images/middlelinedivider.jpg) no-repeat right;
}


.featurestable {
	width:280px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

.featurestable th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#00b8c4;
	color:#fff;
	padding:5px;
}

.featurestable td {
	padding:5px;
	background-color:#eeeeee;
	border-bottom:1px dotted #cecece;
	font-size:11px;
	font-weight:bold;
}



#thirdtier {
	width:284px;
	height:300px;
	padding:20px;
	float:right;
}

.welcome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:23px;
}

#threetier li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-top:4px;
}

.managedimage {
	margin-top:-10px;
}

.managedlink {
	font-size:10px;
	line-height:14px;
}
	


/* TEASER
------------------------------- */

#teaser {
	width:980px;
	background:url(images/teaserbg.jpg) repeat-x;
	height:49px;
	padding-top:10px;
	margin-left:1px;
	
}

#teaser p {
	margin:0;
	padding:0;
}

#signuplive {
	margin-left:690px;
	margin-top:0px;
}


/* CONTACT INFO
------------------------------- */

#contact {
	height:100px;
	width:940px;
	background:url(images/contactbg.png) no-repeat top;
	margin-top:0;
	padding: 20px;
}

#contact p {
	color:#999;
	font-size:11px;
	margin-bottom:0;
}

#contact a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

#contact a:hover {
	color:#cecece;
}

#contact1 {
	width:330px;
	float:left;
}

#contact2 {
	width:250px;
	float:left;
}

#contact3 {
	width:150px;
	float:left;
}

#contact4 {
	width:150px;
	float:right;
}

/* COPYRIGHT
------------------------------- */

#copyright {
	width: 600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}

#copyright p {
	margin-bottom:0;
	margin:0;
	color:#d9d9d9;
}

.copyrighttext {
	color:#d9d9d9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#copyright a {
	font-size:11px;
	font-weight:bold;
	color:#169bdc;
}

#copyright a:hover {
	color:#1b80b1;
}



/* OTHER PAGES
------------------------------- */

#privacywrapper {
	background-color:#FFF;
	min-height:1400px;
	width:920px;
	margin-top:0px;
	padding:1px 30px 50px 30px;
}

#privacywrapper h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	background-image:url(images/h2line.jpg);
	background-repeat:no-repeat;
	background-position:left 24px;
	padding-bottom:0;
	margin-bottom:0;

}

#disclosurewrapper {
	background-color:#FFF;
	min-height:1400px;
	width:920px;
	margin-top:0px;
	padding:1px 30px 50px 30px;
}

#disclosurewrapper h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	background-image:url(images/h2line.jpg);
	background-repeat:no-repeat;
	background-position:left 24px;
	padding-bottom:0;
	margin-bottom:0;

}

#aboutwrapper {
	background-color:#FFF;
	min-height:200px;
	width:920px;
	margin-top:0px;
	padding:0px 30px 50px 30px;
}



#supportwrapper {
	background-color:#FFF;
	min-height:200px;
	width:940px;
	margin-top:0px;
	padding:5px 20px 50px 20px;
}

#supportsystem {
	margin-left:auto;
	margin-right:auto;
	width:330px;
	height:150px;
	background-image:url(images/supportsystembg.jpg);
	background-repeat:no-repeat;	
	padding-left:180px;
	padding-top:75px;

}

#memberswrapper {
	background-color:#FFF;
	min-height:800px;
	width:920px;
	margin-top:0px;
	padding:30px 30px 50px 30px;
}


#membersmenu {
	background-image: url(images/membersmenu.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:250px;
	padding: 35px 15px 15px 20px;
}



#membersmenu p {
	line-height:24px;
}

#membersmenu a {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
}

#membersmenu a:hover {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
}

.faqitems {
	width:850px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	height:auto;
	padding:10px; 
	background: #e4e4e4; 
	display:none;
}