﻿body {
	background-color: #094685;
	background-image: url('Img/Background.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #757a7f;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
}

a img {border: 0px;}
a:hover {color: #66be83;}
a {color: #66be83;}
a:hover {color: #8bdea6;}

strong {background-color: #c1dae6;}

h1, h2, h3 {
	margin: 0px; 
	margin-bottom: 15px; 
	padding: 0px; 
	font-size: 24px; 
	color: #51b3e2; 
	font-family: "Palatino Linotype", Georgia, "Lucida Sans", Arial;
}

h2 {font-size: 22px; margin-bottom: 15px; border-bottom: solid 5px #c1dae6; padding-bottom: 5px;}
h3 {font-size: 18px; margin-bottom: 5px;}

p {margin: 0px; margin-bottom: 20px; line-height: 140%;}  
ul {list-style-type: square; margin-top: 0px;}
ul li a {color: #66be83;}
ul li a:hover {color: #8bdea6;}

hr {
	background-color: #c1dae6;
	color: #c1dae6;
	border: 0px;
	height: 1px;
	margin: 0px;
}

#Header {
	width: 100%;
	height: 170px;
	background-image: url('Img/TopDecor.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
	margin-top: 65px;
}

#Header div {
	position: relative;
	left: 50%;
	margin-left: 371px;
	top: 133px;	
}

#MainHolder {
	width: 100%;
	min-height: 441px;	
	background-image: url('Img/SidesDecor.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#MiddleHolder {
	width: 983px;
	position: relative;
	left: 50%;
	margin-left: -484px;
	overflow: hidden;
}

#SideLogo {
	float: left;
}

#CentralHolder {
	width: 665px;
	float: right;
	background-color: #ffffff;
}

#RightSide {
	width: 27px;
	float: right;
}

#MenuHolder {}

#ContentHolder {
	width: 665px;
	background-image: url('Img/MiaLogoSide.jpg');
	background-repeat: no-repeat;	
	overflow: hidden;	
}

#Content {margin-left: 140px; margin-right: 20px;}

#Footer {
	width: 665px;
	height: 73px;
	background-color: #bad2de;
	background-image: url('Img/BottomStripe.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #ffffff;	
}

#Footer div {margin: 20px; margin-bottom: 0px;}
#Footer div div {margin: 0px;}
#Footer a {color: #ffffff;}
#Footer a:hover {color: #66be83;}

/*** PictureGallery CSS ***/
div.Products img {border: solid 2px #bad2de;}
div.Products div 
{
	margin-bottom: 9px!important; 
	margin-right: 8px!important; 
	float: left;
	text-align: center;
	font-size: 11px;
	width: 204px;
}
div.GI:hover {background-color: #a3b86d;}
div.GIM {
	width: 120px!important; height: 34px; 
	line-height: 30px; 
	background-color: #a3b86d; 
	position: absolute; 
	float: left; 
	margin-left: 40px; margin-top: 2px; 
	z-index: 10;
}
div.GIM a {color: #ffffff;}
div.GIM a:hover {color: #ebff9d;}
/*** End of PictureGallery CSS ***/

.Picture {border: solid 1px #bad2de;}
.Main img {border: solid 3px #c1dae6;}


/** ADMIN **/
#AdminMain {
	width: 870px; 
	margin: 0px auto;
	margin-top: 20px;
	background-color: #e1edf3;
	border: solid 5px #ffffff;
	overflow: hidden;
}

.AdminMenu {
	height: 31px;
	padding-left: 7px;
	background-color: #8fa4af;
	line-height: 30px;
	margin: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.AdminMenu a {color: #ffffff; text-decoration: none;}
.AdminMenu a:hover {color: #daf9d7;}
.AdminMenu img {margin-left: 5px; margin-right: 2px; vertical-align: middle;}

#AdminContent {margin: 10px;}
