@charset "utf-8";
/* 
CSS Document 
Author: Shaun Wright
Web: www.designsecrets.co.nz
*/


/* HTML Document Styles */


body, html {
	margin-top: 00px;
	background: #3d3834;
	background-image:url(../images/background-silver.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	/*line-height: 15px;*/
	
	
}

h1{
	color: #FFFFFF;
	height: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px;
}

h2{
	color: #FFFFFF;
	height: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 10px;
}



img {

border:0;

}

/*img, div { behavior: url(iepngfix.htc) }*/



a.link, a.visited {
	text-decoration: none;
	border-color:#FFFFFF;
		
}

a.hover, a.visited:hover {
	border: 0px none;
}





a.class1:link, a.class1:visited {
	color: #872d60;
	font-size:11pt;
	font-weight:bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #FFCC33;*/
	
}

a.class2:link, a.class2:visited {
	color: #FFFFFF;
	height: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 10px;
	
}

a.class3:link, a.class3:visited {
	color: #FFFFFF;
	font-size:11pt;
	font-weight:bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #FFCC33;*/
	
}

a.class1:hover, a.class1:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px none;
}


a.class2:hover, a.class2:visited:hover {
	color: #872d60;
	height: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 10px;
}

a.class3:hover, a.class3:visited:hover {
	color: #000000;
	text-decoration: none;
	border: 0px none;
}

p.white {
	color : #ffffff;
	font-size: 10pt;
	}




/* General Layout Styles */





#main-container {
    position:relative;
	width: 1080px;
	height: 728px;
	margin:34px auto;
	text-align: left;
	overflow: hidden;
}

#top-navigation {
    position:relative;
	width: 980px;
	height: 86px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	margin: auto;
	text-align: left;
	vertical-align:bottom;
	overflow: hidden;
}




#top-bar {
    position:relative;
	width: 980px;
	height: 55px;
	background-image:url(../images/top_bar.jpg);
	margin: auto -50px;
	text-align: left;
	overflow: hidden;
}

#left-gradient {
	float:left;
    position:relative;
	width: 50px;
	height: 242px;
	margin:auto auto;
	background-image:url(../images/gradient_left.jpg);
	background-repeat:no-repeat;
	text-align: left;
	overflow: hidden;
}

#right-gradient {
	float:left;
    position:relative;
	width: 50px;
	height: 242px;
	margin:-642px 1030px;
	background-image:url(../images/gradient_right.jpg);
	background-repeat:no-repeat;
	text-align: left;
	overflow: hidden;
}

#main-content {
    position:relative;
	width: 980px;
	height: 572px;
	background-image:url(../images/main_index_blank.jpg);
	/*margin: -187px 50px;*/
	margin: auto -50px;
	text-align: left;
	overflow: hidden;
	
}

#main-gallery-content {
    position:relative;
	width: 980px;
	height: 572px;
	/*background-image:url(../images/main_index.jpg);*/
	/*margin: -187px 50px;*/
	background-color:#000000;
	margin: auto -50px;
	text-align: left;
	overflow: hidden;
}

#main-gallery-content-menu {
    position:relative;
	width: 200px;
	height: 500px;
	/*background-image:url(../images/main_index.jpg);*/
	/*margin: -187px 50px;*/
	/*background-color:#dddddd;*/
	margin: 50px 20px;
	text-align: left;
	overflow: hidden;
}

#main-gallery-section{
	float:left;
    position:relative;
	width: 730px;
	height: 500px;
	
	/*background-color:#dddddd;*/
	margin: -550px 230px;
	text-align: left;
	overflow: hidden;
}


#bottom-bar {
	float:left;
    position:relative;
	width: 980px;
	height: 15px;
	background-image:url(../images/bottom_bar.jpg);
	margin:auto 50px;
	text-align: left;	
	overflow: hidden;
}



#bottom-bar-login {

	float:left;
    position:relative;
	width: 850px;
	height: 25px;
	
	margin: -40px 70px;
		
	/*overflow: hidden;*/
}