/* CSS Document Layout*/

div#container {
	position: relative;
	width: 996px;  /* 960px */
	margin: 0px auto;
	background-color: #f5f5f5; 
}
div#container_small {
	position: relative;
	width: 700px;
	margin: 10px auto;
	padding: 10px;
	background-color: #fff; 
	border: 1px solid #000;
}
div#title {
	height: 70px;
	background-color: #bfecff;
	background-image: url(../graphics/bg_title.gif);
	background-repeat: repeat-x;	
	border-bottom: 5px solid #00b4ff;
	color: #00b5ff;
	position: relative;
}
div#title h1 {
	background: none;
	width: 179px;
	height: 69px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border: none;
}
div#title h1 span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 179px;
	height: 69px;
	background-image:url(../graphics/logo_title.gif);
	background-repeat:no-repeat;
	cursor: pointer;
}
div#title h1 a:hover {
	text-decoration: none;
}

div#title p {
	position: absolute;
	top: 0px;
	right: 40px;
}
div#title p a {
	font-weight: normal;
	text-decoration: none;
	color: #e77a1f;
}

div#title ul {
	width: 817px;
	height: 25px;
	overflow: hidden;
	margin: 0px 0px 0px 179px;
	padding: 45px 0px 0px 0px;
	list-style-type: none;
	background-image: url(../graphics/bg_title_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 45px;
}
div#title li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

div#title a {
	padding: 0px 10px; 
	font-size: 11px;
	line-height: 25px;  
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div#title a:hover {
	color: #070b55;	
	background: none;
}
div#title li.m-sell a {
	padding: 0px 17px 0px 35px;
}
div#title li.m-about a {
	padding: 0px 13px;
}
div#title li.m-how a {
	padding: 0px 12px;
}

div#body {
	position: relative; 
	background-color: #f5f5f5;
	background-image: url(../graphics/bg_body.gif);
	background-repeat: repeat-y;
	width: 100%;
}


div#left_bar {
	position: relative;
	background-color: #f5f5f5;
	width: 189px;
	float: left;
	overflow: hidden;
}

div#content {
	position: relative;  
	background-color: #fff;
	width: 616px;
	min-height: 550px;
	float: right;
	overflow: hidden;
}
div#content_wide {
	position: relative; 
	background-color: #fff;
	width: 786px;
	min-height: 550px;
	float: right;
	overflow: hidden;
	padding: 10px;
}
div#content_wide_text {
	position: relative; 
	background-color: #fff;
	width: 766px;
	min-height: 550px;
	float: right;
	overflow: hidden;
	padding: 10px 20px;
	font-size: 1.1em;
}

div#right_bar {
	position: relative; 
	background-color: #f1f1f1;
	width: 190px;
	float: right;
	overflow: hidden;
}

div#footer {
	background-color: #d6d6d6;
	background-image: url(../graphics/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	color: #888;
	padding: 7px;
	clear: both;	
	text-align: center;
	font-size: 0.9em;
}
div#footer:hover, div#footer:hover a {
	color: #444; /* 545454 */
}
div#footer a {
	color: #888;
}
div#footer a:hover {
	color: #545454;
	background: none;
	text-decoration: none;
}
div#footer a.up {
	position: relative;	
	display: block;
	float: right;
	padding-right: 15px;
	background-image: url(../graphics/icons/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#footer a.rss {
	padding-left: 15px;
	background-image: url(../graphics/icons/rss_grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.info_panel {
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #D0D0D0;
	background-color: #fff;
	font-size: 1em;
	font-weight: bold;
}

div.error {
	color: #f30;
	background-image: url(../graphics/icons/error.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}
div.success {
	color: #00ba0d;
	background-image: url(../graphics/icons/success.gif);
	background-position: 5px center;
	background-repeat: no-repeat;	
}

