@import url("menu.css");

body{
	background: #748b8b url('images/bg.gif');
	text-align:center;
}

body *{
	font-family: Verdana;
	font-size:11px;
}

small, small *{
	font-size:9px;
}

a{color:#688230}
a:visited{color:#6D6D6D}
a:hover{color:#000}

a strong{color:#88F250}
a:visited strong{color:#88F250}
a:hover strong{color:#000}


#page{
	background-color:#fff;
	width:815px;
	text-align:left;
	margin:auto;
	border: 3px solid #fff;
}

#header{
	height:130px;
	background:#fff url('../images/header.jpg');
	/*FF*/text-shadow: #ff0000 0px 0px 5px;
	/*IE*/filter: glow(color=#ff0000,strength=2);
	text-align:center;
}

h2{
	background:#fff;
}


#topmenu{ height:27px; background:#fff;}
#topmenu ul{ margin:0px; padding:0px;}
#topmenu li { list-style-type:none; float:left; width:120px; text-align:center;}
#topmenu li a { display:block; padding:7px; color: #2C4711}
#topmenu li a:hover { background-color:#fff }

#left, #right{
	float:left;
	width:170px;
	display:inline; /*IE FIX*/
}

#main{
	width:461px;
	_width:455px;
	float:left;
	margin:0 7px 0 7px;
	display:inline; /*IE FIX*/
}

#main p {
	text-align:justify;
}

h3 {
	padding:3px 7px 3px 7px;
	color:#fff;
	border:1px solid #63757D;
	background: #63757D url('../images/b_plain.gif');
	margin: 10px 0 0 0;
}

.panel{
	padding:15px 10px 15px 10px;
	border: 1px solid #63757D;
}

.smartinput{ margin:5px 0 5px 0; background-color:#fff; border: 1px solid #63757D; width:120px;}
.smartinput2{ margin:5px 0 5px 0; background-color:#e0f4ff; border: 1px solid #63757D; width:120px;}

h1{
	background: #fff url('images/bara.gif') no-repeat 50% 50%;
	padding-left:10px;
	line-height:24px;
	font-size:23px;
	font-weight:normal;
	margin:10px 0 20px 0;
}

form{
	margin:0px;
	padding:0px;
}

ol{
	list-style-type: none;
	padding: 0 4px 0 4px;
	margin:0px;
}

td, th{
	border-bottom:solid 1px #C6C6C6;
	margin-left:3px;
	padding:3px;
}

.c0{background-color:#f3f9fa;}
.c1{background-color:#fff;}

table.order {text-align:right;}

.orderc1{background-color:#fff;}
.orderc2{background-color:#EDEDED;}

.b_left, .b_right, .b_up, .b_plain{
	padding:3px 7px 3px 7px;
	overflow: visible; /*great IE fix for aditional horizontal space in buttons  */
	font-weight:bold;
	color:#fff;
	border:1px solid #63757D;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

.b_left:hover, .b_right:hover, .b_up:hover, .b_plain:hover {color:#F6FF36;}
.b_left:visited, .b_right:visited, .b_up:visited, .b_plain:visited {color:#fff;}

.b_left{padding-left:17px;background: #63757D url('../images/b_left.gif');}
.b_right{padding-right:17px;background: #63757D url('../images/b_right.gif') 100% 100%;}
.b_up{padding-right:20px;background: url('../images/b_up.gif')  100% 100%;}
.b_plain{background: url('../images/b_plain.gif')  100% 100%;}

input.b_left,input.b_right,input.b_up {border:0px; _margin-bottom:-2px;}

.form{
	height:12px;
	margin:1px;
}

textarea { width:250px; }

.important{color:#CE3636;}

.mention{color:#515151;}

.notice{margin-top:10px;background-color:#ffffd9; border:1px solid #63757D; padding:5px;}
.crumbs{margin-top:10px;background-color:#ffffd9; border:1px solid #FDF482; padding:5px;}

