html {
	margin: 0;
	padding: 0;
	font-family: verdana, times new roman;
	font-size: 101%;
	color: #000;
	background: #003366;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, times new roman;
	font-size: 101%;
	color: #000;
	background: #003366;
}
	
#outercontainer {
	border-top: 0px solid #ccc;
	border-right: 1px solid #000333;
	border-bottom: 1px solid #000333;
	border-left: 1px solid #000333;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background: #000;
	z-index: -100;
}

#footer {
	border: 0px solid #000033;
	margin: 0 0 10px 0;
	padding: 5px 0;
	text-align: center;
	font-size: 70%;
	width: 100%;
	font-size: 70%;
	color: #fff;
}

.container {
	border: 0px solid yellow;
	margin: 0px 48px;
	padding: 10px 10px 10px 10px ;
	background: #000;
}
.container h1 {
	font-size: 130%;
}
.leftcontent {
	border: 0px solid blue;
	margin: 0;
	padding: 0;
	width: 195px;
	float: left;
	color: #000;
	display: inline; /* neede#edecf8d for explorer 6 when floats are used. (IE6 does silly things with margins! */
	font-size: 70%;
}
.leftcontent h1{
	border: 0px solid teal;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 120%;
	color: #5A69BB;
	text-align: center;
}
.middlecontent {
	border: 0px solid teal;
	margin: 0 0 0 0;
	padding: 0;
	width: 578px;
	float: right;
	display: inline; /* needed for explorer 6 when floats are used. (IE6 does silly things with margins! */
	font-size: 75%;
}
.middlecontent h1{
	border: 0px solid teal;
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #5A69BB;
}
.widecontent {
	border: 0px solid teal;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 75%;
}
.widecontent h1{
	border: 0px solid teal;
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #5A69BB;
}
.admMast{
	margin: 0; 
	border: #eee 1px solid;
	background: #edecf8;
	text-align: center;
}
.admMast h1{
	margin: 20px auto; 
	border: #eee 0px solid;
	color: #5A69BB;
}

.smallForm{
	margin: 0 auto; 
	width:500px;
	position:relative;
	border: #ffd42a 0px solid;
	font-size: 75%;
	
}
.smallForm h1{
	border: 0px solid teal;
	margin: 0;
	padding: 10px 0;
	font-size: 120%;
	color: #5A69BB;
}

.clear {
	clear: both; 
	margin-bottom: -1px; 
	padding-bottom: 1px
}

/* ----------- Navigation --------------- */
.hnav {
	background-image:url(' ../imagesWebsite/men.gif');
	border: 1px solid #000;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	width: 780px;
	font-size: 95%;
}
.hnav a {
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 2px 10px 2px 10px;
	line-height: 2em;
	display: block; /* display inline cause a gap between the elements. So I displayed it as a block and floated  it left */
	float: left;
	text-align: center;
}
.hnav a:link {
	background-image:url(' ../imagesWebsite/men.gif');
	border-top: 0px solid rgb(90,113,182);
	border-right: 1px solid #1a1a1a;
	border-bottom: 0px solid rgb(90,113,182);
	border-left: 0px solid rgb(90,113,182);
	color: #ccc;
}    
.hnav a:visited {
	background-image:url(' ../imagesWebsite/men.gif');
	border-top: 0px solid #5A69BB;
	border-right: 1px solid #000;
	border-bottom: 0px solid #5A69BB;
	border-left: 0px solid #5A69BB;
	color: #ccc;
}  
.hnav a:hover {
	background-image:url(' ../imagesWebsite/men2.jpg');
	border-top: 0px solid #000;
	border-right: 1px solid #000);
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	color: #fff;
}   
.hnav a:active {
	background-image:url(' ../imagesWebsite/men2.jpg');
	border-top: 0px solid #000;
	border-right: 1px solid #000);
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	color: #fff;
}   


.admHnav {
	border: 1px solid #ccc;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	font-size: 80%;
}
.admHnav a {
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 2px 10px 2px 10px;
	line-height: 2em;
	display: block; /* display inline cause a gap between the elements. So I displayed it as a block and floated  it left */
	float: left;
}
.admHnav a:link {
	background: #fff;
	border-top: 0px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	color: #5A69BB;
}    
.admHnav a:visited {
	background: #fff;
	border-top: 0px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #5ccc;
	color: #5A69BB;
}  
.admHnav a:hover {
	background: #eee;
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	color: #000;
}   
.admHnav a:active {
	color: #5A69BB;
}   
/* ----------- Other elements ----------*/
p {
	margin: 10px 10px;
	padding: 0;
}


/* ------------------ Prices --------------------- */

table{
	border:0px solid #ccc;
	border-collapse:collapse;
	font-family:arial,sans-serif;
	width: 100%;
	margin: 0 auto 20px auto;
	font-size: 120%;
}

table td,th{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:5px;
}


.one{
	border:0px solid #ccc;
	border-collapse:collapse;
	font-family: arial,sans-serif;
	width: 100%;
	margin: 0 auto;
	font-size: 90%;
}

.one  td,th{
	border:0px solid #ccc;
	border-collapse:collapse;
	padding:5px;
	color: #fff;
	
}




/************************gallery**********************************************
Image right
**********************************************************************/

.imageDisplay{
	float: left;
   border: #999 1px solid;
   width: 420px;
   height: 320px;
   background: #000;
   margin: 12px 0 0 12px;
}
.imageDisplay b.default img { 
	border: 3px #fff solid;
	margin:8px 0 0 8px;
}

.imageDisplay b span {
	display:block; 
	color: #fff; 
	font-family:verdana, arial, 
	sans-serif; 
	font-weight:normal; 
	width:398px; 
	border: 0px solid red;
	margin:20px auto;
	text-align: center;
	font-size: 90%;
}

.imageDisplay a {
	text-decoration:none; 
}

.gallery{
	margin: 0; 
	width:100%;
	position:relative;
	border: #ffd42a 0px solid;
	background: #000;
	color: #fff;
}
.gallery h1, .gallery strong{
	color: yellow;
}

.gallery ul {
	list-style:none; 
	padding:11px 11px 0 0; 
	margin: 0;
	width: 326px; 
	height: 335px;
	position:relative; text-decoration:none; 
	background: #000;
	border: yellow 0px solid;
	float: right;
}
.gallery ul li {
	display:inline; 
	width:100px; 
	height:75px; 
	float:right; 
	margin:0 0 8px 8px;
	text-align: center;
	background:#000;
}
.gallery ul li a {
	display:block; 
	width:100px; 
	height:75px; 
	text-decoration:none; 
	border:1px solid #999;
	margin: 0px;
 }

.gallery .special  {
	display:block; 
	width:70px; 
	height:20px; 
	text-decoration:none; 
	border:1px solid #999;
	margin: 4px 0 0 15px;
	color: #000;
	background: #ccc;
 } 
 
 
.gallery ul li a span {
	display:none;
	}
.gallery ul li a img {
	position: relative;
	display:block; 
	border:0px solid #fff;
	margin: 0 auto;
	 }

.gallery ul li a:hover {
	white-space:normal;  
	border: 1px solid #000;
	background-image: url('../imagesWebsite/add.png');
	}
	
.gallery ul li a:hover b {
	position:absolute; 
	left:	-433px;
	top: 12px; 
	width: 420px;
	height: 320px;
	border:1px solid #999;
	font-family:arial,sans-serif;
	margin: 0 0 0 0;
	background: #000;
	padding: 0;
	z-index:50;
}	
	
.gallery ul li a:hover b img{
	margin:8px auto 0 auto; 
	width:auto; 
	height:auto; 
	border: solid 3px #fff;
	z-index:50;
}


.gallery ul li a:hover span {
	display:block; 
	color: #fff; 
	font-family:verdana, arial, 
	sans-serif; 
	font-weight:normal; 
	width:398px; 
	border: 0px solid red;
	margin:20px auto;
	background: #000;                                                                        
}

.gallery ul li a:active, .gallery ul li a:focus {
	white-space:normal; 
	border-top: #000 0px solid;
	border-right: #b3b3b3 0px solid;
	border-bottom: #b3b3b3 0px solid;
	border-left: #000 0px solid; 
}

.gallery ul li a:active b, .gallery ul li a:focus b {
	position:absolute; 
	left:	-433px;
	top: 12px; 
	width:420px;
	height: 320px;
	border:1px solid #999;
	font-family:arial,sans-serif;
	margin: 0 0 0 0;
	background: #000;
	padding: 0;
}

.gallery ul li a:active span, .gallery ul li a:focus span {
	display:block; 
	color: #fff; 
	font-family:verdana, arial, 
	sans-serif; 
	font-weight:normal; 
	width:398px; 
	border: 0px solid red;
	margin:20px auto;
	background: #000;
}

.gallery ul li a:active img, .gallery ul li a:focus img{
	margin:8px auto 0 auto; 
	width:auto; 
	height:auto; 
	border: solid 3px #fff;
}

/* -------------- Floated Images ---------------------------------------------------- */
/*--- these images all float right abs are designed to be horizontal-------------- */
.floatedImages {
border: 0px solid red;
margin: 0 0 10px 0;
padding: 0;
}
.floatedImages img {
	border: none;
}

.floatedImages span{
border: 0px solid blue;
margin: 0;
padding: 5px;
text-align: center;
display: block;
color: #5A69BB;
}

.floatRight{
border: 0px solid blue;
margin: 0 0 0 10px;
padding: 0px;
float: right;
text-align: center;
}

.floatLeft{
border: 0px solid blue;
margin: 0 0 0 10px;
padding: 0px;
float: left;
text-align: center;
}

/* -------- form Image ---------------- */
.formImage {
margin: 40px 0 0 10px;
border: 1px solid #ccc;

}

/*--------- Misc ----------------------- */
.textRight{
	text-align: right;
}
.textCenter{
	text-align: center;
	font-size: 110%;
}

.forward{
	width: 90px;
	background: #000;
	color: yellow;
	border: 0px solid yellow;
}

