/*--------------------------------*/
/* Created by Djurica Bogosavljev */
/* http://www.djukabog.com */
/*--------------------------------*/


/*--------------------------------*/
/* General */
/*--------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	background: #8c002e;
}

a:link, a:visited { 
	color: #633; 
}
 
a:hover { 
	color: #966; 
}
 
h1 { 
	margin-bottom: 0px; 
	padding-top: 15px; 
	padding-bottom: 5px;
	padding-left: 15px;
	font: Trebuchet MS, Verdana, serif; 
	font-size: 12pt; 
	color: #fff; 
}
 
h2, h3, h4{ 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 18px;
	text-align: left; 
}
 
h2 { 
	padding-top: 10px;
	padding-left: 30px; 
	padding-bottom: 15px; 
	font-size: 1.1em; 
 
	color: #999; 
} 
h3 { 
	padding-bottom: 6px;  
	letter-spacing: -1px; 
	color: #ff0000; 
} 

h4 { 
	padding-top: 15px;
	padding-bottom: 8px;   
	letter-spacing: -1px;
	font-size: 8pt;
	color: #af2055;  
}
 
#page { 
	margin: 0 auto; 
	width: 960px;
	background: #fff; 
	text-align: left;
	border-left: 5px solid #660022;
	border-right: 5px solid #660022; 
}

/*--------------------------------*/
/* Header */
/*--------------------------------*/
 
#header { 
	height: 100px;
	margin-left: 10px;
	background: #fff;
	position: relative;
	bottom: 0px; 
}

#header p { 
	float: left; 
	padding: 0px; 
	font-size: 1.5em; 
	line-height: 1em; 
	color: #000; 
}
 
#header h1 {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px
}

#header h1 A {
	display: block; 
	width: 300px;  
	position: absolute;
	background: url(../images/logo.jpg) no-repeat left top;  
	height: 100px;
	left: 0px;
	top: 0px; 
	text-decoration: none;
	margin; 0px;
}

#header h2 {
	padding-right: 0px; 
	display: block; 
	padding-left: 0px; 
	left: 300px; 
	padding-bottom: 0px; 
	margin: 0px; 
	font: 13px Georgia, "Times New Roman", Times, serif; 
	color: #d81038; 
	padding-top: 0px; 
	letter-spacing: 1px; 
	position: absolute; 
	top: 50px;
}

/* IE6 */
* html #header h2 {
	display: block;  
	left: 300px; 
	font: 13px Georgia, "Times New Roman", Times, serif; 
	color: #d81038;  
	letter-spacing: 1px; 
	position: relative; 
	top: -22px;
}

#header h2 strong {
	letter-spacing: normal! important
}

#header ul { 
	padding-top: 5px; 
	padding-right: 0px; 
	text-align: right; 
	list-style: none; 
} 

#header li { 
	display: inline; 
	margin-right: 14px; 
} 
	
#header li a { 
	font-size: 0.9em; 
	line-height: 1em; 
	text-decoration: none; 
	color: #f5173f; 
}
 
#header li a:hover { 
	color: #d81038;
	text-decoration: underline; 
}
p img {
	float: left;
	padding: 0px;
	margin: 0px;
}

* html #nav-meta {
	float: right;
	margin: 30px 20px 0px 0px;
}

#search {
	float: right;
}

/* IE6 only */
* html .search {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	position: relative;
	color: #003300;
	height: 20px;
	width: 177px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	top: -10px;
}

.search {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	position: relative;
	color: #003300;
	height: 20px;
	width: 174px;
	font-style: normal;
	margin: 30px;
	padding: 0px;
	top: -10px;
}
.input {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #af2055;
	border-bottom-color: #af2055;
	border-left-color: #af2055;
	border-right-color: #af2055;
	background-color: #fce9ed;
}

.search_button {
	border-top-width: 0px; 
	border-left-width: 0px; 
	left: 165px; 
	border-bottom-width: 0px; 
	margin: 0px 0px 0px 0px; 
	position: absolute; 
	top: -1px; 
	border-right-width: 0px
}

/* IE only */
* html .search_button {
	border-top-width: 0px; 
	border-left-width: 0px; 
	left: 170px; 
	border-bottom-width: 0px; 
	margin: 0px 0px 0px 4px; 
	position: absolute; 
	top: 0px; 
	border-right-width: 0px
}
.search_img {
	padding-right: 2px;
}

/*--------------------------------*/
/* Sub Navigation */
/*--------------------------------*/

#sub-nav {
	background: green;
	height: 25px;
	background: #ff0033 url(../images/sub_nav.jpg) repeat-x;
}

/*--------------------------------*/
/* Main Navigation */
/*--------------------------------*/

#main-nav {
	background: red;
	height: 57px;
	background: #cc0033 url(../images/main_nav.jpg) repeat-x;
}

/*--------------------------------*/
/* Content */
/*--------------------------------*/

/* IE only */
* html #content-primary { 
	float: right; 
	margin-top: 42px;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 1px 1px 0px 1px; 
	width: 630px;
	border-top: #8c002e 1px solid;
	border-bottom: #8c002e 1px solid;
	border-left: #8c002e 1px solid;
	border-right: #8c002e 1px solid;
	position: relative;  
}
 
#content-primary { 
	float: right; 
	margin-top: 42px;
	margin-right: 44px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 1px 1px 0px 1px; 
	width: 630px;
	border-top: #8c002e 1px solid;
	border-bottom: #8c002e 1px solid;
	border-left: #8c002e 1px solid;
	border-right: #8c002e 1px solid;  
}

#content-primary p {
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
}

#content {
	padding: 10px 10px 10px 10px
	
}

#content-back {  
	height: 45px; 
	background: #cc3366 url(../images/content_back.gif) repeat-x;; 
	font-size: 10px; 
	line-height: 1em; 
	color: #fff;
  
}
/* The specific style rules used for the CSS table design */

DIV.table-row {
 	background: none #ffe; 
	border-top: solid #8c002e 1px; 
	border-left: solid #8c002e 1px; 
	border-right: solid #8c002e 1px;
	border-bottom: solid #8c002e 1px;  
	color: #000000;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
 	padding: 0; 
	text-align: center; 
	width: 96%;
}

DIV.table-row-blank {
 	background: none #ffe;   
	color: #000000;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
 	padding: 0; 
	text-align: center; 
	width: 96%;
}

DIV.table-row-last {
 	background: none #ffe; 
	border-top: solid #8c002e 1px; 
	border-bottom: solid #8c002e 1px; 
	border-left: solid #8c002e 1px; 
	border-right: solid #8c002e 1px; 
	color: #000000;
 	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
 	padding: 0; 
	text-align: center;
	width: 96%;
}

DIV.left-container2 {
 	border: none; 
	float: left; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 0; 
	width: 20%;
}

DIV.right-container2 {
 	border: none; 
	float: right; 
	margin-top: 10px; 
	padding: 0px; 
	width: 80%;
}

DIV.space-line {
	clear: both; 
	margin: 0; 
	padding: 0; 
	width: auto;
}

P.text {
	margin: 0; 
	padding: 0.3em 0.3em 0 0.3em;
	font-style: normal; 
	font-size: 1em; 
	text-align: left; 
	text-indent: 0;
	width: auto;
}

/* End of specific style rules */

/* IE only */ 
* html #content-secondary { 
	float: right; 
	margin-right: 0px;
	margin-top: 42px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	color: #300; 
	width: 220px;
	font-size: 11px;
	border-top: #8c002e 1px solid;
	border-bottom: #8c002e 1px solid;
	border-left: #8c002e 1px solid;
	border-right: #8c002e 1px solid; 
}

#content-secondary { 
	float: right; 
	margin-right: auto;
	margin-top: 42px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	color: #300; 
	width: 220px;
	font-size: 11px;
	border-top: #8c002e 1px solid;
	border-bottom: #8c002e 1px solid;
	border-left: #8c002e 1px solid;
	border-right: #8c002e 1px solid;  
}

#content-secondary ul {
	margin: 0 0px 0 0px;
	padding: 0px;
	line-height: 16px; 
	list-style-type: none
}

#content-secondary li {
	padding-left: 25px; 
	background: url(../images/bullet.gif) no-repeat 3px 2px; 
	margin: 2px 2px 0px
}

#content-secondary li a { 
	font-size: 0.9em; 
	line-height: 1em; 
	text-decoration: none; 
	color: #8c002e; 
}
 
#content-secondary li a:hover { 
	color: #f5173f;
	text-decoration: underline; 
}

#space {
	margin-top: 10px;

}

.submitBtn {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #fce9ed;
	border: 1px solid #999999;
	height: 22px;
	width: 50px;
	cursor: hand;
}

.resetBtn {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #fce9ed;
	border: 1px solid #999999;
	height: 22px;
	width: 50px;
	cursor: hand;
}

#fcf2 {
	font-family:arial;
	font-size:11px;
	margin:5px;
	width:450px;
}

#fcf2 p {
	text-align:left;
	padding:8px;
	margin-left: 107px;
}

#fcf2 em {
	color:#F00;
}

#fcf2 div.r {
	clear: both;
	padding-top: 5px;
	
}

/* IE only */
*html #fcf2 div.r-2 {
	clear: both;
	padding-top: 5px;
	background-color:#FFF;
	float: right;
	margin-right: 12px;
}

#fcf2 div.r-2 {
	clear: both;
	padding-top: 5px;
	background-color:#FFF;
	float: right;
	margin-right: 28px;
}

#fcf2 label {
	float: left;
	width: 100px;	
	text-align: right;
}
#fcf2 span.f {
	float: right;
	width: 335px;
	text-align: left;
}
#fcf2 div.sp {
	clear: both;
}
#fcf2 .req {
	font-weight:bold;
}
#fcf2 input, #fcf2 textarea {	
	border:1px solid #000;
	padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
	background: #fce9ed;
	border:1px solid #3D5686;
}

/*--------------------------------*/
/* Footer */
/*--------------------------------*/

#footer { 
	clear: right; 
	height: 45px; 
	background: #cc3366 url(../images/footer.jpg) repeat-x;; 
	font-size: 10px; 
	line-height: 1em; 
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	font-size: 0.8em;
	position: absoulte;
	bottom: 0;  
}
 
#footer a:link, #footer a:visited { 
	color: #fff;
	text-decoration: none; 
}     

#footer a:hover {
	color: #8c002e;
	text-decoration: none;
}

/* IE only */
* html #footer p {
	float: right; 
	padding-right: 10px;
	margin-top: 7px;
	line-height: 11px;
} 


#footer p {
	float: right; 
	padding-right: 10px;
	margin-top: 7px;
	line-height: 10px;
} 

.clear { 
	clear: both; 
}

