/* CSS Document */

* {
  margin:0;
  padding:0;
}

html {
	height:100%;
}

body {
	/* background-image:url(images/bg.jpg);*/
	color:#1b1b1b;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	height:100%;
	position:relative;
}

#header {
	background-image:url(images/header.jpg);
	color:#ffffff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:17px;
	height:180px;
	width:721px;
	margin:0;
	position:relative;
}

#big {
	background-image:url(images/inlay_bg_HP.jpg);
	background-position:50% 2px;
	background-repeat:repeat-y;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -30px auto;
	width:721px;
	position:relative;
}

#logo
{
	width: 152px;
	height: 83px;
	position:relative;
	top: 55px;
	left: 35px;
	}
	
#logo h1
{
	margin: 0;
	font-size: 12px;
}

#logo a
{
	width: 100%;
	height:100%;
	display:block;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}

#logo span 
{
	background: url(images/Invicti.jpg) 0 0 no-repeat; 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
} 

#inlay {
	background-image:url(images/inlay_top_HP.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}


#menu {
	border-top:1px solid #cacaca;
	display:inline;
	float:left;
	margin:53px 0 0 27px;
	width:150px;
}

#menu li {
	border-bottom:1px solid #dadada;
	float:left;
	list-style-type:none;
}

#menu li a {
	background:scroll url(images/menudot.gif) 0 8px no-repeat;
	color:#585858;
	display:block;
	height:17px;
	margin:0 0 0 1px;
	padding:6px 0 0 0;
	text-decoration:none;
	text-indent:28px;
	width:150px;
}

#menu li a:hover {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat;
}

#content {
	float:left;
	margin:42px 0 0 13px;
	width:517px;
}

#content .perex
{
	margin-bottom: 15px;
}

#content h2 {
	color:#b97234;
	font-size:15px;
	font-weight:bold;
	margin:5px 0 7px 0;
}

#content h3 {
	color:#b97234;
	font-size:12px;
	font-weight:normal;
	margin:0;
}

#content h3 span{
	color:#000;
	font-size:10px;
	font-weight:normal;
	margin:0;
}
#content li{
	padding: 2px 5px;
	margin-left: 20px;
}

#content a.link
{
	color:#b97234 !important;
}

.contentc {
	padding:0 10px;
	float:left;
	width: 338px;
}

.contentbox {
	border:1px solid #ebebeb;
	color:#868686;
	float:left;
	margin:18px 4px 0 0;
	padding:5px;
	width:116px;
}

.contentbox h2 {
	background-color:#232323;
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	height:14px;
	padding:1px 0 0 0;
	text-indent:4px;
}

.contentbox p {
	padding:2px 0 1px 0 !important;
}

#push {
	clear:both;
	height:30px;
}

#footer {
	background-image:url(images/footer.jpg);
	color:#6b6969;
	font-size:8px;
	height:14px;
	margin:15px auto 0 auto;
	padding:1px 0 0 0;
	text-align:center;
	width:721px;
	position:relative;
}

hr
{
	width: 70%;
	color: #b97234;
	height: 1px;
	margin: 5px auto 15px auto;
}

table
{
	border-collapse:collapse;
}
table th
{
	text-align:left;
	vertical-align:top;
	padding: 2px 0;
}
table td
{
	text-align:left;
	vertical-align:top;
	padding: 2px 30px;
}

a {
	color:#8a8a8a;
	outline:none;
	text-decoration:underline;
}

a img {
	border:0;
}

.active a {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat !important;
}

p {
	padding:5px 0 5px 0;
	margin:0;
}

.strong 
{
	font-weight:bold;
}

.clear {
	clear:both;
}


.news {
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 7px;
	width: 145px;
	padding: 0 5px;
	float: right;
}

.news h3{
	font-weight:bold;
	font-size: 20px
}

/*.news dd {
		margin:0 0 20px 0;
}

#newsbox {
	float:left;
	margin:4px 0 0 0;
	width:156px;
}

#newsbox h2 {
	color:#0e0e0e;
	font-size:11px;
	font-weight:bold;
	padding:0 29px 0 0;
	text-align:right;
}

.newsboxpic {
	border-bottom:10px solid #f4f4f4;
	border-left:10px solid #f4f4f4;
	border-right:9px solid #f4f4f4;
	border-top:10px solid #f4f4f4;
}*/


