@import url("newform.css");
@import url("newmenu.css");
@font-face {font-family: FashionVictim; src: url(../fonts/FashionVictim.ttf);}

/*Colors:

text - #
background - #


*/

/* Global styles */

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em;
	margin:0;
	padding:0;
}

.left {text-align:left;}

.center {text-align:center;}

.justify {text-align:justify;}

.right {text-align:right;}

img {border:none;}

a {outline:none;}

/* Main Element Styles */

html {min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background:#c9c5b9 url(../images/headBG.jpg) top left repeat-x;"
}

p {margin:0.7em 0;font-size:87%;}

p, td, li {line-height:1.3em;}

p.caption {
	font-size:80%;
	font-style:italic;
	text-align:center;
	margin-top:3px;
}

h1, h2, h3, h4 {
	margin:0 0 8px 0;
	color: #000;
}

h1 {font-size:2.25em;}
h2 {font-size:2.0em;}
h3 {font-size:1.3em;font-style:italic;color:#FFF;background-color:#000;padding-left:10px;font-weight:normal;}
h4 {font-size:1.0em;}

a:link, a:visited, a:active {
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
}

.offpage {
	width:1px;
	height:1px;
	text-indent:-9999px;
}

div.mainWrapper {
	float:left;
	width:1000px;
	height:auto;
}

div.twitter, div.twitterLeft {
	position:absolute;
	top:290px;
	left:900px;
	width:127px;
	height:35px;
	z-index:100;
}

div.Header, div.aboutHeader, div.portHeader, div.contactHeader {
	position:relative;
	width:100%;
	height:321px;
	background:transparent url(../images/header01.jpg) top left no-repeat;
	float:left;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

div.aboutHeader {
	background:transparent url(../images/header02.jpg) top left no-repeat;
}

div.portHeader {
	background:transparent url(../images/header03.jpg) top left no-repeat;
}

div.contactHeader {
	background:transparent url(../images/header04.jpg) top left no-repeat;
}

div.mainContent {
	position:relative;
	width:1000px;
	height:auto;
	margin-top:336px;
	padding-left:50px;
}

div#facebook {
	width:300px;
	height:auto;
	position:relative;
	float:right;
	margin:0 0 10px 15px;
}

div.reviews, div.latestNews {
	position:relative;
	width:400px;
	height:auto;
	float:left;
	margin:25px 10px;
	padding:0 20px;
}

#audioPlayer {
	margin:10px 100px;
}

div.vidWrapper {
	width:375px;
	margin:15px 13px;
}

div#ariMoviePlayer {
	display:block;
	position:relative;
	width:250px;
	height:auto;
	margin:10px auto;
}

div.Footer {
	position:relative;
	clear:both;
	width:1000px;
	height:auto;
	background-color:transparent;
	margin:25px auto;
	padding:25px 0;
}

div.Footer p, div.Footer p a {
	color:#333;
	text-align:center;
}




