body {
	background: url(../images/body-bg.gif) repeat-x 0 0;
	text-align: center;
	margin-top: 26px;
}
body,tr,td,input, select {
	font: 11px Verdana, Arial, sans-serif;
}

a {
	color: #cc255b;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}



#container {
	margin: 0 auto;
	text-align: left;
	width: 881px;
	border: 3px solid #000;
	background-color: #fff;
}
#header {
	clear: both;
	height: 113px;
}
#topmenu {
	clear: both;
	height: 24px;
	line-height: 24px;
	background-color: #000;
	color: #fff;
	padding-right: 10px;
	text-align: right;
}
#othernav {
	height: 27px;
	/* line-height: 35px; */
	background-color: #919191;
	color: #fff;
	margin: 0 3px;
	padding: 6px 7px 0 7px;
}
#search {
	float: left;
}
#search input.search-field{
	width: 95px;
	padding: 4px 5px 2px 5px;
	height: 12px;
	border: none;
}
#search input.search-submit{
	padding-top: 2px;
}

#lang-select {
	float: right;
}
#lang-select select.lang-select {
	border: none;
}


#main-wrapper {
	clear: both;
}
#left-col {
	float: left;
	height: 100%;
	width: 172px;
	padding: 13px 15px 0 0;
	margin: 0 0 0 3px;
	background:  url(../images/wrapper-bg-left.gif) no-repeat top right;

	
}
#main-col {
	float: left;
	padding: 13px 0;
	width: 501px;
}
#right-col {
	background: url(../images/wrapper-bg-right.gif) no-repeat -3px 0;
	padding: 13px 0 0 15px;
	margin: 0 0 0;
	float: right;
	width: 172px;
}

#footer {
	clear: both;
	padding: 0 3px;
	margin: 0 3px;
	background-color: #919191;
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}

/* menu blocks */
.menu-block {
	width: 169px;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.menu-block h3 {
	height: 24px;
	background: #cc255b url(../images/menu-title-arrow.gif) no-repeat 3px 4px;
	line-height: 24px;
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-block-content {
	border-top: 2px solid #fff;
	background-color: #919191;
}
.menu-block-content  a {
	color: #fff;
}
.menu-block-content ul li {
	min-height: 21px;
	height: auto !important;
	height: 21px;
	line-height: 21px;
	border-bottom: 1px solid #bbb;
}
.menu-block-content ul li a {
	display: block;
	width: 136px;
	text-decoration: none;
	padding-left: 10px;
}
.menu-block-content ul.extra-padding li a {
	padding-left: 33px;
}

.menu-block-content img {
	padding: 1px;
}
.personal-block {
	padding: 10px 5px 10px 10px;
	overflow: none;
}



/* Main content */
.main-block {
	width: 501px;
	margin-top: 20px;
}
.main-block h1 {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 46px;
	border: 1px solid #cdcdcd;
	margin-bottom: 1px;
	color: #fff;
	background: #8c8c8c url(../images/3arrows.gif) no-repeat 7px 50%; 
	
}
h1.home {
	color: #cc255b;
	background: #fff url(../images/welcome-title-bg.gif) no-repeat 7px 50%; 
}
 
.main-block-content {
	line-height: 18px;
	border: 1px solid #cdcdcd;
	padding: 15px 12px;
}
.main-block p {
	margin: 5px 0;
}

/* category images on homepage */
.category-images {
	list-style: none;
}
.category-images li {
	float: left;
	text-align: center;
}

/* topmenu */
#topmenu ul {
	float: right;
}
#topmenu ul li {
	float: left;
	text-transform: lowercase;
}
#topmenu ul li a {
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
}

textarea#message_body {
	width: 350px;
}

select{
	width: 200px;
}
