/********/
/* html */
/********/
body {
	background:#FFF url(../img/bg/body.gif) repeat-y;
	margin:0;
	overflow:hidden;
	padding:0
}

h1 {
	color:#14498A;
	font-size:13px;
	margin:0 0 10px 0;
	padding:0
}

h2 {
	color:#7AA2CA;
	font-size:11px;
	margin:0;
	padding:0
}

p {
	margin:0 0 20px 0;
	padding:0
}

img {
	border:0;
	display:block
}

a {
	color:#FC3;
	text-decoration:none
}

a:hover {
	color:#09F
}

ul {
	list-style-type:square;
	margin:0 0 20px 35px;
	padding:0;
}

form {
	margin:0 0 20px 0;
	padding:0
}

label {
	color:#000;
	float:left;
	font-weight:bold;
	width:180px
}

input,
select,
textarea {
	border:1px solid #617AAB;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	width:250px
}

textarea {
	height:100px;
	overflow:auto
}

/**********/
/* layout */
/**********/
/* map */
#map_img,
#map_swf {
	position:absolute;
	z-index:3
}

#map_img {
	background:url(../img/bg/map_img.gif) no-repeat;
	height:110px;
	width:200px
}

#map_img a {
	display:inline;
	float:left;
	height:39px;
	margin:53px 0 0 63px;
	width:141px
}

#map_img img {
	background:url(../img/bg/map_img_2.gif) no-repeat;
	height:39px;
	width:141px
}

#map_swf object {
	height:560px;
	width:1020px
}

/* page */
#page {
	color:#666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:20px;
	position:absolute;
	width:1000px;
	z-index:1
}

/* header */
#header {
	height:100px;
	margin-top:10px
}

#header #logo {
	margin-left:462px
}

#header #logo a {
	float:left
}

/* menu */
#menu {
	height:420px;
	left:20px;
	position:absolute;
	top:120px;
	width:200px
}

#menu ul {
	height:380px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	width:200px
}

#menu ul li {
	float:left;
	height:22px;
	margin-bottom:1px;
	width:200px
}

#menu ul#depot_manager {
	bottom:0;
	height:44px;
	position:absolute
}

#menu li a {
	background:url(../img/bg/menu_item.gif) no-repeat 0 0;
	color:#14498A;
	float:left;
	font-weight:bold;
	height:22px;
	line-height:22px;
	padding:0 10px;
	text-align:right;
	width:180px
}

#menu li a:hover,
#menu li a.active {
	background:url(../img/bg/menu_item.gif) no-repeat 0 -22px;
	color:#FFF
}

#menu li a.active,
#menu li a.active:hover {
	background:url(../img/bg/menu_item.gif) no-repeat 0 -44px
}

#menu ul#depot_manager li a,
#menu ul#depot_manager li a:hover {
	background:url(../img/bg/menu_item.gif) no-repeat 0 -66px;
	color:#14498A
}

/* content */
#content_wrapper {
	background:url(../img/bg/content_wrapper.gif) no-repeat;
	height:420px;
	left:240px;
	position:absolute;
	top:120px;
	width:540px
}

#content {
	height:360px;
	margin:30px 11px 30px 30px;
	overflow:auto;
	padding-right:19px;
	text-align:justify;
	width:480px
}

/* address */
#address {
	background:url(../img/bg/address.gif) no-repeat;
	color:#444;
	height:80px;
	left:800px;
	padding:10px;
	position:absolute;
	top:10px;
	width:180px
}

#address p {
	margin:0
}

/* triggers */
#triggers {
	left:800px;
	position:absolute;
	top:120px;
	width:200px
}

#triggers img {
	height:200px;
	margin-bottom:20px;
	width:200px
}

/*********/
/* pages */
/*********/


/***********/
/* overall */
/***********/
#filter {
	background:#FFF;
	bottom:0;
	filter:alpha(opacity=0);
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	z-index:2
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px
}

.hide {
	display:none
}

.show {
	display:block
}

/* form */
#form_wrapper {
	margin-top:15px
}

.row {
	min-height:25px
}

.radio,
.checkbox {
	border:0;
	width:14px
}

.feedback_info {
	display:none;
	color:#F00;
	margin:0 0 15px 0
}

.error {
	border:1px solid #F00
}

/* buttons */
.button {
	background:#617AAB;
	border:1px solid #FFF;
	display:inline;
	float:right;
	margin:15px 0;
	padding:1px
}

.button a,
.button a:hover {
	border:1px solid #FFF;
	color:#FFF;
	float:left;
	font-weight:bold;
	line-height:14px;
	padding:2px 10px;
	text-decoration:none
}

#form_wrapper .button {
	margin:15px 28px 15px 0
}
