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


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;
	color: black;
	background: #808080;
	font-family: "Gill Sans", Trebuchet, Calibri, sans-serif;
}
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: "" "";
}

a:link {
	color:#d6dd91;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
a:visited {
	color:#828b2c;
}

#content .home-image {
	top:-100px;
	position:absolute;
	left:-22px;
}

#content {
	position:absolute;
	height:432px;
	background: url(../img/transparent_bg.png);
	width:920px;
	left:50%;
	margin-left:-460px;
	top:108px;
}

.services #content {
	height:508px;
	width:960px;
	left:50%;
	margin-left:-480px;
	
}

#home-list {
	font-size:23px;
	color:#f2f2f2;
	position:absolute;
	left:400px;
	margin-top:25px;
	line-height:27px;
}

#this-is {
	width:476px;
	height:100px;
	background: url(../img/this-is.png);
	left:400px;
	top: 260px;
	position:absolute;
}

#logo {
	float:left;
	width:324px;
	height:60px;
	background: url(../img/logo.png) no-repeat;
	margin-top:-23px;
}

#menu {
	width:100%;
	height:85px;
	background:url(../img/menu.png) no-repeat center center;
	color:#750c10;
	position:absolute;
	top:629px;
	font-size:15px;
}
#menu .header {
	margin-top:33px;
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
}

#menu li {
	float:right;
	padding: 0 20px;
	position:relative;
}

#menu a:link , #menu a:active , #menu a:visited , #menu a:hover  {
	color:#750c10;
	text-decoration:none;
}

#menu a:hover {
 color:white;
}

#menu a .active:link , #menu a.active:active , #menu a.active:visited , #menu a.active:hover  {
	color:white;
	cursor:default;
}


.smallMonitor #menu {
	position:fixed;
	bottom:16px;
	top:auto; 
}

#footer {
	width:100%;
	height:15px;
	background:url(../img/footer.png) repeat-x center center;
	color:#f2f2f2;;
	position:absolute;
	bottom:0px;
	font-size:10px;
}

#footer div {
	margin-top:2px;
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
	text-align:right;
}

.smallMonitor #footer {
	position:fixed;
	bottom:0px;
}
#expander {
	height:730px;
	width:1px;
}


#menu .ghost {
	position:absolute;
	height:25px;
	background:url(../img/ghost.png) top right no-repeat;
	margin:0;
	padding:0;
}
#menu .ghost span {
	display:block;
	margin:0;
	padding-top:1px;
	padding-left:12px;
	margin-right:12px;
	height:25px;
	background:url(../img/ghost.png) top left no-repeat;
	position:relative;
	left:-12px;
}

.services-image {
	position:absolute;
	top:-56px;
	right:0px;
}

#content p {
	width:400px;
	color:white;
	padding:10px 0 10px 10px;
}

#content p.gold {
	color:#d6dd91;
}

h3 {
	padding-left:10px;
	color:#e5ff9f;
	font-size:14px;
}

.gold {
	color:#d6dd91;
}

#about-box {
	top:40px;
	background:url(../img/about_bg.jpg) no-repeat;	
	width:500px;
	height:479px;
	padding: 93px 12px 0px 360px;
	position:absolute;
	color:white;
	font-size:19px;
	left:50%;
	margin-left:-445px;
}

#about-box p {
	padding: 5px 0;
}

#press-box {
	color:white;
	position:absolute;
	width:960px;
	margin-left:-480px;
	left:50%;
	top:40px;
}

#press-box .text {
	background: url(../img/transparent_bg.png);
	width:400px;
	height:480px;
	position:absolute;
	padding: 20px 20px 0 20px;
	right:0;
	font-size:14px;
}

#press-box li {
	padding: 10px 0; 	
}

.press-image {
position:absolute;
left:-25px;
top:70px;
}
