﻿/*#################################################*/
/*################ Marmoroc © 2008 ################*/
/*#################################################*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

blockquote {
	background :#E7EBD8;
	border-left: 2px solid #7B6B53;
	display: block;
	font-style: oblique;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
}

body {
	background: #C8C1B7;
	color: #666666;
	font: 0.7em Verdana, "Trebuchet MS", Georgia, sans-serif;
}

input {
	border: 1px;
}

.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/*#################################################*/

#head {
	background: url('/templates/marmoroc_brick/images/bghead6.jpg');
	height: 290px;
	margin: 0px auto;
	position: relative;
	width: 820px;
}

#head-left {
	float: left;
	margin: 15px 0px 0px 40px;
	display: inline;
}

#head-right {
	float: right;
	text-align: right;
	margin: 10px 40px 0px 0px;
	display: inline;
}
#head-right select {
	border: solid 1px #CCCCCC;
}

#head ul {
	list-style: none;
	position: absolute;
	top: 78px;
	left: 40px;
}
#head ul li {
	list-style: none;
}
#head ul li a {
	color: #490909;
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	height: 20px;
	padding: 10px;
	width: 190px;
	background: #C8C1B7;
	filter: alpha(opacity=85);
	-moz-opacity:0.85; 
	-khtml-opacity:.85;
	opacity: 0.85;

}
#head ul li a:hover {
	background: #009966;
	color: #FFFFFF;
	text-decoration: none;
}

/*#################################################*/

#main {
	background: url('/templates/marmoroc_brick/images/bgmain.jpg') repeat-y center;
	min-height: 350px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 820px;
}
*html #main {
	background: url('/templates/marmoroc_brick/images/bgmain.jpg') repeat-y center;
	height: 350px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 820px;
}
#main:after { /* FF work-around */
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/*#################################################*/

#leftmenu {
	float: left;
	width: 210px;
	margin: 0px 0px 0px 40px;
	display: inline;
}

#leftmenu h1 {
	border-bottom: 2px solid #7B6B53;
	color: #444444;
	font-size: 165%;
	font-weight: 400;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
}

#leftmenu p {
	background: #E7EBD8;
	color: #666666;
	display: block;
	font-size: 90%;
	line-height: 20px;
	margin: 10px 0;
	padding: 10px;
}
#leftmenu p a.more {
	display: block;
	text-align: right;
}

/*
#leftmenu ul {
	margin: 0px 10px 20px 10px;
}
#leftmenu ul li {
	border-bottom: 1px solid #7B6B53;
	list-style: none;
	padding: 5px 2px;
}
#leftmenu ul li a {
	color: #666666;
	display: block;
	padding: 5px;
	text-decoration: none;
}
#leftmenu ul li a:hover {
	color: #990000;
	font-weight: bold;
}
*/

#divSide {
	width:210px
}
#divSide ul {
	margin: 0px 10px 20px 10px;
}
#divSide ul li {
	border-bottom: 1px solid #7B6B53;
	list-style: none;
	padding: 5px 2px;
}

#divSide ul li a {
	color: #666666;
	display: block;
	padding: 5px;
	text-decoration: none;
}
#divSide ul li a:hover, .itemSelected {
	color: #990000;
	font-weight: bold;
}


/*#################################################*/

#rightcontent {
	float: right;
	width: 510px;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 20px;
	display: inline;
}

#rightcontent h1, .title {
	color: #333333;
	font-size: 195%;
	font-weight: 400;
	line-height: 30px;
	padding: 0px 10px 5px 0px;
}

#rightcontent h2 {
	color: #333333;
	font-size: 165%;
	font-weight: 400;
	line-height: 30px;
	padding: 0px 10px 0px 0px;
}

#rightcontent h3 {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 10px 5px 0px;
}

#rightcontent p {
	color: #555;
	line-height: 20px;
	padding: 0px 10px 20px 0px;
}

/*#################################################*/

#footer {
	background: url(/templates/marmoroc_brick/images/bgfooter.jpg) no-repeat top;
	margin: 0px auto;
	width: 820px;
	height: 50px;
	padding: 0px 20px;
}

#footer p {
	border-top: 2px solid #7B6B53;
	color: #CCCCCC;
	font-size: 90%;
	font-style: oblique;
	line-height: 20px;
	padding: 0px 10px 30px 0px;
	margin: 0px 40px;
	text-align: right;
}

/*#################################################*/
/*#################################################*/
