/* page wide */
a {
	color: #356AA0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

div.clear {
	clear: both;
}

/* container */
div.container {
	width: 975px;
	min-height: 250px;
	margin-left: 10px;
}

/* header and logo */
div.header {
	height: 18px;
	background-color: #E5E6E7;
	padding-top: 4px;
	padding-right: 5px;
	text-align: right;
}

div.header span {
	padding-left: 10px;
}

div.logo {
	height: 62px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
}

/* menu */
div.menu {
	height: 30px;
	background-color: #4E2073;
	background-image: url(/img/frontend/menu_background.png);
	background-repeat: repeat-x;
}

div.menu div.search {
	padding-top: 4px;
	padding-left: 4px;
	float: left;
	margin-right: 4px;
}

div.menu div.search input[type=text] {
	height: 15px;
	margin: 0px;
	padding: 1px;
	padding-top: 2px;
	width: 169px;
	font-size: 11px;
}

div.menu div.menuitem {
	height: 22px;
	background: url(/img/frontend/menu_border.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}

div.menu div.menuitem a {
	color: #FFFFFF;
	font-size: 12px;
}

div.menu div.menuitem_close {
	background: url(/img/frontend/menu_border.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 2px;
	float: left;
}

/* sidebar */
div.sidebar {
	width: 200px;
	min-height: 600px;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #E5E6E7;
	padding-left: 10px;
}

div.sidebar ul.nav, div.sidebar ul.subnav_1, div.sidebar ul.subnav_2 {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

div.sidebar ul.subnav_1, div.sidebar ul.subnav_2 {
	padding-left: 20px;
	margin-bottom: 10px;
}

div.sidebar ul.nav li {
	list-style-type: none;
	margin-bottom: 5px;
}

div.sidebar ul.subnav_1 li {
	list-style-type: circle;
	color: #EB5C7C;
}

div.sidebar ul.subnav_2 li {
	list-style-image: url("/img/frontend/li_blue.png");
}

div.sidebar ul.nav li a {
	color: #460562;
}

div.sidebar ul.subnav_2 li a {
	color: #878787;
}

/* center */
div.center {
	padding-top: 10px;
}

div.content {
	width: 529px;
	float: left;
}

div.navbar {
	height: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

/* page navigation */
div.pagenav {
	float: right;
	width: 150px;
	text-align: right;
}

div.pagenav span.previous {
	float: left;
}

div.pagenav span.next {
	float: right;
}

div.breadcrumb {
	float: left;
}

/* main container, header and content */
div.main {
	min-height: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.main_header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #4E2073;
}

div.main_header div.title {
	float: left;
}

div.main_header div.order {
	float: right;
}

div.main_content {
	padding-right: 10px;
	margin-bottom: 10px;
}

div.main_content input[type="text"] div.main_content textarea {
	width: 200px;
}

div.main_content input[type="submit"] {
	width: 100px;
}

/* banner */
div.banners {
	width: 210px;
	float: left;
	border-left: 1px solid #E5E6E7;
	padding-left: 10px;
	height: 600px;
}

div.banners h1 {
	font-size: 13px;
	color: #4E2073;
	font-weight: normal;
}

div.banners ul {
	list-style-image: url("/img/frontend/li_yellow.png");
	padding-left: 15px;
}

div.banners ul li {
	margin-bottom: 3px;
	font-size: 12px;
}

div.banners ul li a {
	color: #878787;
}

div.banner_item {
	margin-bottom: 20px;
}

div.banner {
	padding: 10px;
}

div.banner_0 {
	border: 2px solid #EB5C7C;
}

div.banner_1 {
	border: 2px solid #8CD2E0;
}

div.banner_2 {
	border: 2px solid #FFD64B;
}

/* footer */
div.footer {
	height: 20px;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
	background-image: url(/img/frontend/footer_background.png);
	background-repeat: repeat-x;
}

/* error and message box */
div.error {
	background-color: #FFD8D8;
	border: 2px solid #7F0000;
	padding: 10px;
	color: #7F0000;
	font-weight: bold;
	text-align: center;
}

div.message {
	background-color: #E4FFD8;
	border: 2px solid #007F0E;
	padding: 10px;
	color: #007F0E;
	font-weight: bold;
	text-align: center;
}

/* article */
div.article {
	text-align: left;
}

div.tabs {
	position: relative;
}

div.tab {
	width: 110px;
	height: 20px;
	padding-bottom: 3px;
	padding-top: 7px;
	padding-left: 5px;
	float: left;
	cursor: pointer;
	border-top: 1px solid #E5E6E7;
	border-left: 1px solid #E5E6E7;
	border-bottom: 1px solid #E5E6E7;
	background-color: #ededed;
}

div.tab a {
	color: #000000;
	font-size: 11px;
}

div.tab_active {
	background-color: #ffffff;
	border-bottom: 0px;
	height: 21px;
}

div.tab a.active {
}

div.tabs_content {
	padding-top: 10px;
}

div.tab_last {
	border-right: 1px solid #E5E6E7;
}

div.tab_whitespace {
	border-bottom: 1px solid #E5E6E7;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 31px;
	z-index: -1;
}

/* contact form */
td.contact {
	width: 250px;
	vertical-align: top;
}

span.contact {
	font-size: 9px;
}

input.contact, textarea.contact {
	width: 95%;
}

select.contact {
	width: 95%;
}

select.contact_day, select.contact_month {
	width: 50px;
}

select.contact_year {
	width: 75px;
}

select#hour, select#minute, select#time, select#day, select#month {
	width: 50px;
}

select#year {
	width: 75px;
}

label.error {
	color: #ff0000;
}

div.callme {
	width: 180px;
}

div.callme h2 {
	color: #4E2073;
	margin-bottom: 10px;
}

div.callme p {
	margin: 0px;
}

div.callme_container {
	padding-top: 20px;
	background-image: url("/img/frontend/callme_background.gif");
	height: 145px;
}

div.callme_container input[type=text] {
	width: 110px;
	margin-top: 2px;
}

div.callme_container select {
	width: 148px;
	margin-top: 2px;
	color: #444444;
}

