@import url(reset.css);
@import url(forms.css);
@import url(lists.css);
@import url(tables.css);
@import url(type.css);
@import url(custom.css);

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

body { 
	background: #fff url(../images/bg.jpg) repeat-x;
}

#page {
	margin: 30px auto 0 auto;
	text-align: left;
	width: 760px;	
}

#header {
	height: 100px;
}

#slogan { float: right; padding-top: 10px; }

/* Menu
------------------------------------------------------------------------------*/

#menu {  }

#menu ol {
	list-style: none;
}

#menu ol li {
	height: 37px; width: 124px;
	float: left;
}

/* Submenu
------------------------------------------------------------------------------*/

ol#submenu {
	list-style: square;
	margin: 0 0 1em 1em;
}

ol#submenu li { margin: 0 0 0.5em 0; }

#submenu-container {
	background-color: #eeeeee;
	padding: 10px;
}

/* Breadcrumb
------------------------------------------------------------------------------*/

div#breadcrumb ol { 
	list-style-type: none; margin: 0; padding: 5px 0 15px 0;
}

div#breadcrumb li {	
	color: #555;
	display: inline;
	font-size: 11px;
	line-height: 20px; 
}

div#breadcrumb li a {
	color: #555;
	text-decoration: none;
}

div#breadcrumb li a:hover { color: #999; }
div#breadcrumb li.active { color: #999; }

/* Main
------------------------------------------------------------------------------*/

#main {
	background: #fff url(../images/bg-main.jpg) repeat-x;
	border-top: 1px solid #fff;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 0 20px 20px 20px;
	margin-top: -3px;
}


/* Content
------------------------------------------------------------------------------*/

#picture {
	float: left;
	width: 240px;
}

#content {
	float: left;
	margin-left: 15px;
	width: 290px;	
}

#rail {
	float: right;
	width: 160px;	
}

/* Foot
------------------------------------------------------------------------------*/

#foot {
	background: #ccc url(../images/bg-foot.gif) no-repeat;
	height: 25px;
}

#foot ol { text-align: right; margin-right: 1em; }
#foot ol li { display: inline; line-height: 25px; }

#roxxor { font-size: 0.9em; margin: 1em 1em 1em 0; text-align: right; }
#roxxor a { color: #555; text-decoration: none; }
