/* WR Mann Stylesheet
* This notice must stay intact for usage 
* Author: Dennis Mojica | mojica4life@gmail.com
* For more Modern Web Solutions visit us at http://www.mojicamedia.com/
*/

/* Basic Layout Styles */
body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	display: inline;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

#container {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777777;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #777777;
	border-left-color: #777777;
	position: relative;
	height: 684px;
	cursor: default;
}
#linkhome {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	height: 81px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 926px;
}
#content {
	/*
	background-image: url(../_images/wrmann_name.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	height: 580px;
	background-color: #000000;
	padding-left: 0px;
	position: relative;
	left: 0px;
	top: 104px;
	color: #999999;
}
/* Navagation Styles */
#nav {
	height: 23px;
	background-color: #414141;
	color: #565453;
	background-image: url(../_images/nav_fill.jpg);
	background-position: top;
	padding-left: 59px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 81px;
	width: 867px;
}
#navcontainer {
	height: 19px;
	background-color: #414141;
	color: #565453;
	background-image: url(../_images/nav_fill.jpg);
	background-position: top;
	padding-left: 65px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 81px;
	width: 861px;
	padding-top: 4px;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: #787878;
float: left;
width: 100%;
/* font-family: arial, helvetica, sans-serif; */
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	color: #787878;
	text-decoration: none;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin-right: 22px;
}

#navcontainer ul li a:hover
{
color: #cdaa81;
}
#navcontainer #current {
	color: #cdaa81;
}
#design {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 500;
	background-color: #565656;
	padding: 2px;
	visibility: hidden;
	margin-left: 66px;
	margin-top: 104px;
	text-transform: uppercase;	
}

#design li {
	display: list-item;
	font-size: 10px;
}

/* FAQ Styles */
#content .faq {
	padding-top: 17px;
	color: #70d2e6;
	width: 380px;
}
#content .faq div {
	padding-top: 5px;
	padding-bottom: 5px;
}
#q000, #q001, #q002, #q003, #q004 {
	padding-left: 17px;
	padding-right: 45px;
	cursor: pointer;
}
#content .faq a {
	color: #414141;
	width: 360px;
}
#q000:hover, #q001:hover, #q002:hover, #q003:hover, #q004:hover {
	color: #FFFFFF;
}
#content .faq .answer {
	width: 466px;
	background-color: #414141;
	top: 15px;
	left: 350px;
	position: absolute;
	background-image: url(../_images/nav_fill.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	display: none;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
	/*
	height: 535px;
	*/
}
.selected, .selected:hover {
	color: #cdaa81;
}
/* Image Styles for enlarged images and text */
#content .group {
	padding-top: 28px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 67px;
	width: 861px;
	text-align: center;
}
.group .image {
	text-align: center;
}
.group p {
	padding-left: 37px;
	padding-right: 37px;
	text-align: justify;
	padding-top: 4px;
}
/* Footer Styles*/
#footer {
	color: #212121;
	font-size: 10px;
	text-align: right;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
}
#footer a, #footer a:visited {
	color: #212121;
}
#footer a:hover {
	color: #666666;
}
