@charset "UTF-8";
/* CSS Document */

body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*background-color:#005E9D;*/
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat-x;	
	z-index:0;
	font:12px Helvetica, Verdana, Arial, sans-serif;
	color:#005e9d;
	text-align:center;
}

#leftBgImage{
	top:0;
	position:absolute;
	height:100%;
	width:49%;
	float:left;
	z-index:-10;

	background-position:left;
	background-repeat:no-repeat;
}

#breadcrubmbs{
	position:absolute;
	top:60px;
	left:250px;
	z-index:20;
	font-size:10px;
}

#rightBgImage{
	top:0;
	position:absolute;
	height:100%;
	width:49%;
	right:0;
	
	z-index:-10;

	background-position:right;
	background-repeat:no-repeat;
}

#bottomBgImage{
	bottom:0;
	position:absolute;
	width:100%;
	height:126px;
	left:0;
	z-index:-10;
	

	background-position:bottom left;
	background-repeat:no-repeat;
}

#container{
	width:84em;
	height: 60.5em;
	
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	position:relative;
	text-align:left;
	
}
#header{
	height:140px;
	position: relative;
	width:960px;
}

#content{
	position:relative;
	width: 80em;
	
	z-index:15;
	margin-top: 0px;
	margin-left: 2em;
	margin-right:2em;
	padding-top: 0px;
	height: 46.5em;
	text-align:center;
}
#content_bg{
	position:absolute;
	width: 80em;
	background-color:#FFF;
	z-index:0;
	margin-top: 0px;
	margin-left: 2em;
	margin-right:2em;
	padding-top: 0px;
	height: 46.5em;
	text-align:center;
}

#content_inside{
	width: 580px;
	height: 500px;
	margin:auto;
	padding: 0;
	position:relative;
	
	z-index:5;
}

#content_panorama{
	width: 100%;
	height: 515px;
	margin:auto;
	padding: 0;
	position:relative;

	
	z-index:2;
}

#content_top{
	height: 292px;
	width:inherit;
	margin:0;
	padding:inherit;
	position:inherit;
	text-align:left;
	
}

#content_top_kites{
	position:absolute;
	height: 510px;
	width: 700px;
	margin:0;
	padding:0;;
	text-align:left;
	z-index:2;
	top:0;
	left:0;
	
	
}


#content_product{
	width: 900px;;
	height: 450px;
	margin:auto;
	margin-top:70px;
	padding: 0;
	position:relative;
	z-index:5;
	text-align:left;
}

#content_location{
	z-index:5;
}

#content_product_left{
	position:relative;
	width: 475px;
	height:auto;
	float:left;
}

#product_left_wrapper{
	position:absolute;
	top:50px; /* 125px */
	width:475px;
	height: auto;	
	
}

#clear{
	display:none;
	clear:left;
}
#product_row{
	position:relative;
	margin:0;
	padding:0;
	width:475px;
	height:135px;
	
	
}

#product_row_wrapper{
	position:absolute;
	top:0px;
	height:auto;
	
}

#product_cell{
	position:relative;
	float:left;
	width:155px;
	margin-top:20px;
	height:auto;
	
}

#product_cell_picture{
	height: 76px;
	width: 155px;
}

#product_cell_description{
/*	height: 44px;*/
	width: 155px;
	padding-top:5px;
	text-align: center;
	font-size:11px;
	font-weight: bold;
	
}



#content_product_right{
	position:relative;
	width: 380px;
	height:370px;
	float:right;
	color:#0073ae;
		
}

#product_name_row{
	position:relative;
	width:380px;
	padding:0;
	margin:0;
}



#product_name{
	width:380px;
	font-size: 19px;
	font-weight: bold;
}


#product_price{
	float:left;
	font-size: 19px;
	font-weight: bold;
	padding-right:0px;
	vertical-align: bottom;
	height:20px;
}

#brand_declararion{
	height:20px;
	padding-top:2px;
	position:relative;
	font-size: 11px;
	width:200px;
	vertical-align:bottom;	
}

#price_declaration_text{
/*	position:absolute;
	bottom:3px;*/
}

#product_name_wrapper{
	position:relative;
	width:380px;
	margin:0;
	padding:0;	
}

#product_image{
	padding-top:30px;
}

#product_description{
	position:absolute;
	bottom:0px;
	width:380px;
	text-align: justify;
	vertical-align:bottom;
	font-size: 11px;
	line-height:15px;
	
}

#product_footer{
	padding:0;
	padding-left: 24px;
	font-size: 14px;
	font-weight: bold;
	position:absolute;
	width:469px;
	top: 305px;

}

#writeUp{
	padding-top:4px;
	font-size:11px;	
	font-weight: normal;
}



#content_bottom{
	height: 170px;
	line-height: 16px;
	width:inherit;
	margin:0;
	padding:inherit;
	position:inherit;
	text-align:left;
	/*border:#0CF 1px dashed;*/
	
}


#content_bottom_kites{
	position:absolute;
	line-height: 16px;
	height: 170px;
	width:582px;
	margin:0;
	padding:inherit;
	text-align:left;
	top:292px;
	
	
}

#navBar{
	width: 80em;
	background-color:#92c559;
	z-index:20;
	height: 3.7em;
	margin: 0;
	padding: 0;
	position:static;
	background-image:url(../images/navBar_Image.png);
	background-repeat:repeat-x;
	text-align:left;
	
}

#navBar_container{
	position: absolute;
	padding: 0;
	margin: 0;
	width: 680px;
	height:43px;
	top: 00px;
	left:240px;	
	z-index:25;
	
}

#logo{
	position: relative;
	top:-4.17em;
	margin-left: 1.8em;
	z-index: 10;
	height: 17em;
	width: 17em;
	/*background-image:url(../images/logo.png);*/
	background-repeat:no-repeat;
}

#bottomLinks{
	clear:both;
	position:relative;
	color: #FFF;
	left:24px;
	padding-top:5px;
}
#bottomLinks1{
	
	position:absolute;
	color: #FFF;
	left:24px;
	top:700px;
	padding-top:5px;
}
#bottomLinksPanorama{
	position:relative;
	color: #FFF;
	text-align:left;
	padding-top:5px;
}

#clouds_top{
	background-image:url(../images/clouds_top.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:0em;
	margin-top: 3em;
	width: 26.75em;
	height: 7.41em;
	z-index: 1;
	padding: 0;
}

#clouds_bottom{
	background-image:url(../images/clouds_bottom.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-right:0;
	left: 69em;
	bottom: -2.5em;
	width: 15.7em;
	height: 8em;
	z-index: 100;
	padding: 0;
}

#clouds_bottom_panorama{
	background-image:url(../images/clouds_bottom.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-right:0;
	left: 66.9em;
	bottom: -60px;
	width: 15.7em;
	height: 8em;
	z-index: 100;
	padding: 0;
}

#sky_animation{
	position:absolute;
	margin-right:0;
	padding-left: 24px;
	width: 960px;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 1;
	margin-top: -220px;
}

#sky_animation_panorama{
	position:absolute;
	margin-right:0;
	padding-left:0x;
	width: 960px;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 1;
	margin-top: -224px;
}

#sky_animation1{
	position:absolute;
	margin-right:0;
	width: 960px;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 1;
	margin-top: -226px;
}


#back_block{
	
	width:80px;
	height:20px;
	position:relative;
	float:right;
	padding-right: 35px;
	padding-top: 26px;
	text-align:center;
	z-index: 10;
	
}

#content_location_left{
	float:left;
	width:280px;
	padding-top:60px;
	padding-left:30px;
	z-index:2;
}

#content_location_right{
	float:left;
	width:500px;
	padding-left:80px;
	
}

#productLogo{
	margin-top:20px;
	margin-left:40px;
}

#productLogoDescrition{
	margin-top:20px;
	margin-left:40px;
	width:350px;
	line-height:16px;
}

#content_location_image{
	z-index:20;

}

#address{
	text-align:left;
	clear:left;
		
}

#thumbMap{
	padding-top:10px;
	text-align:left;
	float:left;
	padding-bottom:15px;
	width:51px;

}
#enlargeTag2{
	float:left;
	padding-top:25px;
	width:175px;
}

#enlargeTag1{
		float:left;
	padding-top:25px;
	width:175px;
}


/********** TEXT FORMATING **********/
.capital {
font:34px/20px Helvetica, Verdana, Arial, sans-serif;
color: #005e9d;;
padding: 6px 0px 2px 0px;
margin-right: 3px;
margin-top: 3px;
float: left;
}

.capital_kites {
font:34px/20px Helvetica, Verdana, Arial, sans-serif;
color: #005e9d;;
padding: 18px 0px 2px 0px;
margin-right: 3px;
margin-top: 3px;
float: left;
}



a.back_link:link{
	font-size: 11px;
	color:#E3377F;	
	text-decoration:none;
	cursor:hand;
}

a.back_link:hover{
	color:#005e9d;	
	text-decoration:none;
	cursor:hand;
}

a.back_link:visited{
	font-size: 11px;
	color:#E3377F;	
	text-decoration:none;
	cursor:hand;
}

a.back_link:active{
	color:#E3377F;	
	text-decoration:none;
	cursor:hand;
}

a.bottomLinks:link{
	font-size: 12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a.bottomLinks:visited{
	
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a.bottomLinks:hover{
	
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a.productDscpr:link{
	text-decoration:none;
	color:#E3377F;
}
a.productDscpr:visited{
	text-decoration:none;
	color:#E3377F;
}

#bubble1{
	color:#FFF;
	padding:0;
	margin:0;
}

#bubble2{
	color:#FFF;
	padding:0;
	margin:0;
	
	
}

h3{
	font-size: 16px;
	font-weight: normal;
	padding-bottom:0;
	margin-bottom:3px;
}

p{
	padding:0;
	margin:0;
}

:focus{
	outline:none;
}