@charset "utf-8";
/* CSS Document */

/*     	FRAMEWORK     	*/

html {background:url(../images/watermarkLeft.jpg) top left no-repeat; margin:0px; padding:0;}
body {background:url(../images/watermarkRight2.jpg) top right no-repeat; margin:0; padding:0;}


/*     	HEADER     	*/
#header {width:100%; top:0; left:0; height:160px; color:#009;}

#header ul {padding-left:340px; padding-top:10px;}
#header li {display: inline; list-style-type: none; padding-right: 0px;}

/*     	SIDEBAR     	*/
#Sidebar {position:absolute; top: 170px; left:0; width:186px; background:url(../images/sidebarbg.png) top center no-repeat; text-align: left; height: 680px; padding:22px 23px 22px 20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  color:#767676; font-size:12px; line-height:13px;}


/*     	MENU     	*/
#MainMenu {margin:10px 15px 15px 245px; /*display:none;*/}
#MainMenu li {display: inline; list-style-type: none; padding-right: 20px;}


/*     	CONTENT     	*/
#Content {margin:0px 15px 0px 235px; padding:20px; background:url(../images/80pc_white_trans.png) repeat; border:1px solid #cbcbde; -moz-box-shadow: 0px 0px 5px #b2b2b2; -webkit-box-shadow: 0px 0px 5px #b2b2b2;}
#Inset1 {width:230px; padding:10px 10px 0px 10px; float:right; background:url(../images/80pc_white_trans.png) repeat; border:1px solid #cbcbde; -moz-box-shadow: 0px 0px 5px #b2b2b2; -webkit-box-shadow: 0px 0px 5px #b2b2b2; margin:0px 0px 15px 15px; clear:both;}
#Inset2 {width:230px; padding:10px 10px 0px 10px; float:right; background:url(../images/80pc_white_trans.png) repeat; border:1px solid #cbcbde; -moz-box-shadow: 0px 0px 5px #b2b2b2; -webkit-box-shadow: 0px 0px 5px #b2b2b2; margin:0px 0px 15px 15px; clear:both;}
.VideoInset {width:300px; padding:10px 10px 10px 10px; float:right; background:url(../images/80pc_white_trans.png) repeat; border:1px solid #cbcbde; -moz-box-shadow: 0px 0px 5px #b2b2b2; -webkit-box-shadow: 0px 0px 5px #b2b2b2; margin:0px 0px 15px 15px; clear:both;}
#Inset1 .icon {padding:0px 10px 2px 0px;}
#InsetIcon {width:80px; height:71px; background:url(../images/iconFeatures.png) top left no-repeat; float:left;}
#Content td {padding:10px;}

#ContactForm input, #ContactForm textarea, #ContactForm select {padding:2px 1px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#2b2a91; font-weight:bold; font-size:13px; letter-spacing:2px; margin:2px; border:1px solid #cbcbde; -moz-box-shadow: 0px 0px 5px #b2b2b2; -webkit-box-shadow: 0px 0px 5px #b2b2b2;}
#ContactForm input:focus, #ContactForm textarea:focus {background:#EAB457; color:#fff;}
#ContactForm .Button {background:#2b2a91; border:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#fff; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:1px 2px; -moz-box-shadow: 0px 0px 3px #ababab; -webkit-box-shadow: 0px 0px 3px #ababab;}

a.red {color:#F00;}

/*     	FOOTER     	*/
#Footer {}




/*     	CLEARFIX     	*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
