* {
	font-family: arial;
	font-size: 12px;
	color: #003A65;
}

/* LEFT COLOM */
.left {
}
.left .title {
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.left .content {
	line-height:16px;
	text-transform: normal;
}
.left hr {
	border-top: 0px;
	border-bottom: 1px solid #ffffff;
}
.left .login {
	color:#ffffff;
}
.left .login strong ,.left .login b {
	color:#ffff00;
}


/* MIDDLE COLOM */
.middle {
	text-transform: normal;
}
.middle .title {
	font-weight: bold;
	text-transform: uppercase;
}
.middle .content {
	line-height:16px;
	text-transform: none;
}
.middle hr {
	border-top: 0px;
	border-bottom: 1px dotted #cccccc;
}
.middle a {
	color:#009CD9;
	text-decoration:none;
}


/* RIGHT COLOM */
.right {
}
.right .title {
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.right .content {
	line-height:16px;
	text-transform: normal;
}
.right hr {
	border-top: 0px;
	border-bottom: 1px solid #ffffff;
}


/* BLANK TEMPLATE */
.blank .title {
	color: #003A65;
	font-weight: bold;
	text-transform: uppercase;
}
.blank .content {
	line-height:16px;
}


/* TOP MENU */
.mainButton, .mainButton a,.mainButton a:visited {
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	cursor:pointer;
	line-height:normal;
}
.mainButtonOver a,.mainButtonOver a:visited,.mainButtonOver a:hover {
	color:#ffff00;
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	cursor:pointer;
	line-height:normal;
}


/* SHOP MENU */
.mainButtonShop {
	height:20px;
	background-color:#eeeeee;
	border-top:1px solid #ffffff;
	cursor:pointer;
}
.mainButtonShop a,.mainButtonShop a:visited {
	color:#003A65;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	line-height:normal;
}
.mainButtonShopOver {
	height:20px;
	background-color:#dddddd;
	border-top:1px solid #ffffff;
	cursor:pointer;
}
.mainButtonShopOver a,.mainButtonShopOver a:visited,.mainButtonShopOver a:hover {
	color:#003A65;
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	line-height:normal;
}

/* TOP MENU */
.mainButtonLeft {
	height:20px;
	border-top:1px solid #ffffff;
	cursor:pointer;
}
.mainButtonLeft a,.mainButtonLeft a:visited {
	color:#003A65;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	line-height:normal;
}
.mainButtonLeftOver {
	height:20px;
	background-color:#cccccc;
	border-top:1px solid #ffffff;
	cursor:pointer;
}
.mainButtonLeftOver a,.mainButtonLeftOver a:visited,.mainButtonLeftOver a:hover {
	color:#003A65;
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	line-height:normal;
}


/* MISC */
.copyrights, .copyrights a  {
	color:#555555;
	text-decoration:none;
}


/* FORMS */
.input {
	color: #003A65;
	border-left:1px solid #003A65;
	border-bottom:1px solid #003A65;
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.submit {
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background-color: #003A65;
	font-size:10px;
	border:2px solid #ffffff;
}
