/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color:#58585a;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color:#b4b4b5;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
	height: 100%; 
}

body{
	margin: 0;
	padding: 0;
	background: #000 url(../../../graphics/bg.gif) top center no-repeat;
}

#contener{
	width: 950px;
	margin: auto;
	text-align: justify;
	
}

html>body #contener{ 
	height: auto;
}

/******************************************************
			SECONDARY BOXES
******************************************************/
#banner{	
	width:602px;
	height:291px;
	}

#footer div{
	font:9px Tahoma;
	}
#lineRight{	
		margin-right:75px;
		width:115px;
		height:2px;
		background:#ed1c24;
		margin-top:50px;
		float:right;
		overflow:hidden;
		}

#tekst{
	padding-left:100px;
	padding-right:40px;
	}
.title{
	float:right;
	padding-right:100px;
	font-size:24px;
	color:#ed1c24;
	font-family:Tahoma;
	}

#content{
		background:url(../../../graphics/bgContent.jpg) top left no-repeat;	
		min-height:500px;
		}
		
#divRight{	
	width:602px;
	float:left;
	}
	
#divHome{
	width:602px;
	height:584px;
	margin:0px;
	padding:0px;
	}
#divLeft{
	width:348px;
	min-height:500px;
	float:left;
	}
	
#menu{
	background:url(../../../graphics/bgMenu.gif) no-repeat;
	color:#b4b4b5;
	width:318px;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	height:51px;
	overflow:hidden;
	
	}
	
.menu,.menu:hover{
	font:11px Tahoma;
	color:#b4b4b5;
	font-weight:normal;
	text-decoration:none;
	padding:4px 8px;
	}
.menu:hover{
	background:red;
	color:black;
	}
	
.footMenu,.footMenu:hover{
	font:9px Tahoma;
	color:#58585a;
	font-weight:normal;
	text-decoration:none;
	padding:4px 8px;
	}
.footMenu:hover{
	background:red;
	color:black;
	}
	
	

		
#news{
	background:url(../../../graphics/bgNews.gif) top right no-repeat;
	min-height:30px;
	color:#b4b4b5;
	width:318px;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	}
	
	
.newsA,.newsA:hover{
	color:#ed1c24;
	text-decoration:none;
	background:url(../../../graphics/newsPoint1.gif) left center no-repeat;
	padding-left:10px;
	}
	
.newsA:hover{
	color:white;
	}
	
.hrLine{
	width:65px;
	height:2px;
	overflow:hidden;
	background:#ed1c24;
	clear:both;
	margin:20px 10px;
	
	}
/******************************************************
			FONT
******************************************************/

.font_blue{
	color: #17a0c5;
}

#shop div{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #9f9d89;
}

#categoryTitle,#shopTitle{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#kontakt div{
	color: #fed911;
	font-weight: bold;
}

.recommendPrice, .productPrice{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.noInput{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #a9a9a9;
}

.font11{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #118f40;
}

.font11_red_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}

.font10_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.font11_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

.font12_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.font11_violet{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #5F3076;
}

.font12_violet{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #5F3076;
}

.font_menu{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#left ul li{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #17a0c5;
}

/******************************************************
			FORM
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}

.label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

input.text,
textarea {
	float: left;
	border: 1px solid #000;
	background-color: #8e8c8c;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #8e8c8c;
}

.noInput{
	border: 0;
    background: none;
}


form{
	margin: 0;
}


