﻿@import url("../../reset.css");
@import url("../../cms.css");

body
{
  background-image: url(/img/2/user/background01.jpg);  
  background-repeat: repeat;
}
.content
{
 	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	background-color: #ffffff;
	width: 918px;
	border: 0px solid #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
  -moz-box-shadow: 3px 3px 10px #aaaaaa, -3px -3px 10px #aaaaaa, -3px 3px 10px #aaaaaa, 3px -3px 10px #aaaaaa;
  -webkit-box-shadow: 3px 3px 10px #aaaaaa, -3px -3px 10px #aaaaaa, -3px 3px 10px #aaaaaa, 3px -3px 10px #aaaaaa;
  box-shadow: 3px 3px 10px #aaaaaa, -3px -3px 10px #aaaaaa, -3px 3px 10px #aaaaaa, 3px -3px 10px #aaaaaa;
}
.zones
{
	background-color: #ffffff;
}
h1{
	padding-left: 6px;
	color: #e55c27;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h2{
	padding-left: 6px;
	color: #e55c27;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h3{
	color: #e55c27;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p{
	padding-left: 6px;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	padding-top: 15px;
}

.mainmenu { padding-top:10px; height:22px }
.mainmenu TABLE { margin-left:15px; }
.navlink {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #ffffff; padding-right:25px; }
.navlink:hover {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #000000; }
.navlink:active {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #000000; }
.activenavlink {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #000000; }
.activenavlink:hover {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #000000; }
.activenavlink:active {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #000000; }

.navlink2 {text-decoration: none; font-weight: normal; color: #666666; padding-right:20px; }
.navlink2:hover {text-decoration: none; font-weight: normal; color: #000000; }
.navlink2:active {text-decoration: none; font-weight: normal; color: #000000; }
.activenavlink2 {text-decoration: none; font-weight: normal; color: #000000; }
.activenavlink2:hover {text-decoration: none; font-weight: normal; color: #000000; }
.activenavlink2:active {text-decoration: none; font-weight: normal; color: #000000; }

A.k_button:link {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #ffffff;}
A.k_button:visited {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #ffffff;}
A.k_button:active {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #000000;}
A.k_button:hover, A.k_button:focus {text-decoration: none; font-weight: normal; text-transform: uppercase; color: #000000;}

A.nav:link {text-decoration: none; font-weight: normal; color: #e55c27; padding-left: 6px}
A.nav:visited {text-decoration: none; font-weight: normal; color: #e55c27; padding-left: 6px}
A.nav:active {text-decoration: none; font-weight: normal; color: #000000; padding-left: 6px}
A.nav:hover, A.nav:focus {text-decoration: none; font-weight: normal; color: #000000; padding-left: 6px}

