/*
	polishOrigins.com, (c) 2007
*/

@import url(shortcuts.css);
@import url(forms.css);
@import url(error.css);
@import url(dynamicmenu.css);

/*
	css
*/


html, body {
	margin: 0px auto 20px;
	padding: 0px;
	background: /*#AD6E4F #e3cab6 #e3deb3*/ #b49a85 url(../layout/body.jpg) repeat-x;
	/* default */
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
}


#Wrapper {
	width: 95%; /*!*/
/*	min-height: 1024px;*/
	margin: 0px auto;
/*	background: transparent url(../layout/wrapper.png) repeat-y;*/
	background-color: transparent;
	font: normal 11px Tahoma;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#TopBar {
/*	display: none;
*/
	width: 798px;
	margin: 0px auto;
	height: 22px;
	line-height: 18px;
	overflow: hidden;
	background: transparent none;
	border: 0px solid #fff;
}

#TopBar form {
	float: right;
	margin: 0px;
	padding: 0px;
}

#TopBar form input {
	color: #a52a2a;
	font-size: 9px;
	margin: 0px;
	padding: 1px;
	background-color: transparent;
	border: 1px solid #eee;
}

#TopBar form input[type=submit] {
	color: #a52a2a;
	background: #ffe;
}

#TopBar ul {
	overflow: hidden;
	float: right;
	margin: 0px;
}

#TopBar ul li {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

#TopBar ul li a {
	color: #fff;
	text-decoration: none;
}

#TopBar ul li a:hover {
	color: #a52a2a;
	text-decoration: none;
}

#Top {
	margin: 0px auto 0px auto;
	width: 800px;
	background: transparent url(../layout/logo.jpg) repeat-x;
	height: 170px;
	overflow: hidden;
	border: 0px solid #a52a2a;
}

#Logo {
/*	background: transparent url(../layout/logo.gif) -20px 10px no-repeat;*/
	width: 600px;
	height: 111px;
	float: left;

	display: none;
}

#Support {
	margin: 5px 0 0 0;
	padding-right: 2px;
	text-align: right;
}
#Support a {
	color: #800000;
	font-family: Verdana,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#Support a:hover {
	color: #000000;
}

#Container {
/*	width: 90%;!*/
	margin: 5px auto 0px;
	padding: 0px;
	border: 0px solid #a52a2a;
	border-top: 0px solid #fff;
	overflow: hidden;
	background: #fff url(../layout/container.jpg) repeat-x;
}

#Content {
	overflow: hidden;
	border: 0px solid #fff;
	padding-bottom: 20px;
}

#Content .header {
	height: 25px;
	color: #800;
	background: #6C5742 url(../layout/topbg2.gif) repeat-x;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	border: 1px #fff solid;
	border-right: 0px #fff solid;
}

#Text {
/*	width: 100%;
*/	margin: 0px auto;
	padding: 0px 10px;
	text-align: justify;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}

#Text h1 {
/*	width: 100%;
*/	margin: 10px auto;
	padding: 0px 10px;
	font-size: 13px;
	color: #6C5742;
	border-bottom: 1px solid #6C5742;
}

#Text p {
	margin: 20px auto;
	padding: 10px;
}

#Sidebar {
	float: right;
	width: 189px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	border: 0px #f00 solid;
	border-left: 0px #fff solid;
	background: transparent none;
}

#Sidebar .header {
	height: 25px;
	color: #800;
	background: #6C5742 url(../layout/topbg2.gif) repeat-x;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	border: 1px solid #fff;
}


#Sidebar ul {
	background: transparent none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#Sidebar ul li {
	border-bottom: 1px #fff solid;
	background: transparent none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
}

#Sidebar ul li:hover {
	border-bottom: 1px #a52a2a solid;
}

#Sidebar ul li a {
	display: block;
	float: left;
	width: 139px;
	color: #6C5742;
	color: #000;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	border-bottom: 0px solid #B79F87;
	padding-left: 10px;
	text-decoration: none;
}

#Sidebar ul li a:hover {
	background-color: /*#C9A887*/ transparent;
	color: #fff;
	color: #a52a2a;
}

#Sidebar ul li.legend {
	display: block;
	width: 139px;
	color: #000;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

#Sidebar ul li.space {
	display: block;
	width: 139px;
	color: #000;
	height: 15px;
}


#Footer {
	width: 95%;
	height: 40px;
	padding: 5px 0px;
	margin: 2px auto 10px auto;
	font-size: 10px;
	line-height: 20px;
	border: 0px #a52a2a solid;
	border-top: 0px /*#6C5742*/ #ddd solid;
	overflow: hidden;
	background: #fff url(../layout/footer.jpg);
	text-align: center;
}

/* others */

a {
	color: #6C5742;
	color: #e00;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}


.pager {
	width: 80%;
	background: #fafafa none;
	border: 1px solid #555;
	padding: 6px;
	margin: 10px auto;
	text-align: center;
	clear: both;
}

#Menu .header, #Content .header, #Sidebar .header {
/*	display: none;*/
}


tr, td, th {
	padding: 1px;
	font-size: 10px;
	line-height: 13px;
}

img {
	border-width: 0px;
}