/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:10px 0 20px 0;
	padding:0;
	height:100%;
 	background-color: #939393;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	font-weight:normal;
}

a img,:link img,:visited img {
	border : none;
}

.breakClear {
	clear:both;
}

/* Floaters */
.right {float:right;}
.left {float:left;}
.bottom {float:bottom;}
.middle {float:centre;}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}

#container {
	position:relative;
	width:800px;
	margin:auto;
	font-size: 1.2em;
	height: auto;
	border:1px solid #000000;

	}
	
	
#shadow {
	margin: 5px auto;
	border: 4px solid #c3c3c3;
	width: 802px;
	height:auto;
	margin-top:5px

}

/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
  
#header {
	width:800px;
	height:218px;
	float:left;

}

.leftImage {
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

#navigation {
	width:800px;
	height:31px;
	float:left;
	background-color:#000000;

}
#sub_navigation {
	width:800px;
	wid\th:787px;
	heig\ht:12px  ;
	height:15px;
	float:left;
	background-color:#939393;
	padding:3px 0px 0px 13px;
	font-size:95%;
	font-family:Arial, Helvetica, sans-serif;
}

#leftbox {
	width:180px;
	wid\th:152px;
	height:autopx;
	float:left;
	padding:15px 0px 0px 28px;

}
#bodybox {
	width:620px;
	wid\th:564px;
	height:autopx;
	float:left;
	padding:15px 28px 0px 28px;

}

#bodyFull {
	width:720px;
	height:auto;
	float:left;
	padding-left:40px; 
	padding-top:15px;
}

#body {
	width:800px;
	height:autopx;
	float:left;
	padding:0px 0px 0px 0px;
	background-image: url(../images/background.jpg);

}

#linkspic {
	width:150px;
	height:autopx;
	float:left;
}

#linkspictext {
	width:414px;
	height:autopx;
	float:left;
}
#footer {
	width:800px;
	height:20px;
	wid\th:772px;
	float:left;
	background-color:#000000;
	padding:7px 0px 0px 28px;
	font:Verdana;
	font-size:90%;
	color:#FFFFFF;
	font-weight: normal;

}

div#header  a:link, .terms a:visited  {
	color: #000000;
	text-decoration: none;
}
div#header a:hover {
	color: #000000;
	text-decoration: none;
}

#left_top {
	width:165px;
	height:30px;
	float:left;
	padding:0px 0px 0px 0px;
}

#middle_top {
	width:571px;
	height:30px;
	float:left;
	padding:0px 0px 0px 0px;
}

right_top {
	width:64px;
	height:30px;
	float:left;
	padding:0px 0px 0px 0px;

}


#bodyletters {
	width:66px;
	float:left;
	padding:0px 0px 0px 0px;

}
#right {
	width:64px;
	height:474px;
	float:left;
	padding:0px 0px 0px 0px;

}

.rightfont {
	float:right;
	text-align:right;
	padding-right:20px;
}

.formerror {
width:400px;
font-size:10pt;
color:#bb000b;
font-weight:bold;
display:none;
position:relative;
}
.form {
color:#FFFFFF;
width:500px;
}


	
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	line-height: 140%;
}

b {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight: bold;
	color: #ecddb1;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
	
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	

}
	
	
/*--------------------------------------------------------------------------------------------
	Navigation
 --------------------------------------------------------------------------------------------*/

.offscreen {

	margin:0 0 0 -5000px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#navigation li {
	margin: 0;
	padding: 0;
	float:left;

}

#navigation li a {
	display: block;
	height: 31px;

}


a.navHome:link, a.navHome:active, a.navHome:visited {
	background: url(../images/home.jpg);
	width:102px;
}
a.navHome:hover {background: url(../images/home_over.jpg);}

a.navBooks:link, a.navBooks:active, a.navBooks:visited {
	background: url(../images/books.jpg);
	width:95px;
}
a.navBooks:hover {background: url(../images/books_over.jpg);}

a.navTv:link, a.navTv:active, a.navTv:visited {
	background:url(../images/tv.jpg) no-repeat;
	width:72px;
}
a.navTv:hover {background: url(../images/tv_over.jpg);}

a.navAwards:link, a.navAwards:active, a.navAwards:visited {
	background: url(../images/awards.jpg);
	width:122px;
}
a.navAwards:hover {background: url(../images/awards_over.jpg);}

a.navLinks:link, a.navLinks:active, a.navLinks:visited {
	background: url(../images/links.jpg);
	width:99px;
}
a.navLinks:hover {background: url(../images/links_over.jpg);}

a.navBiography:link, a.navBiography:active, a.navBiography:visited {
	background: url(../images/biography.jpg);
	width:148px;
}
a.navBiography:hover {background: url(../images/biography_over.jpg);}

a.navNewsletter:link, a.navNewsletter:active, a.navNewsletter:visited {
	background: url(../images/newsletter.jpg);
	width:162px;
}
a.navNewsletter:hover {background: url(../images/newsletter_over.jpg);}


#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 0px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


/* Generic Links */

a:link, a:visited, a:active {
	color: #FFFFFF ;
}
a:hover {
	color: #ecddb1;
	text-decoration: underline;
}	

div#pipe  a:link, .terms a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
div#pipe a:hover {
	color: #ecddb1;
	text-decoration: none;
}

div#footer  a:link, .terms a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #ecddb1;
	text-decoration: none;
}

legend {
	font-weight:bold;
}
label {
	display:inline;
	font-size:90%;
	width:125px;
	float:left;
	height:30px;
	margin:3px 5px;
	background:#ededed;
	padding:3px 0 0 3px;
	wid\th:122px;
	heig\ht:27px;
}

ul {
	color:ffffff;
}

#shareit {
	width: 800px;
	height: 28px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial;
	font-size:11px;
}

#socialBookMarks {
	font-family:Arial;
	font-size:11px;

}

#shareit li{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

#shareit a{
	color:#000000;
}

#shareit a:hover{
	color:#CCCCCC;
}

#left_dvd {
	width: 150px;
	padding-right: 10px;
	float: left;
}

#right_dvd {
	width: 550px;
	float:right;
}

.right {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}