html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
	

body{
	background-color: #ffffff;
	font-family:"Century Gothic";
	margin: 0;
	padding: 0;
	font-size: 12px;
}

em
{
	margin-left: -1px;
	font-family:"Century Gothic";
	font-size: 18px;
	font-style: normal;
	line-height: 200%;
}

#wrapper
{
	width: 800px;
	margin:80px auto;
	text-align:left;
}


#header {
	position:absolute;
	left:107px;
	height: 84px;
	width: 700px;
	top:30px;
}

#navmenu
{ 
	left : 150px;
	position:absolute;
	top:63px;
	width:800px;
}

#navmenu2
{ 
	left : -38px;
	position:absolute;
	top:380px;
	width:900px;
}

#navmenu3
{ 
	left : 655px;
	position:absolute;
	top:-20px;
	width:150px;

}

#maincontainer
{
	left:164px;
	position:absolute;
	top:119px;
	width:463px;
}
#maincontainer2
{
	left:200px;
	position:absolute;
	top:403px;
	width:463px;
}

#gallery
{
	left:164px;
	position:absolute;
	top:265px;
	width:688px;
}
#gallery2
{
	left:110px;
	position:absolute;
	top:600px;
	width:688px;
}

#index
{
	position:absolute;
	top:380px;
	width:463px;
}

#footer {
	position:absolute;
	text-align:right;
	top:600px;
	width: 900px;
	font-size:10px;
}	

ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:12px;
	font-family:"Century Gothic";
}

li 
{
	display:inline
}

p.footer
{
	
	width:900px;
	margin-left:490px;
	font-size:10px;
}

img.index
{
	margin-left:-26px;
}

a
{
	float:center;
	width:0em;
	text-decoration:none;
	color:#000000;
	padding:0.3em 1.0em;
}

a:hover
{
	color:#ff0053
}
	
a.default
{
	float:none;
	width:0.0em;
	text-decoration:none;
	color:#ffffff;
	padding:0.0em 0.0em;
}

a.default:hover
{
	float:none;
	width:0.0em;
	padding:0.0em 0.0em;
	text-decoration:none;
	color:#ff0053;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(js/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(js/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(js/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(js/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* End of SLIMBOX */

