/* CSS Document */
/* ####################################################################################################### */
/* ### LAYOUT ############################################################################################ */
/* ####################################################################################################### */


body{
	margin:0px;
	padding:0px;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
}


#mainFrame {
	width: 100%;
	height:500px;
	margin-top:40px;
	position:relative;
	background:#FFF;
	padding:0px;
	/*border:#000 1px solid;*/
}

/* for all browsers that understand min-width */
.width {width:100%; min-width:800px;}
/* the bodge for IE6 browsers */
* html .minwidth {border-left:800px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-800px; position:relative; float:left; z-index:2;}


/* ############################################### SECTIONS  ######################################################### */

#line{
	position:realative;
	width:100%;
	height:265px;
	border-bottom: #dd2a4f 3px solid;
	
}
.top_one{
	top:1px;
}
.left_zero{
	left:0px;
}
.three_o_two{
	left:302px;
}

/* ############################################# ABOVE ############################################################## */
#above div, #below div{
	position:absolute;
}

#above{
	width:800px;
	height:265px;
	margin:0px auto;
	padding:0px;
	/*border:#000 1px solid;*/
	position:relative;
	bottom:-3px;
	background:#FFFFFF;
}
#rucksack{
	top:105px;
}
#kids{
	left:353px;
}
.awards{
	left:615px;
}

/* ################################################ BELOW ####################################################### */
#below{
	position:relative;
	width:800px;
	height:237px;
	margin: 0px auto;
	/*border:#000 1px solid;*/
}
#intro{
	top:10px;
	font-size:17px;
	padding:5px;
}
#text{
	top:60px;
	padding:5px;
	width:305px;
}
#recommend{
	background:url(images/button_recommend.jpg) no-repeat;
	width:186px;
	height:52px;
	top:125px;
	left:615px;
	text-align:center;
}
#buy{
	background:url(images/button_buy.jpg) no-repeat;
	width:179px;
	height:55px;
	top:185px;
	left:300px;
	text-align:center;
}
#buy a{
	color:#fff; font-size:18px; position:relative; top:15px;
}
a{
	position:relative;
 	top:10px;
}
a:link, a:visited{color:#dd2a4f; font-size:12px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a:hover{text-decoration:underline;}

#links{
	top:175px;
	left:480px;
	width:340px;
}
#links a:hover{
	text-decoration:none;
}