
/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .75em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #fafafa;
	text-align: center;
	background: #000;
}

/* links */
a {
	color: #c00000; 
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: #FFF;
	background-color: inherit;
}

/* headers */
h1, h2, h3,h4 {
	font: bold 1.3em Tahoma, 'Trebuchet MS', sans-serif;
	color: #A0080D;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 { font-size: 1.6em; font: bold 1.3em Tahoma, 'Trebuchet MS', sans-serif;
	color: #c00000;
}

#main h1 { 
	font: normal 1.5em Vivaldi, Tahoma, 'Trebuchet MS', sans-serif;
	color: #DBD0A3; 	
}
#sidebar h1 {
	font: bold 1.4em Vivaldi, Tahoma, 'Trebuchet MS', sans-serif;
	background: #000 url(arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #A0080D;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 15px 15px 20px 15px;
}
p.intro {
	font-size: 105%;
	line-height: 26px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 0px;
	color: #c00000;
}
ul span, ol span {
	color: #CCC;
} 

/* images */
img {
	border: 3px solid #444;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #444;
}

/* form elements */
form {
	margin: 15px;
	padding: 0;
	background: #000;  
   border: 1px dashed #151515;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #800000;
	font: normal 1em Verdana, sans-serif;
	color:#fff;
	background: #111;
}
textarea {
	width: 250px;
	padding:2px;
	border: 1px solid #800000;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#eee;
	background: #000;
}
input.button { 
	margin: 0; 
	font: bold 1em Tahoma, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color: #000;
	background: #CCC;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 83%;	
}

/* header */
#header {
	background: #444 url(headerbg.jpg) repeat-x 0 0;
	height: 240px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
	width: 800px;
}
#header-content #logoUlana {
	position: absolute;	
	letter-spacing: -2px; 
	color: #fff;
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: -20px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 120px; 
	font-size: 16px;
	font-weight: normal;
	color: #c00000;
	list-style: none;
	margin: 0; padding: 0;	
	font-family: Arial;		
}
#header-content ol {
	display: inline;
	margin: 0 0 0 0px; padding: 0;
}
#header-content img {border: none;}


/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #000;		
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0; margin: 0 auto;	
	background: #000;	
	width: 800px;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 450px;
	margin: 10px 0; padding: 0;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 0px 0;			
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #6A6A6A; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #000;		
	border-bottom: 1px dashed #151515; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #000;
	border-left: 5px solid  #D30F16;
	color: #D30F16;		
}
#sidebar .sidebox {
	background: #000;
	margin: 5px 15px 10px 15px;
}

/* main */
#main {
	margin: 0px 0; 
	padding: 0 460px 0 0;	
	background: #000;		
}



 /* rotatpr */
 
#rotator {
	clear: both;
	margin: 0; padding: 0;
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;	
}

#rotator-content {	
	margin: 0 auto;	
	width: 800px;	
}
 
.rotator_box {	
	margin: 5px auto;
	padding: 10px;
	background: #000;
}

/* footer */
#footer, #rotator {
	clear: both;
	margin: 0; padding: 0;
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;	
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content, #rotator-content {	
	margin: 0 auto;	
	width: 800px;	
}
#footer-content a {
	text-decoration: none;
	color: #8A8A8A;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
	
}

#footer-content .col {
	width: 42%;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}


/* start - table */
table.setup {
	border-collapse: collapse;
	margin: 15px 10px;	
	width: 100%;
	color: #555;
}
table.setup th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
table.setup tr {
	height: 34px;	
	background: #fff;
	color: #555;
}
table.setup td {
	padding: 11px;
	border: 1px solid #ECECEC;	
	color: #555;
}	
/* end - table */