/***************************************************************************/
/********************** CSS STYLESHEET - WEST COMPANY **********************/
/***************************************************************************/



/******************************** GENERAL **********************************/

body
{
	font: normal 0.9em Georgia;
	color: #ffffff;
	margin: 0;
}

h1
{
	font: normal 1.5em/1.7em Georgia;
	margin: 0;
	padding: 10px 0 0 10px;
}

h2
{
	font: normal 1.2em Georgia;
	margin: 0;
	text-align: right;
}

p
{
	margin: 14px 10px 0 10px;
	text-align: justify;
}

img
{
	border: 0;
}

a:link, a:active, a:visited
{
	text-decoration: none;
	color: #005c89;
}

a:hover
{
	color: #ffffff;
}

.clearAll
{
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.languageRO
{
	position: absolute;
	left: 5px;
	top: 20px;
}

.languageUK
{
	position: absolute;
	left: 35px;
	top: 20px;
}

.productOptions
{
	margin-left: 5px;
	margin-top: 4px;
}

.productColors
{
	margin-top: 2px;
	margin-left: 1px;
}

.loading
{
	margin-top: 100px;
}



/********************************* BOXES ***********************************/

#holder
{
	width: 898px;
	margin: 120px auto;
	position: relative;
	background: url("../images/bgShadowMain.gif") repeat-y;
}

#logo
{
	position: absolute;
	right: 10px;
	top: 15px;
}

#holderTop
{
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url("../images/bgShadowTop.gif") no-repeat;
}

#holderBottom
{
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url("../images/bgShadowBottom.gif") no-repeat;
}

#mainContent
{
	min-height: 287px;
	height: auto !important;
	height: 287px;
	width: 878px;
	margin: 0 auto;
	background: url("../images/bgMain.jpg");
}

#mainBottom
{
	height: 50px;
	width: 878px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

#productContent
{
	min-height: 287px;
	height: auto !important;
	height: 287px;
	width: 878px;
	margin: 0 auto;
	background: #4cb5e9 url("../images/bgProductPage.gif") repeat-y;
	position: relative;
}

#productDetails
{
	float: right;
	width: 642px;
	text-align: center;
}



/***************************** MAIN NAVIGATOR ******************************/

#mainNav
{
	height: 55px;
	width: 878px;
	margin: 0 auto;
}

#mainNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav ul li
{
	float: left;
	height: 42px;
}

#mainNav ul li a
{
	float: left;
	height: 42px;
}

#mainNav ul li a:hover
{
	background-position: left -42px;
}

#mainNav ul li span
{
	float: left;
	height: 42px;
	background-position: left -42px;
}

.home
{
	background: url("../images/btHome.gif") no-repeat;
	width: 90px;
}

.company
{
	background: url("../images/btCompany.gif") no-repeat;
	width: 133px;
}

.products
{
	background: url("../images/btProducts.gif") no-repeat;
	width: 124px;
}

.contactus
{
	background: url("../images/btContactus.gif") no-repeat;
	width: 135px;
}

.acasa
{
	background: url("../images/btAcasa.gif") no-repeat;
	width: 90px;
}

.desprenoi
{
	background: url("../images/btDesprenoi.gif") no-repeat;
	width: 133px;
}

.produse
{
	background: url("../images/btProduse.gif") no-repeat;
	width: 124px;
}

.contact
{
	background: url("../images/btContact.gif") no-repeat;
	width: 110px;
}



/*************************** CATEGORY NAVIGATOR ****************************/

#categoryNav
{
	position: absolute;
	left: 0;
	top: 0;
	width: 235px;
	height: 287px;
	background-color: #0782bf;
}

#categoryNav ul
{
	margin: 10px;
	padding: 0;
	list-style: none;
}

#categoryNav ul li
{
}

#categoryNav ul li a
{
	color: #ffffff;
	padding: 4px 0;
	display: block;
	width: 100%;
}

#categoryNav ul li a:hover
{
	color: #444444;
	background-color: #0d8ac8;
}



/*************************** PRODUCT NAVIGATOR *****************************/

#submenu
{
	position: absolute;
	top: 0;
	left: 235px;
	width: 235px;
	height: 287px;
	background-color: #279cd6;
}

/*************************** PRODUCT NAVIGATOR TEST*****************************/

.menu
{
	z-index: 1000;
	float: left;
	width: 205px;
	padding: 10px 15px;
	min-height: 267px;
	height: auto !important;
	height: 267px;
	background-color: #0782bf;
}

.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 205px;
}

.menu li
{
	position: relative;
}

* html .menu li
{
	margin-left: -16px;
	margin-lef\t: 0;
}

/* get rid of the table */
.menu table
{
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 500;
	font-size: 1em;
	width: 0;
	height: 0;
}

/* style the links */
.menu a, .menu a:visited {
	display: block; 
	text-decoration: none;
	padding: 4px 0;
	width: 205px;
	color: #ffffff;
}

/* style the link hover */
* html .menu a:hover
{
	color: #ffffff;
	background: #0e8cca url("../images/arrow.gif") no-repeat right center;
}

.menu :hover > a
{
	color: #ffffff; 
	background: #0e8cca url("../images/arrow.gif") no-repeat right center;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility: hidden;
	position: absolute;
	left: 205px;
	padding: 4px;
	border: 1px solid #85d7ff;
	top: 0px;
	background-color: #279cd6;
}

.menu ul ul li a:hover
{
	background-image: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility: visible;
}



/********************************* FORM ************************************/

#formHolder
{
	float: right;
	padding-right: 20px;
	width: 400px;
	text-align: right;
}

#formHolder form
{
	margin: 30px 0 0 0;
}

#formHolder span
{
	padding-right: 20px;
}

.input
{
	font: normal 0.9em Georgia;
	width: 200px;
	height: 18px;
	border: 1px solid #007ebd;
	margin-top: 6px;
}

.textarea
{
	font: normal 0.9em Georgia;
	width: 360px;
	height: 80px;
	border: 1px solid #007ebd;
	margin-top: 6px;
}

.button
{
	background-color: #007ebd;
	border: 1px solid #ffffff;
	margin-top: 12px;
	color: #ffffff;
	font: normal 1.2em/18px Georgia;
	width: 80px;
	height: 22px;
}

