/* CSS Document */



/* ----------------GENERAL---------------------*/

/*html, body {
height: 90%;
}*/


img
{  border-style: none;
}

body
	{
	margin: 0;
	padding: 0;
	margin-top: 0px;
	position: relative;
	background-color: #525252;
	font: small/1.5em ariel, times, serif;
	color: #000000;
	text-align: center;
	bottom: 0px;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #444444;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #333333;
	
	}

/*-----------------CONTAINERS---------------------*/

	
.container
	
	{
	float: none;
	position: relative;
	text-align: left;
	margin: auto;
	width: 880px;
	height: 428px;	
	background-color: #ffffff;	
	border:0px solid black; 
	z-index: 155;		
	}
	
	

	

.header	
	
	{
	float: right;
	position:relative;
	text-align: right;	
	margin: auto;
	width: 880px;
	height:100px;	
	background-color: #ffffff;
	top: 0px;
	border:0px solid red; 
	background: url(../gallery/header.gif) no-repeat;	
	z-index:8;
	
	
	}
	

.navBar 
	
	{
	float: right;	
	width: 880px;	
	padding: 0em;
	border: 0px solid red; 
	height: dsf;
	text-align: center;
	z-index: 500;
	font-family: Arial, Verdana;
	background: url(../gallery/sideBorder.gif) repeat-y;
	} 
		
.content 
	
	{
	float: left;	
	width: 880px;	
	padding: 0em;
	border: 0px solid blue; 
	height: 65%;	
	z-index: 4;
	
	}

	
.new
	
	{
	float: none;	
	width: 880px;		
	border: 0px solid red; 
	height: auto;
	background: url(../gallery/sideBorder.gif) repeat-y;
	z-index: 5;		
	}


.welcome

	{	
	float: left;	
	width: 880px;		
	border: 0px solid red; 
	/*height: 130px;*/
	z-index: 555;
	color: #000000;
	background: url(../gallery/sideBorder.gif) repeat-y;
	}
	
.bottom

	{	
	float: left;	
	width: 880px;		
	border: 0px solid red; 
	height: 47px;	
	color: #000000;
	background: url(../gallery/bottomBorder.gif) no-repeat bottom;
	}

#bodyTxt
	
	{
	font-size: 11px;  
	font-weight: bold; 
	color: #747474;
	font-family: Arial, Helvetica; 
	}
	
.bodyTxt
	
	{
	font-size: 11px;  
	font-weight: bold; 
	color: #747474;
	font-family: Arial, Helvetica; 
	}

.bodyTxt2
	
	{
	font-size:13px;  
	font-weight:bold; 
	color: #747474;
	font-family: Arial, Helvetica; 
	}



.greybg 

	{ 
	background-color: #e5e5e5; 
	margin: 0;
	
	}
	
	
#frontPage 
	
	{
	height: 65px; 	
	background: url(../gallery/saleBanner4.gif) no-repeat;
	z-index: 1000;
	}

	
#backPage 

	{ 
	
	background: /*url(gallery/Banner.gif) no-repeat;*/;
	}

#mysubmit 

	{ 
	background-color: #F4F4F4; 
	font-size: 80%; 
    padding: 1px; 
	font-weight: bold;
	border:thin solid;
	border-color:#000; 
	border-width: .1em;
	color:#000;
	}


#mysubmit2 

	{ 
	background-color: #a3a3a3; 
	font-size: 80%; 
    padding: 1px; 
	font-weight: bold;
	border:thin double;
	border-color:#5c5c5c; 
	border-width: .1em;
	color:#000;
	}

#mysubmit3 

	{ 
	background-color: #F4F4F4; 
	font-size: 80%; 
    padding: 1px; 
	font-weight: bold;
	border:thin solid;
	border-color:#000; 
	border-width: .1em;
	color:#ff6800;
	}


#myinput 

	{ 
	background-color: #fff; 
	font-size: 80%; 
    padding: 2px; 	
	border:thin solid;
	border-color:#000;
	border-width: .1em;
	color:#ff6800;
	}
	
#myinput1 

	{ 
	background-color: #fff; 
	font-size: 80%; 
    padding: 2px; 	
	border:thin solid;
	border-color:#000;
	border-width: .1em;
	color:#ff6800;
	}	


#footer 

	{	
	font: .8em arial black, verdana, serif;
	text-align: center;
	/*margin: 16px 0 2.5em 0;*/
	width: 360px;
	position: relative;
	left:  250px;
	bottom: -21px;
	border: 0px solid orange;
	}


#navlist2 

	{
	margin: 0;
	padding: 0;	
	}


#navlist2 li 

	{
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
	font-family: Arial;
	}


#navlist2 a, #navlist2 a:visited 

	{
	padding: 0px 17.5px 0px 0px;
	border: 0px solid;
	border-color: #000 #000 #000 #000;
	background-color: #000000;	
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #FFFFFF;
	text-decoration: none;
	}





