/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#6baedf;
}
a:hover {
	color:#6baedf;
	text-decoration : underline;
}

h1, body, h2, h3, h4, h5, h6, p, img, div, ul, li {
	padding:0;
	margin:0;
}

body {
	vertical-align:top;
	background-color:#6baedf;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 31px;
	color: #233571;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 25px;
	color: #233571;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #233571;
	padding:0 0 3px 0;
	font-style: normal;
	font-weight: normal;
}

#wrapper {
	width:1042px;
	height:auto;
	margin:0 auto 0 auto;
	position: relative;
}

#container {
	width:1024px;
	height:auto;
	margin:30px 0;
	padding:0 9px 20px 9px;
	background: url(../g_images/shadow.gif) bottom no-repeat;
	overflow:hidden;
}
#ribbon {
	position: absolute;
	right: -2px;
	top: -12px;
	z-index: 10;
}
#ribbon a, #ribbon img {
	text-decoration: none;
	border:0px;
}
/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:1024px;
	height:81px;
    background: url(../g_images/header.jpg) no-repeat;
}

.logo {
	display:block;
	float:left;
}

#links {
	width:500px;
	padding:25px 150px 0 0;
	float:right;
	text-align:right;
}

#links img {
	float:right;
	display:block;
	position:relative;
	z-index: 12;
}

#links p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #6baedf;
	padding:5px 0 0 0;
	font-style: normal;
	font-weight: normal;
	position:relative;
	z-index: 12;
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:993px;
	height:48px;
	background: url(../g_images/nav.gif) no-repeat;
	padding:1px 0 13px 31px;
}

#nav ul {
	padding:0;
	margin:0;
	width:993px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 12px;
	margin:0;
	position: relative;
	z-index:12;
}

#nav ul li a {
    float:left; 
    padding:12px 13px 0 13px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6ccff6;
	font-weight: normal;
	text-decoration: none;
	border-right:1px solid #233571;
	position:relative;
	z-index: 12;
	} 

#nav #active { 
	text-decoration: none;
	background: url(../g_images/nav_on.gif) repeat-x;
	color:#FFFFFF;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	color:#FFFFFF;
	}
/*--------------------------------------------------------------------------------------------------
	horizontal kit navigation
--------------------------------------------------------------------------------------------------*/

#nav2 {
	width:412px;
	height:34px;
	background: url(../g_images/nav2.gif) no-repeat;
	padding:1px 0 13px 12px;
	float:right;
}

#nav2 ul {
	padding:0;
	margin:0;
	width:412px;
}

#nav2 ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 9px;
	margin:0;
}

#nav2 ul li a {
    float:left; 
    padding:9px 10px 0 10px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6ccff6;
	font-weight: bold;
	text-decoration: none;
	border-right:1px solid #233571;
	} 

#nav2 #current { 
	text-decoration: none;
	background: url(../g_images/nav2_on.gif) repeat-x;
	color:#FFFFFF;
	}
	
#nav2 ul li a:hover {  
	text-decoration: none;
	color:#FFFFFF;
	}
/*--------------------------------------------------------------------------------------------------
	slide show
--------------------------------------------------------------------------------------------------*/

#slideshow {
    position:relative;
    height:245px;
	width:1024px;
	padding:0 0 13px 0;
	margin:0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:15px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#mainimage {
	width:1024px;
	height:245px;
	padding:0 0 13px 0;
    background: url(../g_images/mainimage.jpg) top center no-repeat;
}

#leftcontainer {
	width:694px;
	padding:0 0 25px 15px;
	background: url(../g_images/leftbottom.gif) bottom right no-repeat;
	text-align:left;
	overflow:hidden;

}

#leftcontent {
	width:634px;
	min-height:550px;
	padding:20px 30px 0 30px;
	background: url(../g_images/lefttop.gif) top no-repeat;
	overflow:hidden;
}
/* mac hide \*/
* html #leftcontent{height:550px}
/* end hide */

.introcopy {
	padding:0 0 10px 0;
	font-size:14px;
	line-height:18px;
}

#movie {
	width:250px;
	padding:0 0 0 15px;
	float:right;
}

.buynow {
	float:left;
	padding:5px 0 0 0;
	display:block;
}

#testimonials {
	width:634px;
	padding:15px 0 0 0;
	margin: 0 auto;
	overflow:hidden;
}

#quotes {
	width:594px;
	padding:15px 20px 0 20px;
	background: url(../g_images/testimonials.gif) top no-repeat;
}

#quotes ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4e4945;
	font-style: italic;
	font-weight: normal;
}

#quotes li { 
	background: url(../g_images/quote.gif) left top no-repeat;
	padding:0 0 8px 26px;
	margin:0 0 8px 0;
	border-bottom:1px dashed #cdcee8;
}

.quotee {
	font-style: normal;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------
	right content
--------------------------------------------------------------------------------------------------*/

#rightcontainer {
	width:285px;
	float:left;
	padding:0 0 0 15px;
	text-align:left;
}
#rightcontainer a, #rightcontainer a:visited{
	color: #3840de;
}
.column2 {
	width:235px;
	height:123px;
	padding:15px 25px 0 25px;
	margin:0 0 15px 0;
	background: url(../g_images/column.gif) top no-repeat;
	overflow:hidden;
}

.column2 p {
	color: #233571;
	padding:5px 0 2px 0;
	font-weight: bold;
}
.column {
	width:285px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background: url(../g_images/columnbottom.gif) bottom no-repeat;
	overflow:hidden;
}

.columncopy {
	width:235px;
	padding:15px 25px 10px 25px;
	background: url(../g_images/columntop.gif) top no-repeat;
	overflow:hidden;
}

.columncopy p {
	color: #233571;
	padding:5px 0 2px 0;
	font-weight: bold;
}

.submit {
	float:left;
	padding:10px 0 0 0;
	display:block;
}

.complete {
	padding:10px 15px 5px 15px;
	background: url(../g_images/quotetop.gif) top no-repeat;
	line-height:14px;
}

.quotecopy {
	width:235px;
	padding:5px 25px 10px 25px;
	background: url(../g_images/quotecopy.gif) top no-repeat;
	overflow:hidden;
}

.quotecopy p {
	color: #233571;
	padding:5px 0 2px 0;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#subimage {
	width:1024px;
	height:110px;
	padding:0 0 13px 0;
}

.about {
    background: url(../g_images/subhead_about.jpg) top center no-repeat;
}

.buy {
    background: url(../g_images/subhead_buy.jpg) top center no-repeat;
}

.service {
    background: url(../g_images/subhead_service.jpg) top center no-repeat;
}

.tutorials {
    background: url(../g_images/subhead_tutorials.jpg) top center no-repeat;
}

.gift {
    background: url(../g_images/subhead_gift.jpg) top center no-repeat;
}

.wish {
    background: url(../g_images/subhead_wish.jpg) top center no-repeat;
}

.returns {
    background: url(../g_images/subhead_returns.jpg) top center no-repeat;
}

.FAQs {
    background: url(../g_images/subhead_FAQs.jpg) top center no-repeat;
}

.affiliates {
    background: url(../g_images/subhead_affiliates.jpg) top center no-repeat;
}



ul.bullets { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin:0;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}

li.bullets { 
	background: url(../g_images/bullet.gif) left top no-repeat;
	padding: 0 0 3px 7px;
}

.imageright {
	padding:5px;
	float:right;
	display:inline;
	margin:0 0 10px 10px;
	border:1px solid #6baedf;	
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:3px solid #808284;
	background-image: url(../g_g_images/form.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #6baedf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background: #569fd3 url(../g_images/button.gif) right center no-repeat;
border: 1px solid #00467f;
padding: 3px 15px 3px 10px;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}

.cssbutton:hover{
background: #569fd3 url(../g_images/button2.gif) right center no-repeat;
background-color: #00467f;
padding: 3px 15px 3px 10px;
text-decoration: none;
color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width:994px;
	height:auto;
	margin:20px 0 0 0;
	padding:0 24px 0 24px;
	overflow:hidden;
}

#footerleft {
	width:644px;
	text-align:left;
	float:left;
	border-top:1px solid #9fcced;
}

#footerright {
	width:350px;
	text-align:right;
	float:right;
	border-top:1px solid #9fcced;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color:#5394cf;
	padding:10px 0 10px 0;
}

.snipe {
	color:#233571;
}
a.navlink:link {color: #233571; text-decoration: none;}
a.navlink:active {color: #233571; text-decoration: none;}
a.navlink:visited {color: #233571; text-decoration: none;}
a.navlink:hover {color: #233571; text-decoration: underline;}

a.gecko:link {color: #5394cf; text-decoration: none;}
a.gecko:active {color: #5394cf; text-decoration: none;}
a.gecko:visited {color: #5394cf; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
#news a {
	font-size: 1.4em;
	color: #354ecf;
}
#news td {
	padding-top: 4px;
}
#news table img {
	display: none;
}
h2.news {
	background: url('/skins/Skin_1/images/newsIcon.png') no-repeat;
	padding: 10px 65px;
}
#news {
	width:634px;
	padding:3px 0 0 0;
	margin: 0 auto;
	overflow:hidden;
}
.homeLeft {
	width:634px;
	min-height:550px;
	padding:0px 30px 0 30px;
	background: url(../g_images/lefttop.gif) top no-repeat;
	overflow:hidden;
}
/* mac hide \*/
* html .homeLeft{height:550px}
/* end hide */
