body {
	background: #F5F5F5 url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;
}

/* Menu */
#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 50px; /*37px;*/
	padding: 0; /*13px 30px 0px 30px;*/
	font-size: 1.4em;
	font-weight: bold;
	color: #FCFDDF;
	background-image: none; /* for IE < 6 */
}

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
}

#menu .innermenulink {
	position: relative;
	top: 13px;
	padding: 0 30px 0 30px;
}


#menu .current_page_item a {
	background: url(../images/img04.gif) repeat-x;
}

/* Live Chat */
#live_chat {
	float: left;
	padding: 2px 0 0 40px;
	width: 0;
	height: 0;
}

/* Header */
#header {
	height: 101px;
	min-width: 965px; /* ensure logo and search box have enough space */
}

/* Logo */
#logo {
	float: left;
}

#logo h1,#logo p {
	float: left;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 3.2em;
	font-weight: bold;
	color: #E43C15;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

#logo img {
	padding-left: 5px;
	padding-top: 3px;
	border:0 none;
}

#tagline {
	color: #818281;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family:"Myriad Pro", Arial, sans-serif;
	bottom: 16px;
	position: relative;
	white-space:nowrap;
}

/* wrapper of sub menu and search box */
#search_menu_wrapper {
	float: right;
	position: relative;
	/*width: 515px;*/
}

/* sub menu */
#sub_menu {
	float: right;
	padding-top: 5px;
}

#sub_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sub_menu li {
	display: inline;
}

#sub_menu a {
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 23px;
	margin-bottom: 13px;
}

#sub_menu a:hover {
	color: #989898;
}

#sub_menu .current_page_item a {
	background: none;
}

/* Search */
#search * {
	margin:0;
	padding:0;
}

#search_wrapper {
	float: right;
	clear: right;
	width: 200px;
	height: 26px;

	padding-top: 14px;
	padding-right: 70px;
}

#search {
	float: left;

	width: 175px;
	height: 26px;

	padding: 0;
	white-space: nowrap;
	background: url(../images/search_left.gif) no-repeat;
}
#search_button {
	float: left;
	width: 25px;
	height: 26px;
}
#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#domsearch {
	width: 155px;
	background: none;
	border: none;
	padding-top: 5px;
	padding-left: 15px;
	text-align: center;

	color:#787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#x_magnify {
	float: right;
	border: none;
	padding: 0;
	margin: 0;
}

#search_info {
	float: right;
	clear: right;
	margin-right: 70px;
	white-space: nowrap;
}

/* opensourcecms */
#opensourcecms {
	position: fixed;
	float: left;
	bottom: 0;
	left: 0;
	z-index: 99;
}

