@charset "UTF-8";
/* CSS Document */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

strong{
font-weight: bold;
}

a{
color: #fff;
outline: none;
text-decoration: none;
}

a:hover{
color: #540856;
}


h1{
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: white;
text-transform: uppercase;
margin-left: 28px;
margin-top: 22px;
}

	h1.big{
	font-size: 24px;
	}

h2{
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #540856;
margin-left: 28px;
}


body{
background-color: #131313;
background-image: url('../img/korporatekutie_bg.gif');
background-attachment: fixed;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
}

#topStrip{
width: 100%;
height: 4px;
background: #2a042a;
}

#mainContainer{
width: 900px;
overflow: hidden;
margin: 0 auto;
background-image: url('../img/purple_fade.png');
background-repeat: no-repeat;
background-position: top center;
}

#logo{
width: 500px;
height: 130px;
margin: 0 auto;
padding-top: 18px;
overflow: hidden;
}

	#logo img{
	display: block;
	margin: auto;
	margin-bottom: 20px;
	}

#nav{
width: 900px;
height: 30px;
background-image: url('../img/nav_bg.gif');
background-repeat: repeat-x;
margin-top: 20px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

#body{
width: 900px;
overflow: hidden;
background: black;
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
margin-bottom: 20px;
}

	#body p{
	margin: 20px 28px 20px 28px;
	line-height: 20px;
	font-size: 13px;
	}

#headerIntro{
width: 860px;
height: 330px;
background-image: url('../img/header_intro_bg.gif');
margin: auto;
margin-bottom: 20px;
margin-top: 20px;
padding-top: 20px;
overflow: hidden;
}

#threeBox{
width: 860px;
height: 300px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}

	#threeBox .box{
	width: 280px;
	height: 300px;
	background-color: #0a0a0a;
	float: left;
	margin-right: 10px;
	}
	
	#threeBox .box fieldset{
	margin-top: 28px;
	margin-left: 32px;
	}
	
	#threeBox .box fieldset input[type=text]{
	width: 208px; 
	height: 20px; 
	background: #1a1a1a; 
	border: 0;
	margin-top: 4px;
	margin-bottom: 14px;
	font-size: 12px;
	color: #c9c9c9;
	padding-top: 5px;
	padding-left: 4px;
	}
	
	
.product_img{
margin: 24px 0px 5px 28px;
}

.product_buynow{
float: left;
margin: 0;
padding: 0 0 0 28px;
font-weight: bold;
}

.products_similar{
width: 870px; 
border: 1px solid #0a0a0a; 
margin: 0 auto; 
margin-top: 25px; 
margin-bottom: 23px; 
padding-bottom: 13px; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
background: #0a0a0a;
}

.product_larger_link{
margin: 0 0 0 28px;
}

#contact{
width: 600px; 
overflow: hidden;
float: left; 
margin-left: 34px;
}

	#contact fieldset{
	margin-top: 22px;
	}
	
	#contact fieldset label{
	display: block;
	margin: 0 0 6px 0;
	}
	
	#contact fieldset input[type=text]{
	width: 200px;
	height: 19px;
	margin-bottom: 12px; 
	background: #1a1a1a; 
	border: none; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #fff; 
	font-size: 12px;
	padding-top: 5px;
	padding-left: 3px;
	}

.footer{
text-transform: uppercase;
text-align: center; 
font-size: 11px;
margin-bottom: 15px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	