html, body { height:100%; }
html {overflow-y: scroll;}


/*
RESET
*/
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,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;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}


/*
LAYOUT
*/
body {}
		body {
			width:950px;
			margin:0 auto;
			}
#header {}
		#header	{
			width:100%;
			height:50px;
			position:relative;
			border-bottom:4px solid #CC3300;
			}
		#header #logo {
			position:absolute;
			left:0;
			bottom:10px;
			}
		#header #monsterlogo {
			position:absolute;
			right:0;
			bottom:8px;
			}

#headline {}
		#headline {
			margin:12px 0 13px;
			text-align:center;			
			}
		#headline h1 {
			margin:0;
			font-size:36px;
			line-height:36px;
			font-weight:bold;
			letter-spacing:-1px;
			color:#000;
			margin-bottom:4px;
			}
		#headline h2 {
			margin:0;
			font-size:18px;
			line-height:18px;
			font-weight:normal;
			color:#666;
			}
			
#tabs {}
		#tabs {
			height:62px;
			border-bottom-width:10px;
			border-bottom-style:solid;
			margin-bottom:20px;
			}
		#tabs ul { margin:0; }
		#tabs li { border-bottom:2px solid #FFF; background-image:url(images/tabs.png); }	
		#tabs a { border-bottom:0; }
			
		.tab-a #tabs, .tab-a #tabs li.a { border-bottom-color:#CC3300;	}
		#tabs li.a { background-color:#CC3300; background-position:top center; }
		#tabs li.a:hover { background-position:bottom center; }
		.tab-a #tabs li.a:hover { background-position:top center; }
		#tabs li.a h4 { color:#F5D6CC; }
		
		.tab-b #tabs, .tab-b #tabs li.b { border-bottom-color:#007F56;	}
		#tabs li.b { background-color:#007F56; background-position:top left; }
		#tabs li.b:hover { background-position:bottom left; }
		.tab-b #tabs li.b:hover { background-position:top left; }
		#tabs li.b h4 { color:#CCE5DD; }
		
		.tab-c #tabs, .tab-c #tabs li.c { border-bottom-color:#FF5319;	}		
		#tabs li.c { background-color:#FF5319; background-position:top right; }
		#tabs li.c:hover { background-position:bottom right; }
		.tab-c #tabs li.c:hover { background-position:top right; }
		#tabs li.c h4 { color:#FFC6B3; }	
	
		#tabs li:hover {
			cursor:pointer;
			}

		
		#tabs li {
			display:block;
			float:left;
			}
		#tabs li {
			position:relative;
			width:310px;
			height:60px;
			text-align:center;
			margin-right:10px;
			}
		#tabs li.last {
			margin-right:0;
			}			
		#tabs li h3 {
			font-size:20px;
			font-weight:bold;
			margin:0;
			}
		#tabs li h3 a {
			position:absolute;
			top:0;
			left:0;
			display:block;
			width:100%;
			height:60px;
			line-height:28px;
			text-decoration:none;
			color:#FFF;
			background:url(images/trans.gif);
			z-index:500;
			}
		#tabs li h4 {
			position:absolute;
			top:26px;
			left:0;
			display:block;
			width:100%;			
			color:#FFF;
			font-weight:normal;
			font-size:13px;
			line-height:13px;
			margin:0;
			}
		
			
#main {}
		#main {
			width:675px;
			float:right;
			padding-left:25px;
			background:url(images/sep.gif) left repeat-y;
			margin-bottom:40px;
			}
#side {}			
		#side {
			width:235px;
			float:left;
			margin-bottom:40px;
			zfont-size:12px;
			zline-height:18px;
			}
		#side h2 {
			font-size:18px;
			margin-bottom:10px;
			}
	
#footer {}
		#footer {	
			width:100%;
			clear:both;
			padding-top:10px;
			margin-bottom:20px;
			font-size:12px;
			text-align:center;
			border-top:1px solid #CCC;
			}
		#footer, #footer a,#footer b  {
			color:#666;
			}	
		#footer a {
			border-bottom:0;
			}	

	
/*
STYLE
*/
body {
	font-family:Arial, Helvetica,  sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
	}
a:link {
	
	}
a:visited {
	
	
	}
a:link {
	color:#1434CB;
	}
a:visited {
	color:#543484;
	}		
a:hover {
	color:#FF5319;
	text-decoration:none;
	}

/*a:hover {
	text-decoration:none;
	}*/
b, strong { color:#000; font-weight:bold; }
em { font-style: italic; }
h1,h2,h3 {
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	}
p, ol, ul {
	margin-bottom:12px;
	}
.last {
	margin-bottom:0;
	}
.mute {
	color:#666;
	}	
h1 {
	font-size:28px;
	line-height:36px;
	margin:-6px 0 6px;
	font-weight:normal;
	}
.tab-a h1 { color:#CC3300; }	
.tab-b h1 { color:#007F56; }	
.tab-c h1 { color:#FF5319; }	
h2 {
	font-size:18px;
	margin-bottom:12px;	
	}
#main h2, #side h2 {
	position:relative;
	top:2px;	
	}
	
h3 {
	font-size:14px;
	margin-bottom:12px;	
	}
h4 {
	font-size:13px;
	margin-bottom:12px;	
	}		
h5 {
	font-size:12px;
	margin-bottom:12px;	
	}
ul {
	margin-left:40px;
	list-style:square;
	}		
ol {
	margin-left:40px;
	list-style:decimal;
	}
#side ul {
	margin-left:14px;
	list-style:square;
	}			
li.selected a, li.selected a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	border-bottom:0;
	}
		

.img-right, .alignright {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	}
.img-left, .alignleft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	}	
.border {
	border:1px solid #CCC;
	}	
.caption {
	text-align:center;
	font-size:12px;
	color:#666;
	padding-top:4px;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	line-height:15px;
	}

.form {
	}
.form table {
	border-collapse:collapse;
	background:#DDD;
	border:5px solid #DDD;

	}
.form td {
	padding:5px;
	}	
#side ul.subnav {
	margin-left:0px;
	list-style:none;
	margin-bottom:18px;
	padding-left:10px;
		text-indent: -10px;
	
	}
#side ul.subnav li {
	margin-bottom:6px;
	line-height:1.2;
	}
#side ul.subnav li:before {
	content: "\00BB \0020";
	}
#side ul.subnav a {	
	}
.video {
	margin-bottom:18px;
	}	
	
.feature {
	background:#D9ECE6; border:1px solid #7FBFAA; padding:10px 10px 10px 10px; margin:20px 0 20px;
	}

.button_wrapper {
	height:24px;
	padding-bottom:8px;
	margin:0;
	}
a.button, a.button span {
	display:block;
	float:left;
	line-height:24px;
	height:24px;
	}
a.button {
	background:transparent url(images/button2.gif) left top no-repeat;
	color:#FFF;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
	padding-left:20px;	
	}
a.button span {
	background:transparent url(images/button2.gif) right top no-repeat;
	color:#FFF;
	line-height:20px;
	padding-right:20px;
	}
a.button:hover {
	background-position:left bottom;
	cursor:pointer;
	}	
a.button:hover span {
	background-position:right bottom;
	cursor:pointer;
	}		
	
.ticklist {
	list-style:none;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	}
.ticklist li {
	background:url(images/tick.gif) left center no-repeat;
	padding:3px 0px 3px 30px;;
	
	}
