html
{
	background-color: black;
}

body
{
	width: 100%;
	height: 100%;
	font-size: 1em;
	overflow-x: hidden;
	background-color: black;
	font-family: Verdana, "Lucida Grande", "Segoe UI", Arial, Helvetica, sans;
}

textarea
{
	font-family: "Monaco", "Consolas", "Courier New", monospace;
	font-size: 0.6em;
}

a, a:link
{
	color: #70b4ff;
	text-decoration: none;
}

a:hover, a:focus
{
	color: #90d4ff;
}

li
{
	margin-left: 1.5em;
	list-style-type: circle;
}

.clear
{
	clear: both;
}

.wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}




.gadget-heading
{
	font-family: "Corbel", "Trebuchet MS", "Lucida Grande", "Verdana", sans;
}



h1, h2, h3, h4, h5, h6
{
	font-family: Arial, helvetica, sans-serif;
}


#headerSpan
{
	position: relative;
}

#headerSpan .trimTopSpan
{
	width: 100%;
	height: 0.75em;
	background-color: #cda51c;
}

#headerSpan .trimBottomSpan
{
	width: 100%;
	height: 0.75em;
	background-color: #d0a81f;
	z-index: 210;
}



#anataiLogo
{
	position: absolute;
	width: 10.5em;
	height: 5.375em;
	top: -4.31em; /* height of marquee */
	left: 2.375em;
	background-image: url('../images/websites-header/Anatai-logo.png');
	background-repeat: no-repeat;
}

#backgroundSpan
{
	height: auto;
	width: 100%;
	background-color: black;
}

#backgroundWrapper
{
	background-image: none;
	background-repeat: no-repeat;
	height: 0.5em;
}

#marqueeSpan
{
	height: auto;
	width: 100%;
	background-image: url('../images/websites-header/Marquee-background.png');
	background-repeat: repeat-x;
}

#marqueeWrapper
{
	position: relative;
	height: 4.31em;
}

#marquee
{
	margin-left: 15em;
	color: #fefbee;
	line-height: 4.3em;
	display: none;
}

#marquee h1
{
	font-size: 2.0em;
}







#navigation
{
	position: absolute;
	bottom: 0;
	right: 0;
}

#navigation li
{
	float: left;
	height: 3.5em;
	margin: 0;
	padding: 0 1.5em;
	line-height: 3.7em;
	font-weight: normal;
	list-style-type: none;
	background-color: #a9a9a9;
	border-top-left-radius: 0.8em;
	border-top-right-radius: 0.8em;
	-webkit-border-top-left-radius: 0.8em;
	-webkit-border-top-right-radius: 0.8em;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-topright: 0.8em;
}

#navigation li a
{
	font-size: 1.7em;
	color: black;
	text-decoration: none;
}

#navigation li.selected
{
	height: 3.8em;
	margin-top: -0.3em;
	line-height: 4em;
	font-weight: bold;
}





#contentSpan
{
	height: auto;
	width: 100%;
	background-color: #fefbee;
	padding: 1.5em 0;
	min-height: 15em;
}

#contentSpan h1, #contentSpan h2, #contentSpan h3
{
	color: #444444;
}

#contentSpan p
{
	color: #444444;
	margin-bottom: 0.5em;
}

#contentSpan h1
{
	font-size: 1.9em;
	margin-bottom: 0.5em;
}

#contentSpan h2
{
	font-size: 1.75em;
	margin-bottom: 0.5em;
}

#contentSpan h3
{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

#contentSpan p, #contentSpan table
{
	line-height: 1.5em;
	font-size: 0.8em;
}



#introductionWrapper
{
}

#introduction
{
	padding-top: 0;
	padding: 0.5em;
}




#detailsWrapper
{
	margin-top: 1em;
}

#detailsWrapper li p
{
	margin-bottom: 0.2em;
}





#featuresWrapper
{
	width: 35.5em;
	float: left;
}

#features
{
	position: relative;
	padding: 0.5em;
}

#features ul
{
	list-style-type: none;
}

#features li
{
	position: relative;
	border-left: 0.75em solid #cda51c;
	border-right: 0.75em solid #cda51c;
	background-color: black;
	background-image: url('../images/websites-content/plastic-black-spotlight.jpg');
	background-repeat: no-repeat;
	height: auto;
	margin: 1em 0;
	padding: 1em;
	list-style-type: none;
}

#features li p
{
	color: #f4f4f4;
	padding: 0;
}

#features h1, #features h2
{
	color: #f7eaa5;
}







#footerSpan
{
	clear: both;
	width: 100%;
	background-color: #1b1b1b;
}

#footerSpan .trimTopSpan
{
	width: 100%;
	height: 0.75em;
	background-color: #919191;
}

#footerWrapper
{
	height: 4em;
}

#footer
{
	padding-top: 1.5em;
	color: #f4f4f4;
}

#footer a, #footer a:link
{
	color: #e0e0e0;
	font-weight: bold;
}

#footer a:hover, #footer a:focus
{
	color: #ffffff;
}

#footer p
{
	font-size: 0.85em;
}

#footer .links
{
	float: left;
	margin-left: 1em;
}

#footer .copyright
{
	float: right;
	margin-right: 1em;
}


img.portfolioPreviewRight
{
	float: right;
	margin-top: 1.5em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}



#descriptionWrapper
{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 35em;
	float: left;
	clear: none;
}

#description
{
	padding: 1em;
}
