/*
Blue design
*/

body
{
	width: 1000px;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0 auto;
	color:#333;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size:0.875em;
}

h1 {font-size:1.4em;}
h2 {font-size:1.875em;}
h3 {font-size:1.4em;}
h4{margin: 0 0 0 0 ;}
p{font-size:0.875em;margin: 0 0 0 0 ;}

/* Header */
#header
{
	height: 100px;
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	margin-top: 15px;   
}

#flags
{
	padding-right: 40px;
	float: right;
	padding-top: 68px;   
}




/* Container : contains the menu and maincontent*/
#container
{
	clear:both;
	position: relative;
	margin: 0 auto;
	/*margin-top: 0px;*/
	border: 1px solid #7dc1e7;
	border-right: 1px solid #7dc1e7;
	background-color: #7dc1e7;
	background-image: url("../images/menubar.gif");
	background-repeat: repeat-y;
}


/* Menu */
#menu
{
	position:absolute;
	/*width: 157px;*/
	width: 140px;
	height: auto;
	margin-top: 123px;
	margin-left: 9px;
	background-color: #fbbe25;
	border: 1px solid #fbbe25;
	/*background-color: #7dc1e7;*/
	background-color: white;
	
}

/* Menu effects */
.menu_element 
{
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
	border: 1px solid #eaf8ff;
	background-color: #fbbe25;
}


/* maincontent */
#maincontent
{
	position:relative;
	margin-left: 160px;
	border: 1px solid white;
	line-height:150%;
	background-color: #FFFFFF;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

#maincontent h1
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#maincontent h2
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#maincontent h3
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}


/* Title of a page*/
.title
{
   display: block;
   border: 1px dashed orange;
   height: 65px;
   margin-top: 20px;
   margin-bottom: 35px;
   margin-right: 0;
   background-color:#fbbe25;
}

/* announce*/
.announce
{
	display: block;
	border: 1px dashed orange;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.announce img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.announce p
{
	text-align: center;
	width: 100%;
	margin: 10px 0px 10px 0px ;
}

.announce h4
{
	text-align: center;
}

.title h1
{
   margin-top: 20px;
}

.title h2
{
   margin-top: 20px;
}

.title h3
{
   margin-top: 20px;
}

.title h4
{
	margin-top: 20px;
   text-align: center;
}

/* Sub categories titles*/
.subtitle
{
   border: 1px dashed orange;
   /*height: 65px;*/
   margin-top: 20px;
   margin-bottom: 10px;
   margin-right: 0;
   padding-bottom: 20px;
   background-color:#fbbe25;
}
.subtitle h4
{
	text-align: center;
}


/* Product as diplayed on home page */
.product
{
	position:relative;
	border: 1px dashed orange;
	background-color: #FFFFFF;
	height: 1%;
	padding-left: 5px;
	padding-right: 5px;
	width: 239px;
	height: 320px;
	margin: 0 10px 20px 0px;
}
/* Invisible product used to adjust rows of products */
.empty_product
{
	position:relative;
	/*border: 1px dashed orange;*/
	background-color: #FFFFFF;
	height: 1%;
	padding-left: 5px;
	padding-right: 5px;
	width: 220px;
	height: 320px;
	margin: 0 10px 20px 10px;
}
.product img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.product p
{
	width: 100%;
	text-align: center;
	background-color: #ABCDEF;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0px;
	border:0px;
}

.blink
{
	text-decoration: blink;
	background-color: #FF0000;
	color:#FF3;
}

/* Product as diplayed on specific product page */
.subproduct
{
	border: 1px dashed orange;
	margin-bottom: 10px;
	
	padding-left:30px;
	padding-right:30px;
}

.subproductTitle
{

}

.subproductdescription
{
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #ABCDEF;
}

.subproductref
{

	display: block;
	width: 170px;
	margin-left: auto;
	margin-right: 0;
	background-color: #fbbe25;
}


.subproduct img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0 ;
	margin-bottom: 0 ;
	background-color: #FFFFFF;
}

.youtube
{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}


.subproduct p
{
	width: 100%;
	margin: 0 0 0 0 ;
}

.backlink
{
	border: 1px dashed orange;
	margin-bottom: 10px;
	
	padding-left:30px;
	padding-right:30px;
	
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fbbe25;
	
	text-align: center;
}

#video-js-box
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Footer */
#footer
{
	display:block;
	clear:right;
	position: relative;
	height: 40px;
	text-align: center;
	color: #000009;
	background-color: #FFFFFF;
	background-image: url("../images/footer.gif");
	background-repeat: repeat-x;
	margin-top: 0px;
	font-size:0.875em;
	color: #00c1e7;
}

a {color: #000000; text-decoration: none; border:0px;}
a:link {color: #000000; text-decoration: none; border:0px;}
a:hover {color: #FF0000; text-decoration: none; border:0px;}
img {color: #000000; text-decoration: none; border:0px;}
img:hover {color: #000000; text-decoration: none; border:0px;}
