img.border {
border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
-webkit-border-radius:3px;
background-color:#EEEEEE;
border:1px solid #DDDDDD;
padding:3px;
}

html {
background:url(../images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}																									

body {
width:100%;
height:100%;
margin: 0 auto;
padding: 0;
font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.blue {
	color:#0033FF;
}
a:link	{
text-decoration:none;
color:#0033FF;
}

a:hover	{
text-decoration:underline;
color:#0033FF;
}

a:visited	{
text-decoration:none;
color:#0033FF;
}

#container  {
width: 1024px; 
margin: 0 px auto;
padding:0px;
position:relative;
clear:both;
}

#header {
width:1024px;
height:78px;
margin-top:20px;
}

#header .logo{
background-image:url(../images/logo.png);
background-repeat:no-repeat;
background-position:left;
width:410px;
height:78px;
float:left;
}

#menu {
margin-top:10px;
height:40px;
width:1024px;
-webkit-border-radius:5px; 
-moz-border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
-ms-border-radius:5px;
border-radius:5px;
color:#FFFFFF;	
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #6699FF),color-stop(100%, #6666FF));
background: -moz-linear-gradient(top, #6699FF, #6666FF);
background: -o-linear-gradient(top, #6699FF, #6666FF);
background: -ms-linear-gradient(top, #6699FF, #6666FF);
background: linear-gradient(top, #6699FF, #6666FF);
-moz-box-shadow: 0 2px 1px #9c9c9c;
-webkit-box-shadow: 0 2px 1px #9c9c9c;
box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
float: left;
padding: 0 0 10px 0;
position: relative;
line-height: 0;
list-style:none;
}
#menu a
{
float: left;
height: 25px;
padding-top:8px;
padding-right:25px;
color: #fff;
text-transform: uppercase;
font: bold 14px/25px Helvetica;
text-decoration: none;
}
#menu li:hover > a
{
color:#FFF;
text-shadow: 0 2px 0 #000;
}
*html #menu li a:hover /* IE6 */
{
color:#FFF;
text-shadow: 0 2px 0 #000;
}
#menu li:hover > ul
{
display: block;
}
/* Sub-menu */
#menu ul
{
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
top: 35px;
left: 0;
z-index: 99999;
background: #444;
background: -moz-linear-gradient(#444, #111);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
-moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
-webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
box-shadow: 0 0 2px rgba(255,255,255,.5);
-moz-border-radius: 5px;
border-radius: 5px;
}
#menu ul ul
{
top: 0;
left: 150px;
}
#menu ul li
{
float: none;
margin: 0;
padding: 0;
display: block;
-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
#menu ul li:last-child
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu ul a
{
padding: 10px;
height: 10px;
width: 130px;
height: auto;
line-height: 1;
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}
*html #menu ul a /* IE6 */
{
height: 10px;
}
*:first-child+html #menu ul a /* IE7 */
{
height: 10px;
}
#menu ul a:hover
{
background: #0186ba;
background: -moz-linear-gradient(#04acec, #0186ba);
background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
background: -webkit-linear-gradient(#04acec, #0186ba);
background: -o-linear-gradient(#04acec, #0186ba);
background: -ms-linear-gradient(#04acec, #0186ba);
background: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a
{
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
#menu ul li:first-child > a:after
{
content: '';
position: absolute;
left: 30px;
top: -8px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 8px solid #444;
}
#menu ul ul li:first-child a:after
{
left: -8px;
top: 12px;
width: 0;
height: 0;
border-left: 0;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 8px solid #444;
}
#menu ul li:first-child a:hover:after
{
border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after
{
border-right-color: #04acec;
border-bottom-color: transparent;
}

#menu ul li:last-child > a
{
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after
{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html #menu { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
.small {
	font-size:10px;
	font-family:"Tahoma", Geneva, sans-serif;
}
#content {
width:1024px;
margin-top:10px;
clear:both;
display:inline-block;
}

#content .left {
width:500px;
float:left;
clear:both;
margin-top:50px;
}

.slideshow{
width:500px;
list-style: none;
position:relative;
}
ul.slideshow li {
position:absolute;
top:0px;
display:compact;
text-align:center;
}

ul.slideshow li.show {
z-index:500;	
}

#content .right {
width:500px;
float:right;
margin-right:-40px;
}

#content .right .newproducts {
width:500px;
}

#content .right .newproducts .top {
background-image:url(../images/newproducttop.png);
background-repeat:no-repeat;
height:53px;
}

#content .right .newproducts .top .text {
padding-left:23px;
padding-top:13px;
color:#0033FF;
font-size:16px;
font-weight:bold;
}

#content .right .newproducts .mid {
background-image:url(../images/newproductmid.png);
background-repeat:repeat-y;
}

#content .right .newproducts .mid .content {
padding:2px;
}

									/* Container DIV - automatically generated */
									.simply-scroll-container { 
										position: relative;
									}
									
									/* Clip DIV - automatically generated */
									.simply-scroll-clip { 
										position: relative;
										overflow: hidden;
									}
									
									/* UL/OL/DIV - the element that simplyScroll is inited on
									Class name automatically added to element */
									.simply-scroll-list { 
										overflow: hidden;
										margin: 0;
										padding: 0;
										list-style: none;
									}
										
									.simply-scroll-list li {
										padding: 0;
										margin: 0;
										list-style: none;
									}
										
									.simply-scroll-list li img {
										border: none;
										display: block;
									}
									
									/* Custom class modifications - adds to / overrides above
									
									.simply-scroll is default base class */
									
									/* Container DIV */
									.simply-scroll { 
										width: 498px;
										height: 117px;
									}
									
									/* Clip DIV */
									.simply-scroll .simply-scroll-clip {
										width: 498px;
										height: 116px;
									}
										
									/* Explicitly set height/width of each list item */	
									.simply-scroll .simply-scroll-list li {
										float: left; /* Horizontal scroll only */
										width: 116px;
										height: 114px;
										padding:2px;
									}

#content .right .newproducts .bot {
background-image:url(../images/newproductbot.png);
background-repeat:no-repeat;
height:11px;
}

#content .right .newsevents {
float:left;
width:246px;
margin-right:4px;
}

#content .right .newsevents .top {
background-image:url(../images/newseventtop.png);
background-repeat:no-repeat;
height:74px;
}

#content .right .newsevents .top .title {
margin-left:-140px;
padding-top:23px;
color:#0033FF;
font-size:14px;
font-weight:bold;
}


#content .right .newsevents .mid {
background-image:url(../images/newseventmid.png);
background-repeat:repeat-y;
}

#content .right .newsevents .mid .text {
text-align:left;
margin-left:9px;
padding:3px;
}

#content .right .newsevents .bot {
background-image:url(../images/newseventbot.png);
height:7px;
background-repeat:no-repeat;
}

#footer {
border-top: #0099FF thin solid;
width:1024px;
clear:both;
margin-top:40px;
}

#footer .text{
padding:5px;
}


/*----------------------------------------------------------------- Start About Us ----------------------------------------------------------------------------------*/
#content .about .left {
float:left;
clear:both;
width:300px;
background-image:url(../images/about_product.png);
height:358px;
background-repeat:no-repeat;
padding-top:30px;
}

#content .about .right {
float:right;
width:702px;
}

#content .about .left .title {
padding-left:23px;
margin-top:-60px;
color:#0033FF;
font-size:20px;
font-weight:bold;
}

#content .about .right .mid {

}

#content .about .right .mid .text {
padding:5px;
text-align:left;
font-size:14px;
}


/*----------------------------------------------------------------- End About Us ----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------- Start Products ----------------------------------------------------------------------------------*/
#contentproducts {
width:1024px;
clear:both;
margin-bottom:20px;
display:inline-block;
}

#contentproducts .left {
float:left;
width:665px;
background-color:#fff; padding:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius:10px;
border:#0066FF solid medium;
}

#contentproducts .left .product {
float:left;
width:120px;
height:160px;
padding-right:10px;
opacity:0.8;
}

#contentproducts .left .product:hover {
opacity:1;
}

#contentproducts .right {
float:right;
width:330px;
position:relative;
z-index:999;
margin-top:-71px;
}

#contentproducts .right .top {
background-image:url(../images/product_right_top.png);
height:70px;
background-repeat:no-repeat;
}

#contentproducts .right .mid {
background-image:url(../images/product_right_mid.png);
background-repeat:repeat-y;
}

#contentproducts .right .mid .text {
padding:0px 10px 0px 35px;
color:#FFFFFF;
}

#contentproducts .right .mid .text .link {
list-style:none;
text-align:left;
}

#contentproducts .right .mid .text .link ul{
list-style:none;
}

#contentproducts .right .mid .text .link ul li{
list-style:none;
padding:2px;
}

#contentproducts .right .mid .text .link ul li a{
color:#FFFFFF;
text-decoration:none;
font-size:14px;
}

#contentproducts .right .mid .text .link ul li a:hover{
text-decoration:none;
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #FFFFFF),color-stop(100%, #CCCCCC));
background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
background-color:#FFFFFF; padding:2px; color:#FF0000; width:auto;
padding:5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius:2px;
font-size:14px;
}

#contentproducts .right .mid .text .link ul li a:visit{
color:#FFFFFF;
text-decoration:none;
}

#contentproducts .right .bot {
background-image:url(../images/product_right_bot.png);
background-repeat:no-repeat;
height:20px;
}

.titlekategori {
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #FFFFFF),color-stop(100%, #CCCCCC));
background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
background-color:#FFFFFF; padding:5px; color:#FF0000; width:auto;
padding:8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
font-weight:bold;
font-size:14px;
margin-bottom:10px;
}

.titlekategori2 {
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #00CCFF),color-stop(100%, #0066FF));
background: -moz-linear-gradient(top, #00CCFF, #0066FF);
background-color:#FFFFFF; padding:5px; color:#fff; width:auto;
padding:8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
font-weight:bold;
font-size:14px;
margin-bottom:10px;
}


/*----------------------------------------------------------------- End Products ----------------------------------------------------------------------------------*/

/*---------------------------------------------------------------- Start News ----------------------------------------------------------------------------*/

#contentnews {
width:1024px;
margin-top:10px;
margin-left:23px;
clear:both;
padding-bottom:20px;
display:inline-block;
}

#contentnews .left {
float:left;
width:323px;
height:309px;
background-image:url(../images/news_product.png);
margin-top:50px;
clear:both;
}

#contentnews .right {
float:right;
margin-top:30px;
width:685px;
padding-left:4px;
background-color:#fff; padding:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
border:#0066FF solid medium;
}

#contentnews .right .title {
font-size:24px;
font-weight:bold;
text-align:left;
margin-bottom:0px;
margin-left:10px;
color:#0066FF;
}

#contentnews .right .text{
padding:5px;
text-align:left;
}

.titlenewsevent {
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #00CCFF),color-stop(100%, #0066FF));
background: -moz-linear-gradient(top, #00CCFF, #0066FF);
background-color:#c60000; padding:5px; color:#FFFFFF; width:auto;
padding:8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
color:#FFF;
font-weight:bold;
font-size:14px;
margin-bottom:10px;
}
#contentnews .right .text .titlenewsevent a{
	color:#FFFFFF;
}

.datenewsevent {
text-align:right;
font-size:10px;
padding:5px;
}

/*---------------------------------------------------------------- End News ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------- Start Events ----------------------------------------------------------------------------*/

#contentevents {
width:1024px;
margin-top:10px;
margin-left:23px;
clear:both;
padding-bottom:20px;
display:inline-block;
}

#contentevents .left {
float:left;
width:323px;
height:309px;
background-image:url(../images/events_product.png);
background-repeat:no-repeat;
margin-top:50px;
clear:both;
}

#contentevents .right {
float:right;
margin-top:30px;
width:685px;
padding-left:4px;
background-color:#fff; padding:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
border:#0066FF solid medium;
}

#contentevents .right .title {
font-size:24px;
font-weight:bold;
text-align:left;
margin-bottom:0px;
margin-left:10px;
color:#0066FF;
}

#contentevents .right .text .titlenewsevent a{
	color:#FFF;
}

#contentevents .right .text{
padding:5px;
text-align:left;
}

/*---------------------------------------------------------------- End Events ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------- Start Contact Us ----------------------------------------------------------------------------*/
#contentcontact {
width:1010px;
margin-top:10px;
clear:both;
display:inline-block;
margin-left:20px;
}

#contentcontact .contact .left {
float:left;
clear:both;
width:382px;
}

#contentcontact .contact .left .title {
color:#0099FF;
font-size:20px;
font-weight:bold;
text-align:right;
}

#contentcontact .contact .left .top {
background-image:url(../images/contactlefttop.png);
width:382px;
height:14px;
background-repeat:no-repeat;
}

#contentcontact .contact .left .mid {
background-image:url(../images/contactleftmid.png);
background-repeat:repeat-y;
padding:0px;
}

#contentcontact .contact .left .mid .text {
padding:5px;
padding-left:15px;
padding-right:15px;
text-align:right;
}

#contentcontact .contact .left .bot {
background-image:url(../images/contactleftbot.png);
width:382px;
height:34px;
background-repeat:no-repeat;
}

#contentcontact .contact .right {
float:right;
width:619px;
}

#contentcontact .contact .right .top{
background-image:url(../images/contactrighttop.png);
background-repeat:no-repeat;
width:619px;
height:6px;
}

#contentcontact .contact .right .mid {
background-image:url(../images/contactrightmid.png);
width:619px;
background-repeat:repeat-y;
}

#contentcontact .contact .right .mid .text {
padding:5px;
text-align:left;
}

#contentcontact .contact .right .bot {
background-image:url(../images/contactrightbot.png);
background-repeat:no-repeat;
width:619px;
height:6px;
}


/*---------------------------------------------------------------- End Contact Us ----------------------------------------------------------------------------*/

/*---------------------------------------------------------------- Start Detail ----------------------------------------------------------------------------*/

#contentproducts {
width:1024px;
clear:both;
margin-bottom:20px;
display:inline-block;
}

#contentproducts .left {
float:left;
width:665px;
background-color:#fff; padding:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius:10px;
border:#0066FF solid medium;
}

#contentproducts .left .leftimage {
float:left;
width:300px;
}

#contentproducts .left .rightdetail {
width:350px;
float:right;
}

#contentproducts .left .rightdetail .text {
padding:5px;
text-align:left;
}


/*---------------------------------------------------------------- End Detail ----------------------------------------------------------------------------*/


/*------------------------------- Start Style Form ----------------------------------------------------------------------*/

input.highlight2 { 
padding: 10px; 
background-color: #eee;	
border: #999999 solid thin;
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #fff),color-stop(100%, #00CCFF) );
background: -moz-linear-gradient( top,  #fff, #00CCFF );
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-o-border-radius:5px; 
}

input.highlight2:focus {
padding: 10px; 
box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
-webkit-box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
-moz-box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
background-color:#FFFFFF;
outline: none;
-webkit-focus-ring-color: none;
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-o-border-radius:5px; 
}

select.highlight2 { 
padding: 10px; 
background-color: #eee;	
border: #999999 solid thin;
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #fff),color-stop(100%, #00CCFF) );
background: -moz-linear-gradient( top,  #fff, #00CCFF );
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-o-border-radius:5px; 
}

select.highlight2:focus {
padding: 10px;
background-color:#FFFFFF;	
border: #999999 solid thin;
box-shadow: 0px 1px 6px rgba(0,0,0,1.7);
-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,1.7);
-moz-box-shadow: 0px 1px 6px rgba(0,0,0,1.7);
-webkit-focus-ring-color: none;
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-o-border-radius:5px; 
}

textarea.highlight2 { 
padding: 10px; 
background-color: #eee;	
border: #999999 solid thin;
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #fff),color-stop(100%, #00CCFF) );
background: -moz-linear-gradient( top,  #fff, #00CCFF );
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-o-border-radius:5px;
}

textarea.highlight2:focus {
padding: 10px; 
box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
-webkit-box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
-moz-box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
outline: none;
-webkit-focus-ring-color: none;
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-o-border-radius:5px; 
size:45px;
background-color:#FFFFFF;
}

.button {
	background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #0033FF),color-stop(100%, #0099FF));
	background: -moz-linear-gradient(top, #0033FF, #0099FF);
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 8px;
	border:none;
	-moz-outline-style:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
	color:#0000FF;
	font-weight:bold;
	box-shadow: 0px 1px 3px rgba(255,255,255,255.1);
	-webkit-box-shadow: 0px 1px 3px rgba(255,255,255,255.1);
	-moz-box-shadow: 0px 1px 3px rgba(255,255,255,255.1);
}

.captcha {
	background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #993366),color-stop(100%, #FF0000));
	background: -moz-linear-gradient(top, #993366, #FF0000);
 	background-color:#c60000; padding:5px; color:#FFFFFF; width:auto;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	color:#FF0000;
	font-weight:bold;
	}

.button2 {
	background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #0033FF),color-stop(100%, #0099FF));
	background: -moz-linear-gradient(top, #0033FF, #0099FF);
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 8px;
	border:none;
	-moz-outline-style:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
	color:#FFF;
	font-weight:bold;
	box-shadow: 0px 1px 3px rgba(255,255,255,255.1);
	-webkit-box-shadow: 0px 1px 3px rgba(255,255,255,255.1);
	-moz-box-shadow: 0px 1px 3px rgba(255,255,255,255.1);
}

.captcha2 {
	background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #993366),color-stop(100%, #FF0000));
	background: -moz-linear-gradient(top, #993366, #FF0000);
 	background-color:#c60000; padding:5px; width:auto;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	}

/*----------------------------------End Style Form -----------------------------------------------------------------------*/

/*----------------------------- Start Style Login -------------------------------------------------------------------*/
#login {
width:500px;
margin-top:150px;
margin-left:40px;
}

#login .logo {
width:500px;
}

#login .content {
margin-top:3px;
box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
-webkit-box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
-moz-box-shadow: 0px 1px 6px rgba(255,0,0,1.7);
outline: none;
-webkit-focus-ring-color: none;
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-o-border-radius:5px;
background: -webkit-gradient(linear,center top, center bottom,color-stop(0%, #00CCFF),color-stop(100%, #0066FF));
background: -moz-linear-gradient(top, #00CCFF, #0066FF);
color:#FFFFFF;
}


/*----------------------------- End Style Login -------------------------------------------------------------------*/



/*---------------------------------------------------------------- Start Admin ----------------------------------------------------------------------------*/

#contentadmin {
width:1000px;
margin-top:10px;
clear:both;
display:inline-block;
margin-left:30px;
}

#contentadmin .content {
background-color:#fff; padding:10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
border:#0066FF solid thin;
text-align:left;
}

/*---------------------------------------------------------------- End Admin ----------------------------------------------------------------------------*/
