
#wrapper{
	margin: 0 auto;
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	}
	
#header{
	height: 138px;
	background-image: url(../images/layout_01.jpg);
}
#main{
	width: 590px;
	float: left;
}

#side{
	width: 210px;
	float: left;
	background-color: #50A9FC;
}

#menu{
	height: 28px;
	background-color: #50A9FC;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}


.title{
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#content{
	padding-right: 10px;
	padding-left: 10px;
}

#footer{
	width: 800px;
	background-image: url(../images/layout_06.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

/* MENU */

#menu ul{
	list-style-type: none;
	margin: 0px;
	left: 15px;
	position: relative;
}

#menu li{
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-left: 20px;
}

#menu a{
	color: #FFFFFF;	
}

#menu a:hover{
	text-decoration: underline;	
}

/* MAIN PAGE RULES */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	margin: 0px;
	background-color: #DBEEFF;
}

A:link{
	font-weight: bold;
	color: #051B83;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

.pagetitle{
	font-size: 24px;
	color: #5D85E1;
	font-weight: bold;
	text-transform: uppercase;
}

.boxtitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}


/* HEADER MENU */

.headerMenu A:link{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
}

.headerMenu A:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 18px;
}


/* FOOTER MENU */

.footerMenu A:link{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

.footerMenu A:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}



/* CONTENT */

.price{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.imagefloatR{
	float: right;
	margin: 10px;
}
.imageFloatL{
	float: left;
	padding: 10px;
}

hr{
	color: #99CEFF;
	background-color: #99CEFF;
	height: 2px;
	margin: 0px;
	padding: 1px;
	border: 0;
}

.advertImage{
	padding-bottom: 5px;
}


/* RESULT AND DETAILS PAGES */


.container{
	background-color: #DBEEFF;
	background-image: url(../images/images/result-box_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 554px;
	margin: 0 auto;
}

.image{
	float: left;
	padding-left: 5px;
}

.description{
	float: left;
	width: 290px;
	padding-left: 5px;
	padding-right: 5px;
}

.rating{
	float: left;
	padding-right: 5px;
	text-align: right;
}

.bottom{
	height: 17px;
	background-image: url(../images/images/result-box_03.gif);
}

.leftcolumn{
	float: left;
	width: 400px;
	padding-right: 10px;
}

.rightcolumn{
	float: left;
	width: 150px;
	text-align: right;
}

.itemtitle{
	color: #03198C;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

.detailsLeft{
	width: 375px;
	float: left;
	padding-right: 10px;
}

.detailsRight{
	float: left;
	text-align: right;
}
p {text-align:justify;}