/* Start of CMSMS style sheet 'Layout' */
/* Global Resets */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin: 0;
	padding:0;
}

#banner img, #menu img, #content_wrapper img { display: block; }

body {
	text-align: center;
	background: url(uploads/images/layout/body_bg.png) #797875 top center no-repeat;
	padding: 0px 0px 10px 0px;
}

#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding: 0px;
}

#top {
    width: 950px;
}

#lang {
       float: left;
       height: 40px;
       width: 188px;
       color: #fff;
       font-size: 11px;
       text-align: center;
       background: url(uploads/images/layout/lang_bg_big.png) no-repeat;
}

#lang img {
      vertical-align: bottom;
      margin-top: 4px;
}


#search {
	float: right;
	text-align: right;
        padding-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#search input {
	font-size: 13px;
	color: #800D00;
	padding: 0px 2px;
}

#search input:focus {
	background: #7c8951;
	color: #fff;
}

#search .search_button {
	color: #333;
}

#logo {
	float: left;
}

#banner {
	float: right;
	width: 759px;
	height: 240px;
	margin-top: 10px;
	margin-left: 9px;
}

#banner img {
	margin-top: 10px;
	margin-left: 10px;
}

#menu {
	float: left;
	background: url(uploads/images/layout/menu_bg.png) repeat-y;
	width: 190px; 
}

#menu_padding {
	margin: 5px 15px 5px 15px;
}

#sub_menu {
	background: url(uploads/images/layout/sub_menu_bg.png) #fff;
	height: 50px;
	width: 770px;
	float: right;
}

#content_wrapper {
	background: url(uploads/images/layout/content_bg.png) #fff;
	width: 770px;
	float: right;
}

#content {
	margin: 25px 30px 5px 30px;
}

#footer {
	clear: both;
	width: 940px;
}

/* End of 'Layout' */

