/* Cascading style sheet for ELWIN Productions website */
body {
	font-family: verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;	
	background-image:  url('../images/grey-bkgd-body.jpg');		
	background-repeat: repeat-x;
}

/*Content links*/
a {
	text-decoration: none;
}

a:link{
	text-decoration: none;
	color: #457ac3;
}

a:visited{
	color: #900;
	text-decoration: none;
}

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

a:active{
 	color: #09f;
	text-decoration: underline;
}

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

/*Appearance of linked images*/
a img, a:visited img, img {
	border-style: none;
}

/* Text formatting*/		
h1 {
	font-size: x-large;
	font-weight: normal;
	color: #900;
	text-align: center;
	border-bottom: 1px solid #900;
}
h2 {
	font-size: large;
	color: #666;	
	text-align: center;
}
h3 {
	font-size: small;
}
p {
	font-size: small;
}
acronym {
	border: none;
	font-style: normal;
}
abbr {
	border: none;
}

.center {
	text-align: center;
} /*Use for content centered in container.*/

.rightalign {
	text-align: right;
}

.leftalign {
	text-align: left;
}

.justify {
	text-align: justify;
}

.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/

.xsmall{
	font-size: x-small;
}

.large{
	font-size: large;
}

.noscript {
	font-size: x-small;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}
.boldblack {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}

/*LAYOUT divisions*/

#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	color: #000;
	background-color: #fff;
} /* This is the outer content container. */

#toplinksbox {
	width: 1000px;
	text-align: right;
	font-size: 10px;	
}

#logo {
	width: 1000px;
	position: absolute;
	top: 11px;
	height: 123px;
	color: #000;
	background-color: #fff;
} /* This is the container for the company logo banner and the menu. */


#navbox {
	width: 700px;
	position: absolute;
	top: -27px;
	margin-left: 246px;
	height: 24px;
	text-align: center;
	background-color: #fff;
	color: #888;
	z-index: 5;
}

/* Banner photos*/	
#fadeshow1 {
	z-index: 1;
}

#content {
	width: 1000px;
	position: absolute;
	top: 125px;
	text-align: left;		
	color: #000;
	background-color: #fff;
}

.textbox {
	text-align: justify;
	color: #000;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.product {
	width: 420px;
	text-align: left;
}

.dvdinfo {
	float: right;
	width: 220px;
	padding: 5px;
	text-align: left;
	min-height: 213px;
}

#footer {
	width: 1000px;	
	text-align: center;
	font-size: x-small;
	border-top: 1px solid #900;
	padding-top: 5px;
	padding-bottom: 1px;
	color: #000;
	background-color: #fff;
}

#showreel {
	text-align: center;
	padding: 20px;
}

/* Appearance of bullets and lists. */
ul.nobullet {
	font-size: small;
	list-style-type: none;
}

ul.bullet {
	font-size: small;
	list-style-type: square;
}

/* Styles for tables. */
table {
	margin: 0 10px 0 10px;
	width: 99%;
	font-size: small;
}
td {	
	vertical-align: top;
}

/* Styles for layout table on film gallery page. */
table.filmgallery {
	width: 100%;
}
table.filmgallery td {
	width: 25%;
	text-align: center;
	padding: 10px 0;
}

/* Styles for table on accessibility page. */
table.accessibility {
	width: 99%;
}
table.accessibility td {	
	color: #111;
	background-color: #eee;
	padding-left: 20px;
}

