
/* CSS AND WEBSITE DESIGNED BY ALEXANDRE TONNEAU - www.alexandretonneau.com

 ________________________________
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
[_]     |X||¡|          V
        |X||/           |
        |X|             |
        |X|             |
        |X|             |
        |X|             |
        |X|             |
        |X|             ^
        |X|             
        |X|
        |X|
        |X|
        |X|
__________________________________________________________MADE IN DUBAI_____
*/

/* =========================================================================
   RESET
========================================================================= */

*, html, body, div, table, tr, td, ul, li, h1, h2, h3, h4, input, textarea {margin:0; padding:0;}
a img {border:0;}

/* =========================================================================
   MAIN SETTINGS
========================================================================= */

html {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 35px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #B5B2AA;
	line-height: 19px;
	/*background: url(images/bg-grid.gif) no-repeat top center;*/
}

img.logo {
	margin: 26px 0 9px 0;
	}
	
a, a:hover {
	text-decoration: none;
	color: #E95593;
}

/* =========================================================================
   MENU
========================================================================= */

#menu {
	height: 35px;
	display: block;
	margin-bottom: 35px;
}

#menu li {
	display: block;
	float: left;
	list-style: none;
}

#menu li a {
	float: left;
	width: 91px;
	height:1%; /* Stupid IE hack*/
	/*height: 27px;*/
	margin-right: 6px;
	padding: 8px 0 10px 0; 
	background: transparent url(images/bt-menu.gif) no-repeat top left;
	text-align: center;
	font-weight: bold;
	color: white;
}

#menu li a:hover {
	background-position: 0px -120px;
}

#menu li a:active {
	background-position: 0px -80px;
}

#menu li.active a {
	background-position: 0px -40px;
}

/* =========================================================================
   CENTRAL CONTENT
========================================================================= */

#showreel img {
	width: 795px;
	height: 381px;
}

#news {
	display: block;
	float: left;
	width: 200px;
	padding: 50px 0 0 180px;
	margin: 35px 0;
	background: transparent url(images/bg-news-eli.gif) top left no-repeat;
	font-size: 14px;
	line-height: 17px;
}

#nav {
	float: right;
	margin-top: 11px;
}

#nav a {
	display: block;
	float: left;
	width: 17px;
	height: 20px;
	padding: 4px 0 0 9px;
	margin-left: 10px;
	background: transparent url(images/bg-nav.gif) top left no-repeat;
	color: white;
}

#nav a.activeSlide {
	background: transparent url(images/bg-nav-active.gif) top left no-repeat;
}

#nav a:hover {
	color: #9D6631;
}

#extra {
	position: absolute;
	margin-left: 415px;
	top: 24px;
	text-align: right;	
}

h1 {
	font-size: 16px;
	margin-bottom: 13px;
}

p {
	margin-bottom: 12px;
}

#product img {
	margin-bottom: 13px;
}

#product h2 {
	clear: left;
	margin-bottom: 13px;
}

#left-column {
	float: left;
	width: 380px;
	margin-right: 35px;
}

#left-column h2 {
	font-size: 14px;
	color: grey;
	margin-bottom: 7px;
}

#right-column {
	float: left;
	width: 380px;
	vertical-align: bottom;
}

/* =========================================================================
   PRODUCTS LIST
========================================================================= */

#product ul.category {
	float: left;
	height: auto;
	width: 830px;
	position: relative;
	left: -35px;
	margin-bottom: 35px;
}

#product ul.category li {
	float: left;
	list-style: none;
	width: 160px;
	height: 175px;
	overflow: hidden;
	border: #E8E5E0 solid 1px;
	padding: 5px;
	margin: 0 0 13px 35px;
}

#product ul.category li img {
	margin: 0;
}

#product ul.category li:hover {
	background-color: #eeeeee;
}

#product ul.category li a {
	color: #B5B2AA;
}

/* =========================================================================
   FORM
========================================================================= */

form {
	margin-bottom: 13px;
}

label.error {
	display: block;
	clear: both;
	color: red;
}
