@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#wrapper{
	width: 800px;
	margin: auto;
}

#header{
	width: 800px;
	height: 166px;
	background-image: url(../images/layout/mhaslayout_01.jpg);
}

#menu{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	text-align: right;
	top: 140px;
	right: 10px;
}

#bar{
	width: 800px;
	height: 34px;
	background-image: url(../images/layout/mhaslayout_02.jpg);
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 4px;
	text-align: center;
}

#maincontent{
	width: 798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #151515;
	overflow:auto;
}
#rhs{width:260px;float:right;margin-right:5px;}
#innercont{
	width:550px;
	padding: 5px;
}

#foot{
	width: 800px;
	height: 28px;
	background-image: url(../images/layout/MyH&SDesign_06.gif);
	background-repeat: no-repeat;
}

#innerbox{
}

/* CONTENT BOX
------------------------*/
#contentboxwrap{
}
#contentboxtop{
	width: 550px;
	height: 18px;
	background-image: url(../images/layout/contentboxtop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#contentboxmiddle{
	width: 538px;
	background-color: #000000;
	background-image: url(../images/layout/boxmiddle.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
#contentboxbot{
	width: 550px;
	height: 17px;
	background-image: url(../images/layout/contentboxbottom.gif);
	margin: 0px;
	padding: 0px;
}

.resultsboxtop{
	width: 515px;
	height: 18px;
	background: url(../images/layout/resultstop.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
.resultsboxmiddle{
	width: 503px;
	background-color: #000000;
	background-image: url(../images/layout/boxmiddle.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	overflow:auto;
}

.resultsboxbot{
	width: 515px;
	height: 17px;
	background-image: url(../images/layout/resultsbottom.gif);
	margin: 0px;
	padding: 0px;
}
/* GENERAL LAYOUT & FORMATTING
------------------------*/

.imagefloatL{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.imagefloatR{
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

.pagetitle{
	color: #0099FF;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.boxtitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C02C67;
}

hr{
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border: 0px none 0;
}


/* Links
------------------------*/

a {
	font-weight: bold;
	color: #2C96C8;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
#menu a{
	color: #FFFFFF;
}

a:visited{
}

/* RESULTS AND DETAILS PAGE
------------------------*/

.image{
	float: left;
	width: 160px;
}

.description{
	float: left;
	width: 190px;
}

.rating{
	float: right;
	width: 150px;
	text-align: right;
}

.price{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.resultTtitle{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 16px;
}

.contentLeft{
	width: 500px;
	float: left;
	padding-right: 10px;
}
.contentRight{
	float: left;
	width: 250px;
	text-align: right;
}
#photolinks{}
#photolinks .photolink{padding:5px 0 10px 5px;width:255px;float:left;}

#photolinksspecial{margin:0 auto; width:350px;}

p{text-align:justify;}

.homepage p{font-size:13px;}

#footermenus{clear:both;}
