/* You couldn't resist, could you? Before you go any further
you must show me your markup inspector badge! */
* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	}

body {
	font: 85%/1.5 Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	margin: 0;	padding: 0;
	background: #000 url(../img/bg_body.jpg) repeat-x 0 0;
	}
	
#container-main {
	width: 525px;
	z-index: 800;
	margin: 0 auto;
	}

#header {
	height: 271px;
	margin-top: 43px;
	background: transparent url(../img/bg_header.jpg) no-repeat center 0;	
	position: relative;
	}
#header h1 {
	width: 241px;
	height: 78px;
	position: absolute;
	top: 14px;
	left: 99px;
	text-indent: -9999px;
	}
#header h1 a, #header h1 a:link,
#header h1 a:visited {
	width: 241px;
	height: 78px;
	display: block;
	text-indent: -9999px;
	overflow: auto;
	}
#header p.email a {
	width: 190px;
	height: 20px;
	position: absolute;
	left: 53px; top: 165px;
	text-indent: -9999px;
	overflow: auto;
	}

#header p.email a:hover { border-bottom: 1px solid #000; }
#header address, #header p.tagline, #services { display: none; }

#content {
	width: 100%;
	height: 432px;
	overflow: hidden;
	margin-top: 15px;
	background: transparent url(../img/bg_screen-shots-07.jpg) no-repeat 0 0;
	}
#content h2, #content p { text-indent: -9999px; }

#footer { width: 100%; margin: 0; padding: 50px 0 0; }
#footer p{ font-size: .85em; text-align: center; }

.text-right { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.img-left { float: left; }
.img-right { float: left; }
.hide { display: none; }

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}