/* CSS Document */

/*

Author: Andy Shaw 

Date: 6/05/2008

*/


/*===============================================================

	S T Y L E     R E S E T

================================================= =STYLE RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Georgia, Arial, Helvetica, Verdana, Lucida Grande, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-repeat: repeat-y;
	background-position: center;
	z-index: 99;
	background-color: #330000;
}
#header {
	background-image: url(../i/header.jpg);
	height: 171px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
}
#container {
	background-image: url(../i/ringBinder.gif);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	height: auto;
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
}
#navAndContent {
	float: left;
	width: 520px;
	height: auto;
	margin-left: 55px;
	background-color: #FFFFFF;
}

#navAndContent2 {
	float: left;
	width: 155px;
	height: auto;
	margin-left: 55px;
	background-color: #FFFFFF;
}
#leftAndRight {
	float: right;
	width: 680px;
	background-color: #FFFFFF;
	height: auto;
}
#left {
	float: left;
	height: auto;
	width: 440px;
}
#right {
	float: right;
	height: auto;
	width: 230px;
}


#buyAndFilm {
	width: 315px;
	height: auto;
	float: right;
	background-color: #FFFFFF;
}

#nav {
	float: left;
	width: 150px;
	height: auto;
	background-image: url(../i/paintbrush.jpg);
	background-position: center 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#content {
	float: right;
	height: auto;
	width: 359px;
	background-color: #FFFFFF;
}
#buy {
	float: left;
	height: auto;
	width: 102px;
	background-color: #FFFFFF;
}
#film {
	float: right;
	height: auto;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 11px;
	background-image: url(../i/filmStrip.gif);
	background-repeat: repeat-y;
}
#clear {
	height: 2px;
	width: 100%;
	clear: both;
}


.hide {
	display: none;
}
.button a {
	background-image:url(../i/navBg.gif);
	width:150px;
	height:25px;
	float:left;
	background-repeat:no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 10px;
}

.button a:active {
	background-position: right;
	line-height: 28px;
}
#buyBox {
	text-align: center;
	height: 100px;
	width: 102px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 7px;
	background-color: #FFFFFF;
}

.buyNowButton  a {
	background-image:url(../i/buyNowBg.gif);
	width:102px;
	height:23px;
	float:left;
	background-repeat:no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 3px;
}

.buyNowButton a:active {
	background-position: right;
	line-height: 25px;
}
p {
	clear: both;
	font-size: small;
	padding-bottom: 10px;
	color: #000000;
	line-height: 1.6em;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

em {
	font-style: italic;
	color: #330000;
}
strong {
	font-weight: bold;
}

#film img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#header img {
	float: right;
	position: relative;
}
#footer {
	clear: both;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #330000;
}

#footer p {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	font-size: small;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #330000;
}
a:active {
	color: #333333;
}
