* {
	margin: 0;
	padding: 0;
}

body {
	background: #282828 url(../images/darkbkg.png) repeat;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;	
}

p {
	font-size: 1.1em;
	color: #333333;
	margin:0.8em 0;
        line-height: 160%;
}

h3 {
	font-size: 1.1em;
	text-transform: uppercase;
        margin-top: 2.5em;
}

a, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #A27CAA;
	text-decoration: none;
}


/* Layout Divs */
#wrap {
	width: 454px;
	margin: 0 auto;
}

#header_bkg{
	background: url(../images/topbkg.png) repeat-x;
	width: 100%;
	height: 167px;
}

#logo {
	width: 218px;
	margin: 0 auto;
}

#logo h1 {
	background: url(../images/fotogenix_logo.png) no-repeat;
	width: 218px;
	height: 92px;
	text-indent: -1000em;
	margin-bottom: 32px;
}

#menu {
	width: 432px;
	height: 43px;
	margin: 0 auto;
}

#menu li {
	float: left;
	list-style-type: none;
}

#menu .last {
	background: url(../images/lastnavbkg.png) no-repeat;
	display: block;
	height: 43px;
	width: 87px;
}

#menu li a, #menu li a:visited {
	background: transparent url(../images/navbkg.png) no-repeat;
	font-size: 1.1em;
	color: #EEEEEE;
	display: block;
	height: 43px;
	width: 86px;
	padding-top: 10px;
	text-decoration: none;
	border: 0;	
}

#menu li a:hover {
	background: url(../images/navbkghover.png) no-repeat;
	text-decoration: underline;
	border: 0;
}

#menu .last a:hover {
	background: url(../images/lastnavbkghover.png) no-repeat;
}

#menu .active {
	background: transparent url(../images/navbkghover.png) no-repeat;
	font-size: 1.1em;
	color: #EEEEEE;
	display: block;
	height: 43px;
	width: 86px;
	padding-top: 10px;
	text-decoration: none;	
}

#menu .lastActive {
	background: transparent url(../images/lastnavbkghover.png) no-repeat;
	font-size: 1.1em;
	color: #EEEEEE;
	display: block;
	height: 43px;
	width: 86px;
	padding-top: 10px;
	padding-right: 1px;
	text-decoration: none;	
}

#contentbox {
	text-align: left;
	min-height: 290px;
	width: 454px;
	margin: 0 auto;
	margin-top: 38px;
	clear: both;
}

html>body #contentbox{
 	height: auto;
	min-height: 290px;
}

#contentbox_wht {
	background: #FFFFFF url(../images/contenttop.png) no-repeat top;
	text-align: left;
	min-height: 290px;
	width: 454px;
	margin: 0 auto;
	margin-top: 38px;
	clear: both;
}

html>body #contentbox_wht{
 	height: auto;
	min-height: 290px;
}

#textarea {	
	padding: 20px;
	clear: both;
}

#leftcol {
	padding: 20px 0px 0px 20px;
	float: left;
	width: 45%;
}

#rightcol {
	padding: 20px 20px 0px 0px;
	float: right;
	width: 45%;
}

#footerhomepage {
	background: url(../images/homeimagereflection.png) no-repeat;
	text-align: center;
	height: 146px;
	width: 454px;
	margin: 0 auto;
	padding-top: 50px;
	display: block;
}

#footer {
	background: url(../images/reflection_wht.png) no-repeat;
	text-align: center;
	height: 129px;
	width: 454px;
	margin: 0 auto;
	padding-top: 50px;
	display: block;
}

#footergallery {
	text-align: center;
	height: 129px;
	width: 454px;
	margin: 0 auto;
	padding-top: 50px;
	display: block;
}

#offer p {
	color: #FFF;
	margin-bottom: 10px;
}	

#whatwedo {
	margin-bottom: 20px;
}

#whatwedo li {
	display: inline;
	color: #A17CAA;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #A17CAA;
	text-transform: uppercase;
}

#whatwedo .norightborder {
	border: none;
}

#copy p{
	color: #CCCCCC;
	font-size: 1em;
}

.mggd a, .mggd a:visited {
	color: #666666;
	text-decoration: none;
	border: 0;	
}

.mggd a:hover {
	text-decoration: underline;
	border: 0;
}

.noTopMargin {
	margin-top: 0;
}


/* Gallery Style */
.gallery {
        width: 425px;
        margin: 0 auto;
}

.gallery p {
	color: #A27CAA;
}

.gallery img {
	border: 0;
}

.gallery a { 
        padding: 5px;
        display: block;
        float: left;
        border: 0px;
}

.gallery a:hover {
        background: #A27CAA;
        border: 0px;
}



/* Table Styles */
table {
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	margin: 1em 0;
}

#secondarytable {
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	margin-bottom: 2em;
}

* html table, * html #secondarytable {
	width: 90%;
}

caption {
	font-size: 1.1em;
	font-weight:bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
}

td, th {
	padding: 2px 2px 2px 4px;
	width: 40px;
}

.odd {
	background-color: #F0EBF1;
}

.tabletop {
	padding-bottom: 5px;
}


/*404 Page*/

#notFound {	
        text-align: center;	
        padding: 20px;
	clear: both;
}

#notFound h3 {
        font-size: 1.8em;
}


/* IE Only */
* html a, * html a:visited {
	border-bottom: 1px solid #333333;
}

* html .lastactive {
	width: 87px;
}