/* T H E F I Z Z . T V

DAVID@NOTTHATTHIS.COM | CREATED:JAN 20, 2007 | UPDATED:JAN 23, 2007

*/
img, #bubbles, #header, #mainfooter, #tbot { behavior: url(iepngfix.htc); }

* {
 padding: 0;
 margin: 0; border: 0;
}

a { 
	color: #5abdda;
	/* border-bottom: 1px dotted #5abdda;
	padding-bottom: 0px;
	padding-right: 1px;
	padding-left: 1px;*/
	text-decoration: none;
}
a:visited { 
	color: #5abdda; 
}
a:hover { 
	color: #ffffff; 
	text-decoration:underline;
	/*border-bottom: 1px solid #fffff;
	padding-bottom: 0px;
	 background-color: #19373f;*/
}


body {
 	color: #3b7f92;
	background: url(images/bg.gif) repeat;
	font: normal 12px/1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	
}

h1 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

hr {
    height:2px;
    background:#3a3a3a;
    margin-left:4px;
    margin-right:20px;
    margin-top:0px;
    margin-bottom:0px;
	border-top: 1px solid #171717;
	border-bottom-color: #272727;
	border-bottom-width: 1px;
}
#wrapper {
 	width: 1084px;
	margin: 0 auto;
}

#mainheader {
 	margin: 0;
 	height: 137px;
	background: url(images/fizz_header_trans.png);
}

#leftside {
	float:  left; 
	width: 102px;
	background: url(images/leftshadow.png) repeat-y right top;
}

#main {

}

#navbar {
	background: url(images/mainbg2.png) repeat-y center top;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 18px;
}
#maincontent {
	margin-left: 102px;
	/* padding: 10px 18px; */
	background: url(images/mainbg3.png) repeat-y center top;
	width: 976px;
	
}
* html #leftside #maincontent {height:300px} /* IE Min-Height Hack */ 

#mainfooter {
    clear: both;
 	margin: 0;
 	padding: 10px 18px;
	background: url(images/footerbg.png) no-repeat 94px 0px;
	text-align: center;
	color: #5abdda;
}

#nav {
	font-size: 12px;
	color: #5abdda;
	font-weight: bold;
	float: left;
	position: relative;
	top: 100px;
	left: 265px;
	margin-right: 26px;
	vertical-align: bottom;
}

#nav hover { 
	color: #aaddff; 
	border-bottom: 1px solid #fffff;
	padding-bottom: 0px;
	background-color: #19373f;
}

#navactive {
	color: #ffffff;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
/* section top for bevel */

#ttop {
	height:17px;
	background: url(images/t_top.png) no-repeat;
}
#tmid {
	color: #ffffff;
	background: url(images/t_mid.png) repeat-y;
	padding-left: 12px;
	padding-right: 28px;
}
#tbot {
	height: 10px;
	background: url(images/t_bottom.png) no-repeat;
}

#feature {
	font-size: 11px;
	line-height: 1.3em;
	padding: 7px;
}
#subfeature {
	font-size: 11px;
	line-height: 1.3em;
	padding: 7px;
}

/* no link effects on image hover */
#imagelink {
	
}
.bottomtext {
	line-height: 14px;
}
.terms {
	padding: 5px;
	margin: 5px;
	background-color: #003366;
}
