/*heirloomfilms.co.uk CSS : Snax:Design 2009*/

/*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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*main*/

html {
    background-color: #6f441a;
	background-image: url(../images/filmstrip_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	min-width: 1000px;
}

body {
	height: 100%;
	width: 100%;
}

:focus {
    outline: 1px;
}

img {  
	border-style: none;
	color: #333333;
}

#cms_content img {  
	border-style: none;
	color: #333333;
	padding: 10px;
}

p {
	color: #333333;
}

a:link {
	color: #333333;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	color: #333333;
}
	
a:hover {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

h1 {
	text-decoration: none;
	font-size: 26px;
	font-weight: 100;
	padding-bottom: 15px;
	width: 400px;
	color: #333333;
}

h1 a {
	text-decoration: none;
}

#wrap {
	position: relative;
	width: 850px;
	height: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	width: 850px;
	float: left;
}

#cms_content {
	background-color: #ffffff;
	width: 800px;
	min-height: 50%;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 125px;
	float: left;
}

#gallery_cms_content {
	background-color: #ffffff;
	width: 800px;
	min-height: 50%;
	margin: 0 auto;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 0px;
	float: left;
}

#hf_gallery {
	width: 350px;
	height: 325px;
	position: relative;
	right: -10px;
	top: 5px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#footer_wrap {
	width: 850px;
	margin: 0 auto;
}

#footer {
	position: fixed;
	bottom: -7px;
}

#footer_info {
	position: absolute;
	top: 75px;
	left: 25px;
	font-size: 10px;
}

#footer p {
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#upgrade_text {
	padding: 25px;
	font-size: 13px;
}

#alt_flash_content {

}
