﻿@import url(reset.css);

@font-face
{
	font-family: Vipnagorgialla;
	src: "VIPNAGOR.ttf";
}

body
{
	background-image: url(../images/band.gif);
	background-repeat: repeat-x;
	background-position: 0px 170px;
}

p
{
	margin-bottom: 16px;
}

a
{
	color: #ffcc01;
	font-weight: inherit;
	font-size: inherit;
}

a img
{
	border: 1px solid #FFFFFF;
}

p a:hover
{
	border-bottom: 1px dashed #ffcc01;
}

h1
{
	font-size: 22px;
	margin-bottom: 16px;
}

.cb
{
	clear: both;	
}

#main
{
	width: 820px;
	margin: 0px auto;
}

.box
{
	background-color: #22314e;
	margin-top: 20px;
	color: #FFFFFF;
}

.box.top
{
	margin-top: 0px;
	background-color: #22314E;
}

.corners_top
{
	height: 18px;
	width: 820px;
	background-image: url(../images/corners_top.gif);
}

.corners_bottom
{
	height: 18px;
	width: 820px;
	background-image: url(../images/corners.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.top .corners_bottom
{
	height: 120px;
}

.top .corners_bottom .contact
{
	color: #FFFFFF;
	float: right;
	padding: 10px 20px 10px 0px;
	font-weight: bold;
}

.top .corners_bottom h3
{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
.contact h3
{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.contact p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: right;
}
.top .corners_bottom .contact a
{
	color: #FFFFFF;
}

.top .corners_bottom img
{
	margin: 50px 0px 0px 40px;
}

.box.bottom 
{
	border-bottom: 40px solid #FFFFFF;
}

.bottom .corners_top
{
	position: absolute;
}

.bottom .corners_bottom
{
	clear: both;
	margin-top: -18px;
	float: right;
}

#header
{
	height: 350px;	
	background-position: top left;
	background-repeat: no-repeat;
	margin: 50px 0px 0px 0px;
}

#header #inner
{
	height: 350px;
	background-image: url(../images/header_1.jpg);
}

#menu
{
	margin-top: 50px;
	list-style-type: none;
	height: 330px;
	width: 285px;
	padding-top: 20px;
	position: absolute;
	background-image: url(../images/trans.png);
	z-index: 80;
}

#menu ul
{
	display: none;
	position: absolute;
	margin-left: 285px;
	margin-top: -32px;
	width: 285px;
	background-image: url(../images/trans.png);
	list-style-type: none;
}

#menu li:hover ul
{
	display: block;
}

#menu li
{
	line-height: 200%;
}

#menu a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 20px;
	display: block;
}

#menu a.parent
{
	background-image: url(../images/parent.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#menu a:hover
{
	color: #FFCC01;
	border: none;
	background-image: url(../images/trans.png);
	background-repeat: repeat;
}

#logo
{
	position: absolute;
	margin-top: -90px;
	margin-left: -79px;
	z-index: 10;
}

#text
{
	margin-top: 58px;
	text-align: center;
	margin-left: 24px;
}

#text span
{
	display: block;
	position: absolute;
	margin-top: -27px;
	margin-left: 480px;
	font-weight: bold;
}

#right
{
	width: 260px;
	padding: 40px 10px 30px 10px;
	float: right;
}

#right.sub
{
	width: 400px;
}

#right.sub img
{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

#body
{
	color: #FFFFFF;
	line-height: 150%;
	width: 460px;
	float: left;
	padding: 40px;
}

#body.sub
{
	width: 320px;
}

label
{
	font-weight: bold;
	color: #9196b3;
	
	float: left;
	display: block;
	width: 160px;
}

form label
{
	padding: 3px 0px 1px 0px;
	margin-bottom: 4px;
	clear: both;
}

form .field
{
	overflow: auto;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-bottom: 4px;
	width: 270px;
}

form .field:focus
{
	padding: 2px;
	border: 2px solid #ffcc01;
	background-color: #fff6d2;
}

form .field.error
{
	padding: 2px;
	border: 2px solid #DD0000;
	background-color: #FFEEEE;
	margin-bottom: 4px;
}

form .submit
{
	padding: 3px 10px;
}

h3
{
	font-size: 18px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #ffc82e;
}

h2
{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 16px;
	color: #ffcc01;
}

.contact
{
	margin-bottom: 16px;
}

#footer
{
	text-align: center;
	clear: both;
	padding: 20px;
}

label.error
{
	color: #FFFFFF;
	margin-left: 170px;
	margin-top: -5px;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
	visibility: hidden;
}

#tag
{
	text-align: center;
	padding: 20px;
	clear: both;
	background-color: #FFFFFF;
	color: #333333;
}

#tag a
{
	color: #272C49;
	font-weight: bold;
}

.category
{
	width: 50%;
	text-align: center;
	height: 200px;
	padding-top: 40px;
	float: left;
}

/* Toolbar */
.button
{
	padding: 12px;
	margin: 5px;
	border: 1px solid #aacad4;
	
	background-image: url(../admin/images/bar_bg4.gif);
	background-position: center left;
	background-repeat: repeat-x;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #0f9fd7;
}

.button:hover
{
	background-image: url(../admin/images/bar_bg3.gif);
	color: #0099d4;
}

.button:active
{
	background-image: url(../admin/images/bar_bg2.gif);
}

.button img
{
	margin-bottom: -3px;
	border: none;
}

#toolbar
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f6fbfc;
	margin-left: -10px;
	padding-left: 10px;
	border-bottom: 1px solid #cce3e9;
	background-image: url(../admin/images/bar_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	float: right;
	width: 100%;
	margin-top: -70px;
	text-align: right;
	z-index: 2000;
}

#toolbar .button
{
	padding: 12px;
	margin: 5px;
	border: 1px solid #aacad4;
	background-color: #edf5f7;
}

#toolbar .button:hover
{
	background-color: #d6e7ec;
	color: #0099d4;
	border: 1px solid #aacad4;
}

#toolbar .button img
{
	margin-bottom: -3px;
}

#facebook
{
	margin-top: 7px;
	padding-right: 20px;
	float: right;
	z-index: 5;
}

#facebook a img
{
	border: none;
}

#facebook a
{
	margin-top: -3px;
}
.yellow_text {
	color: #ffc82e;
	font-weight: bold;
}

