/*
Theme Name: STEP 1.1
Theme URI: http://www.tattoocms.it/templates/step.html
Author: Nicola Lambathakis
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #CCCCCC;
	background-color: #F7F7F7;
	margin-bottom: 0px;
}

/*text links and image links*/

a, a:link {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:visited { color: #000000; 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
a:hover {
	color: #81A021;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006600;
	background-color: #FFFFFF;


}
a:active { color: #006600; text-decoration: none;}


a img, img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

img a {

	color: #e1e1e1;
	border: 1px solid #FFFFFF;
	background-color: #F7F7F7;
}
img a:hover {

	color: #e1e1e1;
	border: 1px solid #006600;
	background-color: #F7F7F7;
}

/*H1 H2 H3 H4 H5*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #006600;
	background-color: #F7F7F7;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #006600;
	background-color: #F7F7F7;
	margin-top: 3px;
	margin-bottom: 3px;
	}
h4, h5 {
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #999999;
	}

/* common elements ------------------------------------------------------------------------- */

div, p, img, a, td, ul, ol {
    font-size: 1em;
}

b {
	color: #006600;
	background-color: #F7F7F7;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
	 background: transparent;
}

p {
	margin: 1em 0 1em;
	padding: 0;
	}


ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

blockquote{
	font-size:90%;
	border:1px solid #81A021;
	margin:20px 10px;
	padding:8px;
	background-color: #D2DEB0;
}

/*---others---*/

fieldset {
    border: none;
}

legend {
	display: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

/*LAUYOUT ------------------------------------------------------------------------- */ 
#page {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	float: none;
	width: 100%;
	background-color: #F7F7F7;
}
/* Header */

#header {
	position: relative;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin: 0px;
	width: 100%;
	height: 100px;
	background-color: #D2DEB0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(imgs/headerimg.jpg);
}

#header h1 {
	margin: 0;
	color: #637332;
	text-shadow: #89a53f 2px 2px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 180px;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	height: 50px;
	text-align: left;
	padding-right: 50px;
	background-color: transparent;
}
#header h2 {
	margin: 0;
	color: #637332;
	text-shadow: #89a53f 2px 2px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 200px;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	height: 50px;
	text-align: left;
	padding-right: 50px;
	background-color: transparent;
}


/*scriptaculous.us fx divs*/

#closer {
	text-align: left;
	background-image: url(imgs/bgcloser.jpg);
	height: 28px;
}
#closebutton {
	border: 1px solid #999999;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #F7F7F7;
	background-repeat: repeat-x;
	background-image: url(imgs/button_dn.gif);
}

/*SEARCH DIV*/


#searchbox {
	width: 350px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	float: left;
	margin: 0px;
	padding: 2px;
}

#searchcontainer {
	width: 100%;
	height: 25px;
	background-image: url(imgs/bgcloser.jpg);
	margin: 0px;
	padding: 0px;
}

/*content DIV style*/

#content {
	text-align: left;
	line-height: 1.5em;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-color: #81A021;
	background-color: #F7F7F7;
	width: 800px;
	margin: 10px 10px 10px 250px;
	min-height: 800px;
	height: auto;
	background-image: url(imgs/logo-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#contentdiv {
	margin-right: 25%;
	margin-left: 20px;
}

#content li {
	list-style-image: url(imgs/li.gif);
	list-style-type: none;
	list-style-position: inside;
	margin-right: 2px;
}
#content ul {
	padding-left: 1em;
	margin-bottom: 3px;
	list-style-image: url(imgs/dot.gif);
	list-style-type: none;
}

#content h3 {
	color: #666666;
	height: 25px!important; /* for most browsers */
	height /**/:57px;
	font-size: 100%;
}
#content h3 a:link{
	color: #666666;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrow.gif);
	background-position: left top;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h3 a:visited{
	color: #666666;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrow.gif);
	background-position: left top;
	padding-left: 10px;
	font-size: 100%;
	font-weight: bold;
}
#content h3 a:hover{
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrowover.gif);
	background-position: left top;
	padding-left: 10px;
	background-color: #F1F7DB;
}
#content h4 {
	border: 1px solid #e4e4e4;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	color: #000;
	text-decoration: none;
	font-size: 100%;
	margin-left: 10px;
	padding-left: 5px;
	margin-right: 10px;
}
#contenttext {
	padding-right: 10px;
	padding-left: 10px;
	color: #999999;
	width: 560px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #4f57af;

}

#content .evenrow {
        background-color: #D2DEB0;
}


/* Flex Search Form styles--------------------- */

.FSF_input {
	color: #006600;
	width: 55%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(imgs/srch_bg.gif);
	background-repeat: repeat-x;
   }

	.FSF_input:focus {
	border: 1px solid #006600;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat;
   }

.FSF_submit, .FSF_submit:focus {
	margin-left: 5px;
	height: 20px;
	width: 20px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(imgs/search.gif);
	background-repeat: no-repeat;
	background-color: transparent;
    }

.submit:hover, .FSF_submit:hover {
	height: 20px;
	width: 20px;
	border: 0;
	cursor: pointer;
	background-image: url(imgs/searchover.gif);
	background-repeat: no-repeat;
	background-color: transparent;
    }
/* Sidebar div
------------------------------------------------------------------------- */

#sidebar {
	font-size: 85%;
	line-height: 1.4em;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 250px;
	margin-left: 5px;
	padding-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#sidebar h2 {
	color: #666;
	height: 32px !important; 
	height /**/:57px;
	padding-right: 0;
	padding-bottom: 0;
}

#sidebar ul, #sidebar p {
	margin-left: -5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 1em;
	padding-left: 15px;
}

#sidebar h3 {
	color: #666666;
	font-size: 140%;
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #81A021;
	}
#sidebar h3 a:hover {
	color: #333333;
	font-weight: bold;
	font-size: 140%;

	}
	#sidebar h3 a:link, h3 a:visited {
	font-size: 120%;
	text-decoration: none;
	border-bottom: none;
	color: #333333;
	font-weight: bold;
	}

#sidebar h4 {
	color: #666666;
	font-size: 100%;
	border: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0;
	}
	#sidebar h4 a:hover {
	color: #000000;
	font-size: 100%;
	background-color: #F1F7DB;

	}
	#sidebar h4 a:link  {
	color: #666666;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9DBC59;

	}
	#sidebar h4 a:visited {
	color: #666666;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9DBC59;
	}

#sidebar img {
	vertical-align: top;
	padding: 0px;
	}

/* Footer
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	font-size: 85%;
	color: #006600;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 80px;
	text-align: center;
	vertical-align: bottom;
	background-color: #EEEEEE;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #DCEDA9;
}

#footer a {
	border-bottom: none;
	color: #30538F;
	font-weight: bold;
}

#footer a:hover {

	border-bottom: none;
	color: #006600;
	font-weight: bold;
}

input.btn{
	color:Gray;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	background-color: White;
}

/* NAV - Son of Suckerfish Dropdowns http://www.htmldog.com/articles/suckerfish/dropdowns/ */

	#nav, #nav ul {padding: 0;margin: 0;list-style: none}
	#nav {background: #999 url("imgs/button_dn.gif") repeat-x;font-weight:bold;height:2.09em;font: bold 96% arial;margin: 0 0px 0 0px}
	#nav li {position:relative;background: #999 url("imgs/button_dn.gif") repeat-x;float: left;width: auto;display:block;margin: 0;border-bottom: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;padding:0}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {border-bottom: none;text-decoration:none;cursor:pointer;color:#999;display: block;padding: 4px 10px 2px}
	#nav a:hover {background: #999 url("imgs/button_up.gif") repeat-x;color:#81A021}
	
	#nav li ul {border-bottom: 1px solid #999;border-left: 1px solid #999;border-right: 1px solid #999;background: #f6f6f6;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-khtml-opacity:0.8;
	width:11em;font-size:90%;margin-top:3px;position: absolute;font-weight:normal;left: -999em;}
	
	#nav li:hover ul, #nav li.sfhover ul {top:19px;left: 0;z-index:99999}
	#nav li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0}
	#nav li li.last {border-bottom:none}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color:#000;
	border-bottom: none;
	 padding: 3px 10px 2px;
	 }
	#nav li li a:hover {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x;}
	
	#nav li.active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.active ul {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.active a:hover {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.here {color:#81A021;background:#F3F9E1 url("imgs/bgcloser.jpg") repeat-x; height:18px; border-bottom: none;
	 padding: 4px 10px 2px;
	 width:auto}
	 #nav li.here a{color:#81A021;background:transparent; border-bottom: none; margin:0;
	  padding:0px;}
	#nav li li.here {color:#000;
	background: #D2DEB0;
	
	 
	 }
	
	#nav li.active li {border:none;border-top: 1px solid #EFEFEF}
	#nav li.active li.last {border-bottom: none;}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.active li a:hover {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}

	/* hide from IE mac */
	#nav li {width:auto}
	/* end hack */
