*
{
	margin: 0;
	padding: 0;
}

html
{

}

body
{
	/* default font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	
	/* insert background image or color */
	/*background: #fff url('') repeat-x top left;	/* repeat left to right starting top left */
	/*background: #fff url('') repeat-y top left; /* repeat top to bottom starting top left */
	background: #dddddd url('images/body_bg.gif') repeat; /* no repeat top center */
	/*background-color: #dddddd;			/* no image - just set color */
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

#wrap
{
	/* Default wrapper */
}

#main_page_wrapper
{
	/* adjust main page width here */
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

#keys
{
	/* place this at top and/or bottom
	   of page to place 3 dynamic and 
	   relevant keywords for specific 
	   pages */
	width: 782px;
	margin: 0 auto;
	padding: 5px 0px;
}

#keys p
{
	text-align: center;
}

#toplinks
{
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-right: 25px;
}

#toplinks a
{
	margin: 0;
	padding: 5px;
	text-decoration: underline;
	color: #fff;
	/*background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;*/
}

#toplinks a:hover
{
	margin: 0;
	padding: 5px;
	/*padding-left: 4px;*/
	text-decoration: none;
	/*border-bottom: 2px solid #000;
	border-left: 2px solid #000;*/
}

#header
{
	background: #fff url('images/bg.jpg') no-repeat top left;	/* adjust url if using img as background */
	width: 100%;								
	height: 140px;								/* adjust to img height */
}

/* ***** MENU ***** */

#menu
{
	position: relative;
	width: 100%;
	height: 30px;
	left: 0px;	/* how far to move away from left side */
	/*float: left 	/* float this or add float to classes */
	background: url('images/menu_bg_red.gif') repeat-x top left;  /* set background img - set as hover img if using dynamic imgs */
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 130px;							/* button width */
	height: 30px;							/* button height */
	float:left;
	text-align: center;
	background: url('images/menu_bg.gif') repeat-x top left;  /* set background img - set as hover img if using dynamic imgs */
}

#menu a
{
	display: block;
	padding: 7px 5px;
	color: #fff;
	background: url('images/menu_bg.gif') repeat-x top left;	/* set background img - set as standard img if using seperate hover img */
	text-decoration: none;

	font: bold 11px/15px arial, helvetica, sans-serif;		/* may need to adjust font size for menu to line up properly vertically */
}

#menu a:hover
{
	padding: 7px 5px;
	margin: 0px 0px;						/* adjust margin(space between buttons)
									   first field is top/bottom, second field is left/right */
	color: #555;
	background: url('images/menu_bg_on.gif') repeat-x top left;	/* set background img - set as hover img if using dynamic imgs */
	text-decoration: none;
		
	font: bold 11px/15px arial, helvetica, sans-serif;
}

#red a
{
	width: 140px;
	display: block;
	padding: 7px 5px;
	color: #fff;
	background: url('images/menu_bg_red.gif') repeat-x top left;	/* set background img - set as standard img if using seperate hover img */
	text-decoration: none;

	font: bold 11px/15px arial, helvetica, sans-serif;		/* may need to adjust font size for menu to line up properly vertically */
}

#red a:hover 
{
	padding: 7px 5px;
	margin: 0px 0px;						/* adjust margin(space between buttons)
									   first field is top/bottom, second field is left/right */
	color: #555;
	background: url('images/menu_bg_red_on.gif') repeat-x top left;	/* set background img - set as hover img if using dynamic imgs */
	text-decoration: none;
		
	font: bold 11px/15px arial, helvetica, sans-serif;
}

#browse
{
	/*position: relative;*/
	/*left: 0px;*/
	padding: 5px 0px;
}

#browse ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#browse ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 1px;
}

#browse ul li a
{
	display: block;
	text-align: center;
	color: #4a7a93;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	
	width: 12px;
	height: 12px;
	
	border: 1px solid #d2e6f1;
	background-color: #fff;
	
	font: bold 10px arial, helvetica, sans-serif;
}

#browse ul li a:hover
{
	color: #fff;
	text-decoration: none;
	border: 1px solid #686868;
	background-color: #a3a3a3;
	
	font: bold 10px arial, helvetica, sans-serif;
}

#browse li#active a
{
	color: #fff;
	text-decoration: none;
	border: 1px solid #686868;
	background-color: #a3a3a3;
		
	font: bold 10px arial, helvetica, sans-serif;
}

#filelist ul
{
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#filelist ul li a
{
	color: #4a7a93;
	font: bold 11px arial, helvetica, sans-serif;
	text-decoration: none;
}

#filelist ul li a:hover
{
	color: #cb0000;
	font: bold 11px arial, helvetica, sans-serif;
	text-decoration: underline;
}

#download_box
{
	width: 250px;
	padding: 0px 20px;
	padding-bottom: 10px;
	/*border: 1px solid #a4d170;*/
	margin: 0 auto;
	float: right;
}

#download_box h3
{
	font: bold 11px arial, helvetica, sans-serif;
	text-align: center;
	color: #c30000;
}

#repair_footer div#download_box h3
{
	font: bold 11px arial, helvetica, sans-serif;
	text-align: center;
	color: #c30000;
}

#download_box p
{
	font: 11px arial, helvetica, sans-serif;
	text-align: center;
}

#repair_header
{
	background: #fff url('/images/repair_bg.jpg') repeat;
	border: 1px solid #4a7a93;
	border-bottom: 0;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#content div#repair_header h1
{
	color: #c30000;
}

#repair_info
{
	border: 1px solid #4a7a93;
	border-top: 0px;
	border-bottom: 0px;
	padding: 20px;
	padding-bottom: 0;
}

#repair_info h3
{
	color: #4a7a93;
}

#repair_footer
{
	border: 1px solid #4a7a93;
	border-top: 0px;
	padding: 0px;
	padding-left: 20px;
	height: 165px;
}

#repair_footer h3
{
	color: #4a7a93;
}

#dropshadow
{
	position: relative;
	top: -5px;
	background: #fff url('/images/dropshadow.jpg') no-repeat;
	width: 750px;
	height: 31px;
	clear: both;
}

#help
{
	padding: 0px 30px;
}

#help p
{

}

#feature
{
	float: right;
	width: 327px;
	height: 350px;
	margin-left: 25px;
}

#feature_top
{
	width: 327px;
	height: 55px;
	background: #fff url('/images/feature_bg_top.jpg') no-repeat;
}

#feature_top h2
{
	text-align: center;
	color: #fff;
	padding-top: 20px;
}

#feature_bottom
{	
	width: 327px;
	height: 295px;
	background: #fff url('/images/feature_bg_bottom.jpg') no-repeat;
}

#feature_bottom h3
{
	padding: 10px;
}

#feature_bottom p
{
	padding: 10px;
}

#feature_txt
{
	padding: 15px;
}

#stop_adv th
{
	background-color: #4a7a93;
	color: #fff;
	padding: 5px;
	margin: 0px;
}

#stop_adv td
{
	border: 1px solid #4a7a93;
	padding: 5px;
	margin: 0px;
}

#adv_trouble
{
	border: 1px solid #c30000;
	padding: 25px;
}

#content div#adv_trouble h3
{
	font-size: 14px;
	font-weight: bold;
}

.heading3
{
	font-size: 14px;
	font-weight: bold;
}



#content
{
	padding: 15px 25px;
}

#content h1
{
	color: #c30000;
	padding: 5px 0px;
}

#content h3
{
	padding: 5px 0px;
}

#content p
{
	margin: 0px;
	padding: 5px 0px;
}

#content li
{
	padding: 2px 0px;
	margin-left: 35px;
}

#content a
{
	color: #c30000;			/* adjust link color */
	text-decoration: underline;		/* adjust link decoration */
}

#content a:hover
{
	color: #c30000;			/* adjust link color */
	text-decoration: none;	/* adjust link decoration */
}

#footer
{
	height: 30px;
	text-align: center;
	background-color: #ddd;
	padding: 0px;
	background: url('images/menu_bg.gif') repeat-x top left;
}

#footer p
{
	color: #fff;
	font-weight: bold;
	padding-top: 7px;
}

#footer a
{
	color: #fff;			/* adjust link color */
	text-decoration: underline;	/* adjust link decoration */
}

#footer a:hover
{
	color: #fff;			/* adjust link color */
	text-decoration: none;	/* adjust link decoration */
}


/* ***** BORDERS ***** */

/* Set Border Colors */
.bT
{
	border-top: 1px solid #4a7a93;
}
.bB
{
	border-bottom: 1px solid #4a7a93;
}
.bL
{
	border-left: 1px solid #4a7a93;
}
.bR
{
	border-right: 1px solid #4a7a93;
}

.bALL
{
	border: 1px solid #4a7a93;
}


/* ***** ADJUSTMENTS ***** */

.clearboth
{
	clear: both;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.adjust_pos_R3
{
	position: relative;
	left: 3px;
}

.adjust_pos_R6
{
	position: relative;
	left: 6px;
}

.adjust_pos_R
{
	position: relative;
}

.adjust_text_left
{
	text-align: left;
}

.adjust_text_right
{
	text-align: right;
}

.adjust_text_center
{
	text-align: center;
}

.adjust_text_justify
{
	text-align: justify;
}

.adjust_width400
{
	/* example - create for any size and include in class */
	width: 400px;
}

.adjust_background_red
{
	/* example */
	background-color: red;
}

.adjust_margin_center
{
	margin: 0 auto;
}

.adjust_margin_left25
{
	/* example */
	margin-left: 25px;
}

.adjust_color_DB
{
	color: #4a7a93;
}

div#content .adjust_color_DB
{
	color: #4a7a93;
}

.adjust_color_red
{
	color: red;
}

.adjust_color_green
{
	color: green;
}