/* -------------------------------------------------------------- 
	bayarc.css   CORE
	www.bayarc.com
	(C) Sinasys IT Solutions
-------------------------------------------------------------- */
/*---Tags---*/
html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5C5C5;
}
body {
	background: #111111 url(../images/bg_main.png) repeat-x top;
}
td img {
	display: block;
}
h2 {
	font-size: 17px;
	color: #EEEEEE;
	padding: 3px 0;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #EEEEEE;
	padding: 10px 0 2px;
	font-weight: bold;
	text-align: left;
}
h4 {
	color: #CC6600;
	padding: 5px 0;
	font-weight: bold;
}
h5 {
	color: #9EB966;
	padding: 3px 0;
	text-align: center;
}
h6 {
	color: #CC6600;
	font-size: 13px;
	padding: 3px 0;
	font-weight: bold;
}
h6 span {
	font-weight: bold;
	color: #EEEEEE;
	display: inline;
}

/*---IDs---*/
#wraper {
	width: 800px;
	margin: 10px auto;
}
#logo {
	height: 120px;
	padding-left: 12px;
}
#top-menu {
	list-style-type: none;
	float: right;
}
#top-menu li {
	display: inline;
	font-weight: bold;
}
#top-menu li a {
	display: block;
	padding: 10px 15px;
	background: url(../images/top_sep.png) no-repeat top left;
	color: #999999;
	text-decoration: none;
	float: left;
}
#top-menu li a:hover, #top-menu li .active {
	color: #CCCCCC;
	background: url(../images/top_sep.png) no-repeat bottom left;
}
#top-menu li .last {
	width: 1px;
	padding: 10px 1px;
	margin-right: 30px;
}
#footer {
	border-top: #555555 1px solid;
	background: #111111 url(../images/bg_foot.png) repeat-x bottom;
	height: 75px;
}
#footer p {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	font-size: 11px;
	color: #555555;
	line-height: 2em;
}
#footer a {
	color: #555555;
	text-decoration: none;
	padding-bottom: 2px;
}
#footer a:hover {
	color: #888888;
}
#bot-menu, #bot-menu a {
	color: #535E3C;
	text-decoration: none;
}
#bot-menu a:hover {
	color: #9EB966;
}
#bot-menu .active {
	color: #9EB966;
	background: url(../images/a_u.gif) repeat-x bottom left;
}
/* For pages */
#breadcrumb {
	margin-bottom: 20px;
}
#sidebar {
	vertical-align: top;
	text-align: right; 
	line-height: 200%;
	padding: 50px 10px 10px;
	background: #111111 url(../images/page_border.png) no-repeat bottom left;
}
#content {
	vertical-align: top;
	line-height: 150%;
	padding: 10px;
	background: #111111 url(../images/page_border.png) no-repeat bottom right;
}
#content p {
	margin-bottom: 10px;
}
#content td {
	vertical-align: top;
}
#content ul {
	margin-left: 20px;
}
#zone a {
	color: #9EB966;
	text-decoration: none;
	padding-bottom: 2px;
	background: url(../images/a_u.gif) repeat-x bottom;
}
#zone a:hover {
	color: #BED099;
}
#gallery td img {
	margin-left: auto;
	margin-right: auto;
}
#gallery td {
	text-align: center;
	padding-bottom: 15px;
}
/*---Classes---*/
/* For main page */
.maincontent {
	vertical-align: top;
	line-height: 150%;
	padding: 10px;
}
.maincontent p {
	margin-bottom: 10px;
}
.maincontent a {
	color: #9EB966;
	text-decoration: none;
	padding-bottom: 2px;
	background: url(../images/a_u.gif) repeat-x bottom;
}
.maincontent a:hover {
	color: #BED099;
}
