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: "" "";
}

/***************************** general styling ******************************/

body{
	font-size: 1em;
	font-family: Verdana, Arial, Georgia, sans-serif;
	color: #fff;
	letter-spacing: 0.07em;
}

/***************************** general white&black colours ******************************/
body#wb {
	background: #000 url(../images/white_strip.jpg) top left repeat-y;
}
body#wb #container{
  	background: url(../images/melnaa_puke.jpg) top left no-repeat;
	height: 600px;
}
body#wb #content{
	background: url(../images/tris_baltas.gif) top right no-repeat;
	background-position: 96% 0;
}

/***************************** general black&white colours ******************************/
body#bw {
	background: #eff0e7 url(../images/black_strip.jpg) top left repeat-y;
}
body#bw #container {
  	background: url(../images/baltaa_puke.jpg) top left no-repeat;
  	height: 600px;
}
body#bw #content{
	background: url(../images/tris_melnas.gif) top right no-repeat;
	background-position: 98% 0;
	
}

/***************************** h styling ******************************/
body#wb h1 {
	display: block;
	position: absolute;
	width: 250px;
	top: 20px;
	left: 115px;
	text-align: right;
	font-size: 2.2em;
	color: #000;
	font-weight: normal;
}
body#wb h1 a{
	color: #000;
	text-decoration: none;
}	
body#wb h1 span {
	color: #fff;
	padding: 0 0 0 15px;
	font-style: none;
	font-weight: normal;
}
body#wb h2{
	display: block;
	width: 250px;
	position: absolute;
	top: 62px;
	left: 90px;
	text-align: right;
	font-size: 0.8em;
	color: #000;
}
body#wb h2 span{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0 0 0 15px;
	color: #fff;	
}
body#bw h1 {
	display: block;
	position: absolute;
	width: 250px;
	top: 20px;
	left: 115px;
	text-align: right;
	font-size: 2.2em;
	color: #fff;
	font-weight: normal;
}
body#bw h1 a{
	color: #fff;
	text-decoration: none;
}		
body#bw h1 span {
	color: #000;
	padding: 0 0 0 15px;
	font-style: none;
	font-weight: normal;	
}
body#bw h2{
	display: block;
	width: 250px;
	position: absolute;
	top: 62px;
	left: 90px;
	text-align: right;
	font-size: 0.8em;
	color: #fff;
}
body#bw h2 span{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0 0 0 15px;
	color: #000;	
}

/********************************* general nav styling **************************/
#nav{
	position: absolute;
	top: 110px;
	left: 100px;
	width: 150px;
	text-align: right;
	padding-right: 0;
}
#nav ul{
	list-style: none;
}
#nav ul li{
	padding: 10px 0 0 0;
}

/********************************* white&black nav styling **************************/
body#wb #nav ul li a{
	display: block;
	background: url(../images/roll_melnais.gif) right no-repeat;
	background-position: 0 0;
	color: #000;
	text-decoration: none;
	padding: 0 22px 10px 0;
}
body#wb #nav ul li a:link{
	background-position: 0 0;
}
body#wb #nav ul li a:visited{
	background-position: 0 0;
}

body#wb #nav ul li a:hover{
	background-position: right -67px;
	font-style: italic;
}
body#wb #nav ul li a:active{
	background-position: right -67px;
	font-style: italic;
}

body#wb #nav ul li a.cur{
	background-position: right -67px;
	font-style: italic;
}

/********************************* black&white nav styling **************************/
body#bw #nav ul li a{
	display: block;
	background: url(../images/roll_baltais.gif) right no-repeat;
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
	padding: 0 22px 10px 0;
}
body#bw #nav ul li a:link{
	background-position: 0 0;
}
body#bw #nav ul li a:visited{
	background-position: 0 0;
}

body#bw #nav ul li a:hover{
	background-position: right -67px;
	font-style: italic;
}
body#bw #nav ul li a:active{
	background-position: right -67px;
	font-style: italic;
}
body#bw #nav ul li a.cur{
	background-position: right -67px;
	font-style: italic;
}

/************************* subnav styling ************************************/
#nav ul li ul#subnav{
	display: block;
	width: 125px;
	font-size: 0.8em;
	text-align: right;
	margin: 0 20px 0 0;
	padding: 0 0 15px 0;
}
#nav ul li ul#subnav li a{
	text-decoration: none;
	background: none;
	padding: 10px 0 20px 0;
	margin: -15px 0;
}
#nav ul li ul#subnav li a:link{
	text-decoration: none;
	background: none;
}
#nav ul li ul#subnav li a:visited{
	text-decoration: none;
	background: none;
}
#nav ul li ul#subnav li a:hover{
	text-decoration: none;
	background: none;
}
#nav ul li ul#subnav li a:active{
	text-decoration: none;
	background: none;
}
#nav ul li ul#subnav li a span{
	font-style: italic;
	background: none;	
}

/********************************* content styling ************************/
#content{
	display: block;
	width: 750px;
	height: 600px;
	position: absolute;
	top: 118px;
	left: 270px;
	font-size: 0.9em;
	letter-spacing: 0.07em;
}
#content p{
	width: 500px;
	padding: 0 0 10px 0;	
	display: block;
	line-height: 1.2em;
}
#content p img{
	float: left;
	padding: 0 10px 0 0;	
}
#content p a{
	color: #fff;	
}
#content p a:link{
	color: #fff;	
}
#content p a:hover{
	color: #fff;
	text-decoration: none;	
}
#content p a:visited{
	color: #fff;	
}
#content p a:active{
	color: #fff;
}
#content dl{
	width: 500px;	
}
#content dt{
	padding: 0 0 10px 0;
	font-style: italic;	
}
#content dd{
	padding: 0 0 10px 10px;
}
#content dd a{
	color: #eff0e7;
	font-size: 0.8em;
	text-decoration: none;
}
#content dl a:hover{
	font-style: italic;	
}
#content ul{
	padding: 0 0 0 0;	
}
#content ul li{
	list-style: none;
	padding: 0 0 10px 0;	
}
#content ul li img{
	padding: -5px 0 0 0;
	margin: 0;	
}
#content #form{	
	width: 300px;
	margin: 15px 0 0 0;
}
.clear{
	clear: both;
}

/*********************** flash content style **********************************/
#wb #flashcontent{
	height: 600px;
	width: 650px;
	margin-top: -40px;
}
#bw #flashcontent{
	height: 600px;
	width: 650px;
	margin-top: -40px;	
}

/************************** form div and elements **********************/
#form-div { 
 	font-family : Verdana, tahoma, arial, sans-serif;
	width : 400px;
 	margin : auto;
 	color : #fff;
 	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 : #fff; 
}
#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
	color : #fff; 
	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 : #fff; 
	font-style: normal;
	font-weight: bold;
}
#form-div a:hover, #form-div a:focus, #form-div a:active { 
	color : #fff; 
	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 : #eeebd8;
/* 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 : #fff;
	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 : #ccc;
	background-color : #eeebd8; 
}
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	background-color : #eeebd8; 
}
/* === 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: #fff;
}
#form-div legend span { }

legend.main-legend { 
	color : #fff;
	font-size : 1.1em;
	padding: 0;
}

legend.req-legend,
legend.opt-legend { 
	color : #fff;
}

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 : #fff;
}

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 : #fff;
}

label.opt-label.main-label span.req, label span.req  {
  	font-weight : bold;
  	color : #f20000;
}

label.req-label.explain {
  	color : #fff;
  	font-size : 0.8em;
}

label.req-label.explain:hover {
  	color : #fff;
}

/* === 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 Verdana, tahoma, 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 Verdana, tahoma, arial, sans-serif;
  	font-weight : bold;
  	margin : 0 0 0 180px;
  	padding : 1px 10px;
  	cursor : pointer;
  	clear : both;
  	color : #000;
  	background-color: ##eff0e7;
}

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 =========== */
