html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/******************** body styling ************************/
body{
	background: #eeebd8 url(../images/body_bg.gif) top left no-repeat;
	background-position:0 0;
	font: 0.9em Tahoma,Lucida Sans,Arial,sans-serif;
	color: #000;
	line-height: 1.2em;
	letter-spacing:0.06em;
}

/****************** container styling *********************/
#container{
	background: url(../images/container_bg.gif) top right no-repeat;
}
.clear{
	clear: both;
}

/*********************header styling *************************/
#header{
	position: absolute;
	top:15%;
	right: 13%;
	height:170px;
	width: 250px;	
	float:right;
	background:url(../images/header_bg.gif) top left no-repeat;
}
/***************** styling of all h ***********************/
h1{
	margin-top:12px;
	padding:0 25px 0 0;
	font-size:1.5em;	
	text-align:right;
	color:#eeebd8;
}
h2{
	font-size:1.3em;
	color: #eeebd8;
	text-align:right;
	margin: 22px 40px 0 0;
	}
h3{
	color:#eeebd8;
	font-size:1em;	
	text-align:right;
	margin: 10px 55px 0 0;
	text-transform:	none;
}
h3 a{
	color:#eeebd8;
	text-decoration:none;
}
h3 a:hover{
	
	text-transform:uppercase;
}
h4{
	margin: -17px 0 0 50px;
	font-size:0.9em;
}
h4 a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
h4 a:hover{
	font-weight: bold;
}
h5{
	font-weight: bold;
	}
h6{
	margin:0 0 0 160px;
	font-weight: bold;
}

/******************** wrapper styling **********************/
#wrapper{
	background: url(../images/wrapper.gif) top center no-repeat;
}

/*************************** nav for IE6 ***********************/
#nav{
	position: absolute;
	top:150px;
	left:2%;
	background:transparent url(../images/menu_img.gif) top left no-repeat;
	width:200px;
	height: 358px;
}
#wrapper #nav ul{
	height:50px;

}
#nav ul li{
	padding:0 0 15px 0;
}
#nav ul li a span{
	font-weight: bold;	
}
#nav ul li a{
	color:#eeebd8;
	text-decoration:none;
	position: relative;
	top: 85px;
	left: 70px;
	
}
#nav ul li a:hover{
	text-decoration:none;
	font-style: italic;
}
#nav ul li a:active{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;	
}

/********************** nav styling ************************/
#nav{
	position: fixed;
	top:150px;
	left:2%;
	background:transparent url(../images/menu_img.gif) top left no-repeat;
	width:200px;
	height: 358px;
}
#wrapper #nav ul{
	height:50px;

}
#nav ul li{
	padding:0 0 15px 0;
	text-align: center;
}
#nav ul li a span{
	font-weight: bold;	
}
#nav ul li a{
	color:#eeebd8;
	text-decoration:none;
	position: relative;
	top: 85px;
	left: 0px;	
}
#nav ul li a:hover{
	text-decoration:none;
	font-style: italic;
}
#nav ul li a:active{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;	
}

/********************** content styling **************************/
#content{
	padding: 180px 0 0 0;	
	width: 550px;
	margin: 0 0 0 20%;
}
#content ul{
	margin:0 0 0 40px;
}
#content li{
	float:left;
	padding:20px 20px 60px 0;
	margin: 20px 0;
	background:url(../images/teksta_img.gif) bottom right no-repeat;
	background-position: 30px bottom;
	width:510px;
}
#content ul li dl{
	width:300px;
	margin:10px 0 0 170px;
		
}
#content li dd{
	width: 95%;
	padding:5px 15px 5px 10px;	
	
}

#content li img{
	float:left;	
	padding:0;
	margin:0 0 0 5px;
	
}
dt span{
	font-weight:bold;
	padding:0 5px 0 0	
}
#content ul li dd a span{
	color:#000;	
	font-style:italic;
	text-decoration: none;
}
#content a{
	color:#000;	
	text-decoration: none;
	font-weight:bold;
}

#content a:hover{
	color:#000;	
	font-style:italic;

}
#content #form{
	margin:30px 0 0 20px;	
}
/********************** content_gallery styling **************************/
#content_gallery{
	display:block;
	padding: 220px 0 0 40px;	
	width: 550px;
	margin: 0 0 0 20%;
}
/************************ small thumb styling ********************/
#content_gallery .thumb_small{
	display: block;
	width: 131px;
	float: left;
	padding: 5px;
	margin: 0 2% 2% 0;
}
#content_gallery .thumb_small a:link img{
	border: 1px solid #eeebd8;
}
#content_gallery .thumb_small a:visited img{
	border: 1px solid #eeebd8;
}
#content_gallery .thumb_small a:hover img{
	border: 1px solid #eeebd8;
}
#content_gallery .thumb_small a:active img{
	border: 1px solid #eeebd8;
}
/*<!-----------------------------------lightbox------------------------------------>*/
#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.06em;
	color: #eeebd8;
}
#lightbox img{ 
	width: auto; 
	height: auto;
}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer{ 
	position: relative; 
	background-color: #eeebd8; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
	border: 1px solid #000;
}
#imageContainer{ 
	padding: 10px; 
}
#loading a{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	 /* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; 
	border: 1px solid #000;
	border-top: none;
}
#imageData{	
	padding:0 10px; 
	color: #000; 
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	
#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 50; 
	width: 100%; 
	height: 500px; 
	background-color: #eeebd8; 
}
/********************* footer styling ***********************/
#footer{
	background: url(../images/footer_bg.gif) bottom left no-repeat;
	height: 200px;
	text-align: center;
	padding: 0;
	margin: 100px 0 0 0;
	color:#eeebd8;
	display: block;
	width: 100%;
}
#footer p{
	font-size: 0.8em;
	height: 103px;
	background: url(../images/footer_img.gif) top no-repeat;
	padding: 40px 0 0 0;
}
#footer img{
	padding: 5px 0 0 0;	
}
/* === form div and elements ======================================= */
#form-div { 
  font-family : Lucida Sans, tahoma, arial, sans-serif;
  width : 400px;
  margin : auto;
  color : #000;
  line-height : 1.5em;
}

#form-div p.form-footer {
  margin : 0 0 20px 13px;
  font-size: 0.8em;
  font-style: italic;
 }

#form-div p.form-footer a { 
  color : #000; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #000; 
  font-style: normal;
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : underline; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #000;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  /* background-color : #a3dac2; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #f20000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #000;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border :none;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
  color: #000;
}

#form-div legend span { }

legend.main-legend { 
  color : #000;
  font-size : 1.1em;
  padding: 0;
}

legend.req-legend,
legend.opt-legend { 
  color : #000;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
  padding-top: 5px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
  padding-top: 5px;
}

label.req-label, label.opt-label {
  color : #000;
}

label.opt-label.check {
  margin : 1px 4px;
  cursor : pointer;
  font-size: 0.8em;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : normal;
  font-size: 0.9em;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #000;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #f20000;
}

label.req-label.explain {
  color : #000;
  font-size : 0.8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #000;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #000;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 0.9em  tahoma,Lucida Sans, arial, sans-serif;
  border : 1px solid #000;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 250px;
  height : 100px;
}

select.select, select.select option {
  cursor : pointer;
  
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #000;
  background-color : #ffe;
}

input.button { 
  font : 1em tahoma, Lucida Sans, arial, sans-serif;
  font-weight : bold;
  margin : 0 0 0 180px;
  padding : 1px 10px;
  cursor : pointer;
  clear : both;
  color : #000;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #eeebd8;
  background-color: #000;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #000;
}


/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */







