/*
Theme Name: eeCroatia 2.5
Theme URI: http://www.eecroatia.com/
Description: 
Version: 2.5
Author: MediaVerba

*/
* {
   padding:0;
   margin:0;
}

html{
	padding: 0;
	margin: 0;
} 
body{
	margin: 0 0 0px 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #eee;
	text-align: center; /* for IE */
}
div#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	background-color: White;
	font-size: 12px;
}
div#header {
	width: 1000px;
	background: #336699 url("images/top_back.gif") repeat-x;
}
	.banner1 {
		float: right;
		margin: 20px 20px 0px 0px;
		width: 728px;
		height: 90px;
	}
	
.advertisment {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
	.banner2 {
		float: left;
		margin: 0px 10px 10px 0px;
		height: 125px;
	}
	.banner3 {
		float: left;
		margin: 0px 0px 10px 0px;
		height: 125px;
	}
	.banner_home {
		width: 100%;
		padding: 10px 0px 0px 0px;
		margin: 0px;
	}
	.banner_index {
		width: 100%;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}	

#tabs {
	float:left;
	width:1000px;
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	line-height:normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-color: #336699;	
	border-bottom: 5px solid #cccccc;
}
	#tabs ul {
		  margin:0 0 0 15px;
		  padding: 0;
		  list-style:none;
	}
	#tabs li {
	      display:inline;
	      margin:0;
	      padding:0;
	}
	#tabs .tab1 {
	      float:left;
	      background:url("images/but1.gif") no-repeat left top;
	      margin:0;
	      padding:0 0 0 4px;
	      text-decoration:none;
	}
	#tabs .tab1 span {
	      float:left;
	      display:block;
	      background:url("images/but2.gif") no-repeat right top;
	      padding:10px 15px 8px 11px;
		  margin: 0;
	      color: White;
	}
	#tabs .tab2 {
	      float:left;
	      background:url("images/but3.gif") no-repeat left top;
	      margin:0;
	      padding:0 0 0 4px;
	      text-decoration:none;
	}
	#tabs .tab2 span {
	      float:left;
	      display:block;
	      background:url("images/but4.gif") no-repeat right top;
	      padding:10px 15px 8px 11px;
		  margin: 0;
	      color: White;
	}
	#tabs .tab3 {
	      float:left;
	      background:url("images/but5.gif") no-repeat left top;
	      margin:0;
	      padding:0 0 0 4px;
	      text-decoration:none;
	}
	#tabs .tab3 span {
	      float:left;
	      display:block;
	      background:url("images/but6.gif") no-repeat right top;
	      padding:10px 15px 8px 11px;
		  margin: 0;
	      color: White;
	}
	#tabs #active {
	      float:left;
	      background:url("images/but3.gif") no-repeat left top;
	      background-position:0% -42px;	  
	      margin:0;
	      padding:0 0 0 4px;
	      text-decoration:none;
	}
	#tabs #active span {
	      float:left;
	      display:block;
	      background:url("images/but4.gif") no-repeat right top;
		  background-position:100% -42px;
	      padding:5px 15px 4px 11px;
		  margin: 0;
	      color: #666666;
	}
	    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
	    /* End IE5-Mac hack */
	#tabs a:hover span {
	      color: #666666;
	}
	#tabs a:hover {
	      background-position:0% -42px;
	}
	#tabs a:hover span {
	      background-position:100% -42px;
	}  	

div#content {
	float: left;
	width: 530px;
	padding: 0px;
	margin: 5px 0px 25px 15px;
}
	div#content h3{
		margin: 0px 0px 15px;
		color: #ffffff;
		background-color: #336699;
		padding: 3px 10px;
		font-size: 11px;
		font-weight: bold;
		background: #336699 url(images/heading1.gif) no-repeat top left;	
	}
	.contentholder{
		clear:both;
		padding-bottom: 5px;
		border-bottom: 1px dotted #F0F0F0;
		line-height: 1.5em;
	}
	.contentholder blockquote{
		padding: 0px 10px;
		font-style: italic;
		margin: 0px 20px;
		background: #FFFFCC;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: dotted;
		border-bottom-style: dotted;
		border-top-color: #336699;
		border-bottom-color: #336699;
	}
	.contentholder .imgnb{
		margin: 5px;
	}
	.contentholder .imgleftnb{
		margin-right: 15px;
		margin-top: 5px;
	}
	.contentholder .imgrightnb{
		margin-left: 15px;
		margin-top: 5px;	
	}
	.contentholder .imgb{
		border: 1px solid #336699;
		margin: 5px 5px 5px 5px;
	}
	.contentholder .imgleftb{
		border: 1px solid #336699;
		margin-right: 15px;
		margin-top: 5px;	
	}
	.contentholder .imgrightb{
		border: 1px solid #336699;
		margin-left: 15px;
		margin-top: 5px;
	}
	.contentholder .subtitle {
		font-size: 10px;
		margin: 0px;
		padding:5px 0px 0px;
	}
		.contentholder .subtitle  a{
			color: #336699;
			text-decoration: none;
			background-color: #ffffff;
			border: none;
		}
		.contentholder .subtitle  a:hover{
			text-decoration: underline;
			background-color: #ffffff;
		}	
	.contentholder .postthumb{
		text-decoration: none;
		border: 0px;
	}
	.contentholder .postthumb img{
		float:left;
		clear:left;
		border: 1px solid #336699;
		margin: 15px 10px 5px 5px;
	}	
	.contentholder p{
		padding: 0px;
		margin: 10px 0px;
	}		
		.contentholder p a{
			color: #336699;
			padding: 0px 3px;
			text-decoration: none;
			background-color: #ffffcc;
			border-bottom: 1px solid #cccc99;
			border-right: 1px solid #cccc99;
		}
		.contentholder p a:hover{
			background-color: #f0f0f0;
			text-decoration: none;
		}
	div#content .wp-pagenavi{
		clear:both;
		padding: 0px;
		margin: 10px 0px 0px 0px;
		border:solid #336699;
	 	border-width:0 1px;
		background:#f0f0f0;	
		font-size: 12px;
		color: #000;
		font-weight: normal;
		line-height: 1.5em;
		text-align: center;	
	}
	div#content .wp-pagenavi div{
		position:relative;
		top: -1px;
		left: 0;
		border:solid #336699;
		border-width:1px 0 0;
	}
	div#content .wp-pagenavi div div{
		overflow: hidden;
		top: 2px;
		border-width:0 0 1px;
		padding: 7px 15px 10px 15px;
	}		
	
	
	.postholder{
		clear:both;
		padding-bottom: 5px;
		line-height: 1.5em;
	}
	.postholder blockquote{
		padding: 0px 10px;
		font-style: italic;
		margin: 5px 20px;
		background: #FFFFCC;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: dotted;
		border-bottom-style: dotted;
		border-top-color: #336699;
		border-bottom-color: #336699;
	}
	.postholder .imgnb{
		margin: 5px;
	}
	.postholder .imgleftnb{
		margin-right: 15px;
		margin-top: 5px;
	}
	.postholder .imgrightnb{
		margin-left: 15px;
		margin-top: 5px;	
	}
	.postholder .imgb{
		border: 1px solid #336699;
		margin: 5px 5px 5px 5px;
	}
	.postholder .imgleftb{
		border: 1px solid #336699;
		margin-right: 15px;
		margin-top: 5px;	
	}
	.postholder .imgrightb{
		border: 1px solid #336699;
		margin-left: 15px;
		margin-top: 5px;
	}
	.postholder .subtitle {
		font-size: 10px;
		margin: 0px;
		padding:5px 0px 0px;
	}
		.postholder .subtitle  a{
			color: #336699;
			text-decoration: none;
			background-color: #ffffff;
			border: none;
		}
		.postholder .subtitle  a:hover{
			text-decoration: underline;
			background-color: #ffffff;
		}	
	.postholder .postthumb{
		text-decoration: none;
		border: 0px;
	}
	.postholder .postthumb img{
		float:left;
		clear:left;
		border: 1px solid #336699;
		margin: 15px 10px 5px 5px;
	}	
	.postholder p{
		padding: 0px;
		margin: 10px 0px;
	}		
		.postholder p a{
			color: #336699;
			padding: 0px 3px;
			text-decoration: none;
			background-color: #ffffcc;
			border-bottom: 1px solid #cccc99;
			border-right: 1px solid #cccc99;
		}
		.postholder p a:hover{
			background-color: #f0f0f0;
			text-decoration: none;
		}
	.postholder ol{
		padding: 0 0 0 30px;
		margin: 10px 0px;
	}
		.postholder ol li {
			padding: 0px;
			margin: 2px 0px;
		}
	.postholder .related_post{
		padding: 0px 0px 0px 30px;
		margin: 5px 0px 10px 0px;
	}
	.postholder .related_post li{
		padding: 0px; 
		list-style-image: url(images/disc.gif);	
		margin: 0px;
	}	
	.postholder .related_post a{
		color: #336699;
		text-decoration: none;
		background-color: #ffffff;
		border: none;
	}	
	.postholder .related_post a:hover{
		text-decoration: underline;
		background-color: #ffffff;
	}	

	
div#contentdesc{
	clear:both;
	padding: 0px;
	margin: 0 0 10px 0;
	border:solid #336699;
 	border-width:0 1px;
	background:#f0f0f0;	
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;	
}
div#contentdesc div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #336699;
	border-width:1px 0 0;
}
div#contentdesc div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 7px 15px 10px 15px;
}	
	
div#contenttags{
	clear:both;
	padding: 0px;
	margin: 0 0 10px 0;
	border:solid #669900;
 	border-width:0 1px;
	background:#669900;	
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
}
div#contenttags div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #669900;
	border-width:1px 0 0;
}
div#contenttags div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 5px 15px 10px 15px;
}
div#contenttags a{
	color: #FFFFFF;
	text-decoration: underline;
}
div#contenttags a:hover{
	text-decoration: underline;
	color: #FFCC00;
}	

.heading{
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	border:solid #336699;
 	border-width:0 1px;
	background:#336699;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	height: 21px;
}
.heading div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #336699;
	border-width:1px 0 0;
}
.heading div div{
	top: 2px;
	border-width:0 0 1px;
	padding: 3px 10px 5px 10px;
}
.headingdesc{
	clear:both;
	padding: 0px;
	margin: 5px 0 0px 0;
	border:solid #f0f0f0;
 	border-width:0 1px;
	background:#f0f0f0;	
	font-size: 11px;
	color: #cc0000;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;	
	margin-bottom: 5px;
}
.headingdesc div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #f0f0f0;
	border-width:1px 0 0;
}
.headingdesc div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 1px 10px 4px 10px;
}
	.headingdesc div div a{
		color: #669900;
		padding: 0px 3px;
		text-decoration: none;
		background-color: #ffffcc;
		border-bottom: 1px solid #cccc99;
		border-right: 1px solid #cccc99;
	}
	.headingdesc div div a:hover{
		background-color: #fff;
		text-decoration: none;
	}
.heading1{
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	border:solid #f0f0f0;
 	border-width:0 1px;
	background:#f0f0f0;
	color: #000;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	height: 21px;
}
.heading1 div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #f0f0f0;
	border-width:1px 0 0;
}
.heading1 div div{
	top: 2px;
	border-width:0 0 1px;
	padding: 3px 10px 5px 10px;
}
.heading1 div div a{
	color: #336699;	
	text-decoration: none;
}
.heading1 div div a:hover{
	text-decoration: underline;
}
	
h1{
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0px;
	color: #336699;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.08em;
}
h1 a{
	color: #336699;	
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}
h4{
	color: #336699;
	padding: 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
	font-size: 12px;
}
h5{
	color: #336699;
	padding: 3px 0px;
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
}

ol.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	margin: 5px 0 10px 0;
}
.commentauthor{
	clear:both;
	padding: 0px;
	margin: 5px 0 0px 0;
	border:solid #f0f0f0;
 	border-width:0 1px;
	background:#f0f0f0;	
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;	
}
.commentauthor div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #f0f0f0;
	border-width:1px 0 0;
}
.commentauthor div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 1px 10px 4px 10px;
}
.commentauthor  a:link, .commentauthor a:visited {
	color:#336699;
}
.commentauthor  a:hover, .commentauthor  a:active {
	color:#669900;
}
.commentdesc{
	clear:both;
	padding: 0px;
	margin: 5px 0 0px 0;
	border:solid #f0f0f0;
 	border-width:0 1px;
	background:#ffffff;	
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;	
}
.commentdesc div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #f0f0f0;
	border-width:1px 0 0;
}
.commentdesc div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 1px 10px 4px 10px;
}

/* REVIEW ELEMENTS */

.review{
	float: right;
	margin: 0px 0px 10px;
	height: 240px;
	width: 154px;
}
.review h2{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 5px 10px;
	color: #FFFFFF;
	border-bottom: 2px solid #fff;
	background-color: #336699; 	
}


.catcloud{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.catcloud a{
	color: #669900;
	text-decoration: underline;
	line-height: 1.5em;
}
.catcloud a:hover{
	color: #336699;
	text-decoration: underline;
}

/* HOME SIDEBAR ELEMENTS */

div#home_sidebar{
	float: right;
	width: 410px;
	padding: 0px;
	margin: 5px 15px 10px 0px;
}
div#home_sidebar ul{ 
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 20px 0px;;
}
div#home_sidebar LI {
	padding: 0px 0px 0px 0px; 
	list-style-type: none;
	margin: 0px;
}
div#home_sidebar LI A {
	display: block;
	width: 300px;
	color: #666666;
	text-indent: 10px;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #F0F0F0;
}
div#home_sidebar LI A:hover {
	color: #666666;
	background-color: #eee;
	text-decoration: none;
}
div#home_sidebar .smallthumb{
	padding: 0px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #eee;
}
div#home_sidebar .title{
	margin: 0;
	padding: 6px 10px 0px 10px;
}
div#home_sidebar .title a{
	color: #336699;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
}
div#home_sidebar .title a:hover{
	text-decoration: underline;
	background-color: #ffffff;
}
div#home_sidebar .author{
	margin: 0px 0px 3px 0px;
	padding: 5px 10px 8px 10px;
	font-size: 10px;
	border-bottom: 1px dotted #F0F0F0;
}
div#home_sidebar .author a{
	color: #336699;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
}
div#home_sidebar .author a:hover{
	text-decoration: underline;
	background-color: #ffffff;
}

div#home_sidebar .latest_comment{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 8px 10px;
	border-bottom: 2px solid #F0F0F0;
}
div#home_sidebar .latest_comment a{
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
div#home_sidebar .latest_comment a:hover{
	text-decoration: underline;
}

/* RSS ELEMENTS */

.rss_article{
	float: left;
	width: 150px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.rss_article .textual{
	margin-left: 55px;
}
.rss_comment{
	float: right;
	width: 140px;
	text-align: left;
	padding-bottom: 10px;
}
.rss_comment .textual{
	margin-left: 55px;
}

/* ARCHIVE ELEMENTS */

.kgarchives {
	margin: 10px 0 10px 0;
	list-style: none;
}
.kgarchives ul{ 
	padding: 0px;
	margin: 0px;
}
.kgarchives li {
	padding: 5px 0 0 0; 
	list-style-type: none;
	margin: 0px;
}
.kgarchives li a{
	color: #336699; 
	text-decoration: none;
}
.kgarchives li a:hover{
	text-decoration: underline;
}

/* BLOGROLL ELEMENTS */

.linkcat {
	font-size: 11px;
	padding: 0px; 
	list-style-type: none;
	margin: 5px 0px 10px 0px;
}
.linkcat ul{
	padding: 5px 0px 0px 30px;
	list-style-type: none;
	margin: 0px;
}
.linkcat li li{
	padding: 0px; 
	list-style-image: url(images/disc.gif);	
	margin: 0px;
}
.linkcat a{
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #336699;
}
.linkcat a:hover{
	text-decoration: underline;
}

 /* set background images for corners */
.cttop div  { background: url(images/green1.gif) no-repeat top left; }
.cttop { background: url(images/green2.gif) no-repeat top right; }
.ctbot div  { background: url(images/green3.gif) no-repeat bottom left; }
.ctbot      { background: url(images/green4.gif) no-repeat bottom right; }

 /* height and width details */
.cttop div, .cttop, .ctbot div, .ctbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.ctcontent  { 
	color: #fff;
	margin: 0 10px; 
	text-align: justify;
}

/* VIDEO ELEMENTS */

div#contentvideo{
	float: left;
	width: 970px;
	padding: 0px;
	margin: 5px 15px 25px 15px;
}

.videoheading{
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	border:solid #333;
 	border-width:0 1px;
	background:#000;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	height: 21px;
}
.videoheading div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #333;
	border-width:1px 0 0;
}
.videoheading div div{
	top: 2px;
	border-width:0 0 1px;
	padding: 3px 10px 5px 10px;
}

.videoback{
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	border:solid #000;
 	border-width:0 1px;
	background:#000;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.videoback div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #000;
	border-width:1px 0 0;
}
.videoback div div{
	top: 2px;
	border-width:0 0 1px;
	padding: 3px 10px 5px 10px;
}

/* PAGE ELEMENTS */


div#content .btmsdb{
	width:570px;
	height: auto;
	padding: 5px 5px 10px;
	border: 1px dashed #336699;
}
div#content .sdb2 {
	width: 280px;
	float:left;
}
div#content .sdb2 h2{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #336699;
}
div#content .sdb2 ul{ 
	padding: 0px 0px 0px 5px;
	margin: 0px;	
	list-style-image: url(images/disc.gif);	
}
div#content .sdb2 LI {
	padding: 1px 0px 1px 0px;
	margin-left: 20px;
}
div#content .sdb3 {
	width: 280px;
	float:right;
}
div#content .sdb3 h2{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #336699;
}
div#content .sdb3 ul{ 
	padding: 0px 0px 0px 5px;
	margin: 0px;	
	list-style-image: url(images/disc.gif);	
}
div#content .sdb3 LI {
	padding: 1px 0px 1px 0px;
	margin-left: 20px;
}

div#sidebar{
	float: right;
	width: 210px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
div#sidebar #contenttags{
	clear:both;
	padding: 15px 10px 10px;
	margin-bottom: 20px;
	background-color: #669900;
	background-image: url(images/taglist.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center;
}
div#sidebar #contenttags a{
	color: #FFFFFF;
	text-decoration: underline;
}
div#sidebar #contenttags a:hover{
	text-decoration: underline;
	color: #FFCC00;
}
div#sidetag {
	margin: 0px;
	padding: 0px;
}
div#sidetag a{
	color: #336699;
	text-decoration: underline;
}
div#sidetag a:hover{
	color: #666666;
	text-decoration: underline;
}
div#sidebar h2{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #336699;
}
div#sidebar ul{ 
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 10px;
}
div#sidebar LI {
	padding: 1px 0px 1px 0px; 
	list-style-type: none;
	margin: 0px;
}
div#sidebar LI A {
	display: block;
	width: 210px;
	color: #666666;
	text-indent: 10px;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #F0F0F0;
	}
div#sidebar LI A:hover {
	color: #666666;
	background-color: #eee;
	text-decoration: none;
}


/* ARCHIVE ELEMENTS */

.kgarchives {
	margin: 5px 0 10px 0;
	list-style: none;
}
.kgarchives ul{ 
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.kgarchives LI {
	padding: 0px; 
	list-style-type: none;
	margin: 0px;
}


/* FOOTER ELEMENTS */


div#footer {
	clear:both;
	width:980px;
	margin: 5px 0 0 0;
	padding: 15px 10px 20px 10px;
	text-align: left;
	background-color: #336699;
	background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 5px solid #ccc;	
}

div#footer .where {
	color: White;
	font-size: 8px;
	padding: 5px 10px 2px 5px;
	text-transform: uppercase;
	text-align: left;
}
div#footer .cond {
	float:left;
	width: 600px;
	color: White;
	font-size: 10px;
	padding: 10px 10px 0px 10px;
	text-transform: uppercase;
	text-align: left;
}
div#footer .copy {
	float:right;
	width: 300px;
	color: White;
	font-size: 10px;
	padding: 10px 10px 0px 10px;
	text-transform: uppercase;
	text-align: right;
}
div#footer a {
	color: White;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
div#footerdesc{
	padding: 0px;
	margin: 0px;
	border:solid #669933;
 	border-width:0 1px;
	background:#669900;	
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;	
}
div#footerdesc div{
	position:relative;
	top: -1px;
	left: 0;
	border:solid #669933;
	border-width:1px 0 0;
}
div#footerdesc div div{
	overflow: hidden;
	top: 2px;
	border-width:0 0 1px;
	padding: 7px 15px 10px 15px;
}	

form {
	margin:0;
}
input,
textarea,
select {
	padding: 3px;
	color: #999;
	background: #EEE;
	border: 1px solid #CCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	padding: 2px 2px;
	cursor: pointer;
	background: #336699;
	color: #FFFFFF;
	border: 1px solid #666666;
}

input.radio {
  background: none;
  border: 0px;
}

