/* CSS Document 				*/
/* Phantom Punch Movie 			*/
/* HTML Site CSS 				*/
/* Created by Amanda Winfield 	*/
/* www.amandawinfield.ca 		*/
/* Nov 12, 2007 				*/

/* Site Layouts */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#A57F3E;
	text-align: center;
	background-image: url(../images/bgcolour.jpg);
	margin-top: 0px;
}

.contentwrappersplash {
	width: 920px;
	padding: 0px;
	background-image: url(../images/mainsplashbgtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 385px;
}

.contentwrappersubpages {
	width: 920px;
	padding: 0px;
	background-image: url(../images/subpagesbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

.mainmenu {
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	background-image: url(../images/menu.gif);
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 400px;
	padding-top: 93px;
	font-size: 14px;
	text-transform: capitalize;
	color: #533D26;
}



.mainmenusubpages {
	background-repeat: no-repeat;
	background-position: left top;
	height: 225px;
	background-image: url(../images/menu.gif);
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 420px;
	padding-top: 83px;
	font-size: 14px;
	text-transform: capitalize;
	color: #533D26;
}

/* Menu Links and Nav */
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#nav-menu li
{
	float: left;
} 

#nav-menu li a
{
	height: 2em;
	line-height: 18px;
	text-align: left;
	padding-right: 5px;
	padding-left: 7px;
	color: #A37A44;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

#nav-menu li a:hover
{
	height: 2em;
	line-height: 18px;
	text-align: left;
	padding-right: 5px;
	padding-left: 7px;
	color: #CBB387;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

#nav-menu li a:active
{
	height: 2em;
	line-height: 18px;
	text-align: left;
	padding-right: 5px;
	padding-left: 7px;
	color: #8D0B07;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}


/* Fonts Etc */

.pagetitles
{
	font-size:36px;
	text-transform: uppercase;
	padding-top: 96px;
	text-align: center;
	padding-left: 300px;
	font-weight: normal;
	padding-bottom: 60px;
}
.pagetitlessmalltext
{
	font-size:26px;
}

.textcontent {
	font-size: 12px;
	color: #C19A59;
	width: 540px;
	padding-left: 330px;
	font-weight: normal;
	line-height: 20px;
	height: auto;
}

.textcontent a:link {
	font-size: 12px;
	color: #C19A59;
	font-weight: bold;
	text-decoration: none;
}
.textcontent a:visited {
	font-size: 12px;
	color: #CBB387;
	font-weight: bold;
	text-decoration: none;
}
.textcontent a:hover {
	font-size: 12px;
	color: #8D0B07;
	font-weight: bold;
	text-decoration: none;
}
.textcontent a:active {
	font-size: 12px;
	color: #CBB387;
	font-weight: bold;
	text-decoration: none;
}


.textcontenttitles {
	font-size: 16px;
	background-image: url(../images/textcontenttitlebg.jpg);
	background-position: left -7px;
	background-repeat: no-repeat;
	margin-left: -20px;
	padding-left: 43px;
	font-weight: bold;
}
