/*
*******************************************************************

Title:			global.css
Browser(s): 	Safari, Firefox, IE 6 & 7

Author: 		Andy Davis 
Created: 		03.01.2008
Last modified: 	03.01.2008

*******************************************************************
*/

html, body {
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.jpg) no-repeat top center;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

p {
	font-size: 0.95em;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #aaccdc;
	text-decoration: none;
}

a.visited {
	color: #FFF;
}

h1 {
	display: block;
	width: 465px;
	height: 230px;
	text-indent: -9999px;
	background: url('../images/fishtv_logo.jpg') top left no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #FFF;
	float: left;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #FFF;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	line-height: 2.1em;
	word-spacing: 1.4px;
}

h2 span {
	color: #b5e4fa;
}

div#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

div#header_rt {
	width: 505px;
	height: 230px;
	background: url('../images/header_rt_alt.jpg') top left no-repeat;
	float: left;
}

div#mainbody {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

/*********** SUB BOXES ***********/

#sub1 {
	width: 356px;
	height: 201px;
	float: left;
	background: url(../images/home_sub_fishtv.jpg) no-repeat top left;
}

#sub2 {
	width: 315px;
	height: 201px;
	float: left;
	background: url(../images/home_sub_acc.jpg) no-repeat top left;
}

#sub3 {
	width: 298px;
	height: 201px;
	float: left;
	background: url(../images/home_sub_contact.jpg) no-repeat top left;
}

.subtext1 {
	width: 151px;
	margin-top: 55px;
	margin-left: 32px;
	line-height: 1.3em;
}

.subtext2 {
	width: 141px;
	margin-top: 55px;
	margin-left: 12px;
	line-height: 1.3em;
}

.subtext3 {
	width: 165px;
	margin-top: 55px;
	margin-left: 12px;
	line-height: 1.3em;
}

a.subBtn1 {
    display: block;
    width: 129px;
    height: 25px;
    background: url("../images/subBtn.jpg") no-repeat;
    text-decoration: none;
    float: left;
    border: none;
    padding:7px 0px 0px 25px;
    margin-top: 15px;
    clear:both;
}
 
a:hover.subBtn1 {
    background-position: -154px 0;
}

a.subBtn2 {
    display: block;
    width: 129px;
    height: 25px;
    background: url("../images/subBtn.jpg") no-repeat;
    text-decoration: none;
    float: left;
    border: none;
    padding:7px 0px 0px 25px;
    margin-top: 40px;
    clear:both;
}
 
a:hover.subBtn2 {
    background-position: -154px 0;
}

a.subBtn3 {
    display: block;
    width: 129px;
    height: 25px;
    background: url("../images/subBtn.jpg")  no-repeat;
    text-decoration: none;
    float: left;
    border: none;
    padding:7px 0px 0px 25px;
    margin-top: 53px;
    clear:both;
}
 
a:hover.subBtn3 {
    background-position: -154px 0;
}

/**********************************
*********** CART INFO *************
**********************************/

#cart_tab {
	width:255px;
	height:41px;
	position: relative;
	top:0px;
	left:155px;
	background: url(../images/checkout_topbar.jpg) no-repeat;
	z-index: 2;
}

#cart_tab_text {
	width:235px;
	height:41px;
	position: relative;
	top:11px;
	left:44px;
	font-size: 100%;
	color:#1c475d;
	font-family: Helvetica, arial, sans-serif;
}

a.viewcartBtn {
    display: block;
    width: 72px;
    height: 17px;
    background: url("../images/view_cart_tabBtn.jpg")  no-repeat;
    text-decoration: none;
    border: none;
    padding:0px;
    position: absolute;
    top: 10px;
    left: 168px;
}
 
a:hover.viewcartBtn {
    background-position: -72px 0;
}

/**********************************
************ FOOTER ***************
**********************************/

#footer {
	width: 970px;
	height: 206px;
	background: url(../images/footer_bg.jpg) no-repeat bottom;
	margin-top: 40px;
	clear: both;
}

#footer {
	width: 970px;
	height: 206px;
	background: url(../images/footer_bg.jpg) no-repeat bottom;
	margin-top: 40px;
}

#footertext {
	position: relative;
	top: 130px;
	left: 35px;
}

#footertext a {
	color: #FFF;
}

#footertext a:hover {
	color: #3d6b86;
}

.clear {
	clear:both;
}

div.success {
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 12px;
}

/******* CONTACT INFO ***********/

#contactInfo {
	width: 820px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	font-size: 1.2em;	
}

/********************************
*************FAQ*****************
*********************************/
#faq {
    padding-left: 80px;
    padding-top: 20px;
    font-size: 1.3em;
    color: #FFF;
}
#faq a {
    font-size: 1.4em;
    color: #aaccdc;
}
.faq1 {
	margin-bottom: 30px;
}

#credits {
	text-align: center;
	padding-top: 10px;
}
div.sp_box { background-color: #eaeaea; }
#sp_page_title { color: #fff; }
.sp_section_title { color: #fff; }
table#sp_cart_summary thead { background-color: #000; border: 1px solid #A7DAFA; }
table#sp_cart_summary thead th { padding: 4px; color: #fff; font-weight: bold; }
#sp_checkout a:link,
#sp_checkout a:active,
#sp_checkout a:hover,
#sp_checkout a:visited { color: #000; text-decoration: underline;}
