@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

img {
	border: 0px;
}

#main {
	background: url(../images/menu.png) #000000 repeat-x;
	width: 995px;
	height: 800px;
	border: 0px solid #000000;
	margin: 0;
}

#PageImage {
	background: url(../images/random_images/home.png) no-repeat;
	width: 394px;
	height: 507px;
	float: left;
	margin: 100px 0 0 0;
}

#content {
	font: 12px;
	color: #ffffff;
	width: 500px;
	height: 100px;
	float: right;
	margin: 100px 30px 0px 0px;
	border: 0px solid #ffffff;
	text-align: left;
	letter-spacing: 3px;
    line-height: 15px;
}

#menu {
	width: 978px;
	height: 170px;
	margin: 0px;
	border: 0px solid #ffffff;
	padding: 0px;
}

#contact {
	background: url(../images/contact.png) no-repeat;
	height: 730px;
	width: 15px;
	position: absolute;
	left: 982px;
    top: 0px;
}

/* Dropdown menu */

#nav, #nav ul {
	padding: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	width: 150px;
}

#nav li {
	letter-spacing: 2px;
	font-size: 14px;
	display: inline;
	float: left;
}

#nav li ul {
	position: absolute;
	width: 160px;
	top: 100px;
	left: -999em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	letter-spacing:2px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	background-color: #000000;
	letter-spacing: normal;
	border-bottom: 1px solid #999999;
	width: 150px;
	padding: 5px;
	font-size: 10px;
	text-align: left;
	letter-spacing:2px;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: #91320F;
}

#nav li ul li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	letter-spacing:2px;
}

/* Dropdown menu end */

#MenuTabs {
	cursor:pointer;
	width:648px;
	height:171px;
	float: right;
	text-align:center;
	border:0px solid #ffffff;
}

.buttonlink {
	cursor: pointer;
	width: 162px;
	height: 171px;
	border: 0px solid #ffffff;
}

.buttonhover {
	cursor: pointer;
	width: 162px;
	height: 171px;
	background: url(../images/menu_hover.png) no-repeat;
}

A.buttonlink {
	cursor: pointer;
	color: #ffffff;
}

a.menu {
   cursor: pointer;
   color: #ffffff;
   text-decoration: none;
}

a.backbutton:link{
	color:ffffff;
}

a.backbutton:hover{
	color:ff0f2f;
}

a.backbutton:visited{
	color:ff0f2f;
}

h1 {
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 15px;
  color: #FF0F2F;
  text-align: left;
}

.link:link {text-decoration: underline; color:#ffffff; line-height:15px;}
.link:visited {text-decoration: underline; color:#ffffff;}
.link:active {text-decoration: underline; color:#ffffff;}
.link:hover {text-decoration: underline; color: #ff0f2f;}

/* FORM*/

input, textarea, input.submit{
	padding:3px;
	border:medium solid #000000;
	background:#FFFFFF;
}
input:focus, textarea:focus{
	border:medium solid #FF0F2F;
}
textarea{
	overflow:auto;
}

input.submit:focus{
	border:medium solid #FF0F2F;
	background:#ffffff;
	width:130px;
}

input.submit{
	border:medium solid #000000;
	background:#ffffff;
	width:130px;
}