/* ================================================= */

/* ============== Common definitions =============== */
body 
{
	background-color: #a9a9a9;	
	margin:0;
	padding:0;
	text-align:center;
}
body, td, th, p, a {
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}

img
{
	border: 0;	
}

form { margin:0; padding:0; }
input { margin:0; }

sup 
{
	line-height: 0;
	font-size: 8px;
}

/* ================================================= */

/* ===================== DIVs ====================== */
#mainHolder 
{ 	
	position: relative;
	width: 760px; 
	height: auto;
	background: #fff;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 40px;
	text-align: left;
	border: 2px solid #f00;
	top: 18px;
}

#header
{
	position: relative;
	width: 158px;
}

#logo
{
	width: 205px;
	padding-left: 15px;
	padding-top: 10px;
	height: 80px;
}

#headerImg
{
	margin-left: 222px;
	margin-top: -90px;
}

#languageSwitch
{
	position: relative;
	margin-top: -85px;	
	left: 663px;
	float: left;
}

#languageSwitch a
{
	font-size: 9px;
	text-decoration: none;
}

#languageSwitch a:hover
{
	text-decoration: underline;
}

#leftColumn
{
	position: relative;
	width: 173px;
	float: left;
	height: auto;
}


#mainColumn
{
	width: 556px;
	position: relative;
	padding: 0;
	margin: 0;
	height: 500px;
	float:right;
}

html>body #mainColumn
{
	height: auto;
	min-height: 500px;	
}

#divBreadcrumb
{
	position: relative;
	margin-top: 20px;
}

#mainContent
{
	margin-top: 20px;
	width: 536px;
	height: 100px;
}

#footer
{
	height: 17px;
	text-align: right;
	clear: both;
	background-color: #818181;
	width: 760px;
	border-top: 1px solid #f00;
}

#footerContent
{
	margin-right: 8px;
	margin-top: 2px;
	color: #fff;
	font-size: 10px;
}

#home
{
	width: 760px;
	position: relative;
	padding: 0;
	margin: 0;
	height: 500px;
	float:left;
}

html>body #home
{
	height: auto;
	min-height: 500px;	
}

#homeTop
{
	position: relative;
	width: 725px;
	margin: 0;
	padding-bottom: 15px;
	top: 20px;
	left: 15px;
	border-bottom: solid 1px #f00;
	float:left;
}

#homeLeft
{
	position:relative;
	width:212px;
	/*border-right:solid 1px #f00;*/
	height:100px;
	float:left;
	margin-top:30px;
	padding-left: 15px;
}

html>body #homeLeft
{
	height: auto;
	min-height: 100px;	
}

#homeRight
{
	margin-left:00px;
	margin-top:30px;
	width:514px;
	float:left;
	text-align: justify;
}

#divProducts
{
	margin-top: 30px;
	width: 536px;
	height: 100px;
}

html>body #divProducts
{
	height: auto;
	min-height: 100px;	
}

/* ================================================= */

/* =================== TOP MENU  =================== */
#topMenu
{
    position: relative;
    width: 760px;
    background: #5b5b5b;
    border-bottom: solid 3px #f00;
    height: 21px;    
    float: left;
}

.topMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topMenu li
{
    margin: 0;
    padding: 0;
    float: left;
    padding-top: 3px;
}

.topMenuItems 
{
    height: 21px;
    padding: 0;
    background: #5b5b5b;
    margin-left: 210px;
}

.topMenuItems ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.topMenuItems li 
{
    /*width: 90px;*/
    height: 21px;
    text-align: center;
    
    float: left;
}

.topMenuItems a 
{
    display: block;
    width: 75px;
    height: 21px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: transparent url(../../Resources/images/divider.gif) right top no-repeat;
}

.topMenuItems a:hover
{
    font-weight: bold;
    text-decoration: underline;
    top: 3px;
}

.topMenuItems ul li a
{
	/*padding-top:3px;*/
}

li.topMenuItemSelected
{
    width: 90px;
    height: 21px;
    background-color: #f00;
	color: #fff;	
	text-align: center;    
    font-weight: bold;
}

.topMenuItemSelectedContent,
.topMenuItemContent
{
	position:relative;
	top:3px;
}

.cuurentTopMenu
{
	position: relative;
	color: #F9F3F3;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
	width: 173px;
	clear: both;
	text-align: right;
}

a.bgNone
{
	background: none;
}

/* ================================================= */

/* =================== LEFT MENU  =================== */
#leftMenu
{
	position: relative;
	padding: 0px;
	left: 15px;
	top: 20px;
	margin-bottom: 60px;
	height: 350px;
	width: 158px;
	border-right: solid 1px #f00;
}

html>body #leftMenu
{
	height: auto;
	min-height: 350px;	
} 


.leftMenuMainItem
{
	/*font-size: 12px;*/
	font-weight: bold;
	width: 148px;
	border-bottom: solid 1px #f00;
	margin-bottom: 5px;
}

#leftMenu ul
{
	list-style-type: none;
	width : 158px;
	padding: 0;
	margin: 0;
}

#leftMenu li 
{ /* all list items */
	position : relative;
	margin-bottom : -1px;
	width: 148px;
	height: auto;
}


#leftMenu li ul 
{ /* second-level lists */
	position:relative;
	pading-top: 10px;
	display: none;	
}

#leftMenu li a
{
	display : block;
	height : 20px;
	text-decoration : none;
	padding-left: 22px;
	/*font-size: 12px;*/
	background: #fff url(../../Resources/images/bullet_logo.gif) left top no-repeat;
}
html>body #leftMenu li a 
{
	height: auto;
	min-height: 20px;	
} 


#leftMenu li ul li a 
{
	display : block;
	text-decoration : none;
	padding-left: 30px;
	/*font-size: 12px;*/
	background: none;
	height: 17px;
}
html>body #leftMenu li ul li a 
{
	height: auto;
	min-height: 17px;	
} 

#leftMenu li a.menuItemSel
{
	font-weight: bold;
	text-decoration: none!important;
	cursor: default!important;
	/*font-size: 12px;*/
	/*letter-spacing: -0.1em;*/
}

#leftMenu li a:hover
{
	text-decoration: underline;
}
/* ================================================= */

/* ==================== LINKS ====================== */

#footerContent a,
#footerContent a:hover, 
#footerContent a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	vertical-align: top;
}
/* ================================================= */

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

.productLeft
{
	float: left;
	position:relative;
}

.productLeftZoom
{
	 position:absolute;
	 left: 40px;
	 top:10px;	
	 background-color:#fff;
	 border: dashed 1px #5b5b5b;
	 display: none;
	 z-index:10;
	 /*background: #fff url(../../Resources/images/close.gif) right top no-repeat;*/
}

.productImgAddZoom
{
	 position:absolute;
	 left: 10px;
	 top:10px;	
	 background-color:#fff;
	 border: dashed 1px #5b5b5b;
	 display: none;
	 z-index:10;
}

.productAdd
{
	float: left;
	position:relative;
	width: 50px;
}

.productDetails
{
	margin-left: 152px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #f00;
	height: 80px;
	width: 381px;	
}
html>body .productDetails
{
	height: auto;
	min-height: 80px;	
}

.productDetailsNoImg
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #f00;
	height: 50px;
	width: 533px;	
	float: left;
}
html>body .productDetailsNoImg
{
	height: auto;
	min-height: 50px;	
}

.productImg
{
	width: 100px;
	border: 1px solid #5b5b5b;
	cursor:pointer; 
	cursor: hand;
}

.productImgAdd
{
	width: 40px;
	border: 1px solid #5b5b5b;
	cursor:pointer; 
	cursor: hand;
}

.productImgBig
{
	width: 300px;
	margin: 7px;
	cursor:pointer; 
	cursor: hand;
}

.iconZoom
{
	margin-right: 0px;
	margin-bottom: 0px;
	width:12;
	height:12;
}

.productTitle
{
	font-size: 13px;
	font-weight: bold;
}

.product
{
	vertical-align: top;
}

.productKids
{
	float:right;
	margin-top:-12px;
}

.price
{
	font-weight: bold;
}

.prices
{
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

.priceValue
{
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

.tablePrices
{
	display: none;
	background-color: #fff;
	border-top: solid 1px #f00;
	border-left: solid 1px #f00;
	width: 375px;	
}

.tablePrices td
{
	border-right: solid 1px #f00;
	border-bottom: solid 1px #f00;
	padding: 2px;
	text-align: center;
}

.tablePricesHeader
{
	font-weight: bold;
	/*text-align: center;*/
}

.tableFriends td
{
	height: 23px;
	border-bottom: 1px solid #f00;
}

.tableFriends tr.alterRow
{
	background-color: #F9F3F3;
}

.show
{
	display: block!important;
}

.breadCrumbCurrentItem
{
	color: #f00;
}

.shodanSign
{
	width: 35px;
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

.homeImg
{
	margin-right: 20px;
	margin-bottom: 20px;
}

.contactImg
{
	margin: 0 0 20px 9px;
	cursor: pointer;
	cursor: hand;
}

.contactImgBig
{
	width: 397px;
	margin: 7px;
	cursor:pointer; 
	cursor: hand;
}


.contactImgZoom
{
	 position:absolute;
	 right: 40px;
	 top:10px;	
	 background-color:#fff;
	 border: dashed 1px #5b5b5b;
	 display: none;
	 z-index:10;
	 /*background: #fff url(../../Resources/images/close.gif) right top no-repeat;*/
}

.contactLeft
{
	width:451px;
	position:relative;
	float:left;
}

html>body .contactLeft
{
	width:450px;
}

.paragraphTitle
{
	font-weight: bold;
	color: #f00;
}

.pageIntro
{
	font-weight: bold;
}

.txtNarrow
{
	letter-spacing: -0.1em;
}

a.moreImgs
{
	font-size: 9px;
	color: #f00;
}


.servicesImg
{
	margin: 0 0 20px 9px;
	cursor: pointer;
	cursor: hand;
}

.servicesImgBig
{
	width: 350px;
	margin: 7px;
	cursor:pointer; 
	cursor: hand;
}


.servicesImgZoom
{
	 position:absolute;
	 left: 40px;
	 bottom:10px;	
	 background-color:#fff;
	 border: dashed 1px #5b5b5b;
	 display: none;
}

.servicesImgZoomRight
{
	 position:absolute;
	 right: 40px;
	 bottom:10px;	
	 background-color:#fff;
	 border: dashed 1px #5b5b5b;
	 display: none;
}

.services
{
	position:relative;
	float:left;
	width: 145px;
