﻿body, img, ul, li, form, fieldset, label, caption, h1, h2, h3, h4, ul, ol, li, p, a, img, span 
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0;
	border-bottom-style:none;
}
html 
{
	overflow-y:scroll;
}
img
{
	display:block;
}

body 
{
	background-image:url(images/bgx2.jpg);
	background-repeat:repeat;
	font-family:Arial;
}
/*main wrapper */
.pageWrap
{
	width:800px;
	overflow:hidden;
	margin:0px auto;
	padding-top:12px
}
	
/*wrap for main window shadoes */
.contentWrap
{
	width:800px;
	margin:auto;
}
.contentWrap .topBorder
{
	background-image:url(images/top_border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	width:796px;
	height:10px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/top_border.png');
	overflow:hidden;
}
.contentWrap .btmBorder
{
	float:left;
	background-image:url(images/btm_border.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:796px;
	height:12px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/btm_border.png');
	overflow:hidden;
}
.contentWrap .sideBorder
{
	float:left;
	width:796px;
	padding-top:0px;
	padding-right:0px;
	background-image:url(images/side_shadow.png);
	background-position:top left;
	background-repeat:repeat-y;
	_background-image:none; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='images/side_shadow.png');
}
.contentWrap .mainSection  
{
	clear:both;
	background:#ffffff;
	margin:auto;
	width:780px;
	overflow:hidden;
	padding:0 0px;
}
	
	
/*header section */
.header
{
width:100%
}
.header .topLogo
{
	float:left;
	background-image:url(images/pagetop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:780px;
	height:85px;
}
.header .nav
{
	padding-left:5px;
	height:36px;
}

.header .nav a
{
	color:Black;
	font-family:Arial;
	font-size:14;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	display:block;
	float:left;
	background-image:url(images/button_dual.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:140px;
	padding-top:12px;
	padding-right:14px;

}
.header .nav .on
{
	color:white;
	font-family:Arial;
	font-size:14;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	cursor:default;
	display:block;
	float:left;
	text-decoration:none;
	background-image:url(images/button_black.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:24px;
	width:140px;
	padding-top:12px;
	padding-right:14px;
	
}

.header .nav a:hover
{
	color:black;
	background-position:0 -36px;
}

/*main page area, under the nav bar*/
.main
{
	color:White;
	width:778px;
	padding-top:0px;
	padding-left:3px;

	
}	
.main .topBorder
{
	padding:0px;
	background-image:url(images/main_top_border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	width:774px;
	height:10px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/main_top_border.png');
	overflow:hidden;
}
.main .btmBorder
{
	float:left;
	background-image:url(images/main_btm_border.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:774px;
	height:12px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/main_btm_border.png');
	overflow:hidden;
}
.main .sideBorder
{
	float:left;
	width:774px;
	background-image:url(images/main_side_shadow.png);
	background-position:top left;
	background-repeat:repeat-y;
	_background-image:none; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='images/main_side_shadow.png');
}
.main .page
{
	clear:both;
	background-color:#3F3C49;
	padding:0 0 0 0;
	width:758px;
	margin:auto;
	padding-bottom:100px;
	overflow:hidden;
	background-image:url(images/bg_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.main .page .desc
{
	text-align:right;
	font-size:.8em;
	padding-top:0px;
	padding-bottom:4px !important;
	padding-bottom:1px;
	padding-left:8px;
	padding-right:8px;
	height:84px !important;
	height:87px; 
	float:right;	
	margin-top:0px;
	border-top:0px;
	width:358px;
	background-color:#605783;
}

/*main content */
.main .page .content
{
	clear:both;
}

/*boxes*/
.cornerLight
{
	background-image:url('images/corner_light.jpg');
	background-position:right bottom;
	background-repeat:no-repeat
}
.cornerDim
{
	background-image:url('images/corner_dim.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
}
.boxLight
{
	background-color:#ECEAF1;	
	color:Black;
}
.boxLilac
{
	background-color:#D0CCE3;	
	color:Black;
}
.boxLavender
{
	background-color:#A9A0CB;
	color:Black;
}
.boxPurple
{
	background-color:#605783;
	color:White;
}
.boxDim
{
	background-color:#56535E;
	color:White;
}
.titleBox
{
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	font-size:.9em;
	font-weight:bold;
	text-indent:1px;
}
.square
{
	width:1.25em;
	height:1.25em;
	
}
.textBox
{
	padding-top:12px;
	padding-left:24px;
	padding-right:12px;
	padding-bottom:12px;
	display:block;
}
.pointNine
{
	font-size:.9em;
}
.pointEight
{
	font-size:.8em;
}
.pointSeven
{
	font-size:.75em;
}
.one
{
	font-size:1em;
}

.textBox ul
{
	list-style-type:none;
}
.textBox li
{
	margin-top:.5em;
	padding-left:10px;
	background:url('images/bullet.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
.fR
{
	float:right;
}
.fL
{
	float:left;
}
.cR
{
	clear:right;
}
.cL
{
	clear:left;
}
.cB
{
	clear:both;
}
.spacer
{
	height:26px;
	clear:both;
}	
.bigSpacer
{
	height:120px;
	clear:both;
}	

.smallSpacer
{
	height:10px;
	clear:both;
}	
.emptySpacer
{
	clear:both;
}
/* bottom thing */
.bottomThing
{
	font-size:small;
	float:left;
	width:800px;
	margin: 0;
	clear:left;
	text-align:center;
}
.loadBox
{
	top:0;
	left:0;
	z-index:1;
}
.blank
{
}

.ad a
{
	background-image:url('images/launchspecial.png');
	background-repeat:no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/launchspecial.png');
	display:block;
	width:530px;
	height:120px;
	padding-bottom:10px;
	cursor:pointer;
}

.ad a:hover	
{
	
	background-image:url('images/launchspecial_on.png');
	background-repeat:no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/launchspecial_on.png');
	cursor:pointer;
	display:block;
	width:530px;
	height:120px;	
}	
	
