/*
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: 14px;
	text-align: center;
	color: #CCCCCC;
	background-color: #F7F7F7;
	margin-bottom: 0px;
}

/*text links and image links*/
.ditto_info{
 font-size: 95%;
}
a, a:link {
	text-decoration: none;
	color: #000000;
}
a:visited { 
        color: #000000; 
}
a:hover {
	color: #000099;
	text-decoration: none;

}
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;
}



/*H1 H2 H3 H4 H5*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #000000;
	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: #000000;
	}

/* common elements ------------------------------------------------------------------------- */

div, p, img, a, td, ul, ol {
    font-size: 1em;
}

b {
	color: #0D5A99;
	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: #1174B7;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(imgs/headerimg.png);
}

#header h1 {
	margin: 0;
	color: #0D5A99;
	text-shadow: #fff 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: 120px;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	height: 50px;
	text-align: left;
	padding-right: 50px;
	background-color: transparent;
}



/*scriptaculous.us fx divs*/

#closer {
position: relative; float: left;
	text-align: left;
	background-image: url(imgs/bgcloser.jpg);
	height: 28px;
color: #686868;
width: 100%;
}
#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: none;
	margin: 0px;
	padding: 2px;
}

#searchcontainer {
	width: 100%;
	height: 25px;
	background-image: url(imgs/bgcloser.jpg);
	margin: 0px;
	padding: 0px;
}

/*content DIV style*/
.B_crumbBox a{
color:#116496;
font-weight:bold;
font-size:95%;
margin-left: 5px;
}
#breadcrumbs  {color:#999999;}

#content {
	text-align: left;
	line-height: 1.5em;
	color: #000000;
	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: #1174B7;
	background-color: #F7F7F7;
        min-width: 640px;
	margin-left: 200px;
	margin-top: 7px;
        margin-right: 30px;
        
}

#content li {
	line-height: 1.5em;
}
#content ul {
	padding-left: 2em;
	margin-bottom: 3px;
	list-style-type:circle;
}
#content ul li {
     list-style: disc;
}
#contentdiv {
	margin-right: 25%;
	margin-left: 20px;

}


#content h3 {
	color: #000000;
	height: 25px!important; /* for most browsers */
	height /**/:57px;
	font-size: 110%;
}
#content h3 a:link{
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	background-color: #F7F7F7;
	margin-top: 3px;
	margin-bottom: 3px;
	}
#content h3 a:visited{
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
#content h3 a:hover{
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
#content h4 {
	color: #000;
	text-decoration: none;
	font-size: 100%;
	padding-left: 5px;
	margin-right: 10px;
}
#content a{
	color: mediumblue;
}
#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: #3333ff;

}

/* Flex Search Form styles--------------------- */

.ajaxSearch_form{
	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;
   }

	.ajaxSearch_form:focus {
	border: 1px solid #006600;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat;
   }

#ajaxSearch_submit {
	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, #ajaxSearch_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: 180px;
	margin-left: 5px;
	padding-top: 5px;
	margin-right: 5px;
}

#sidebar h2 {
	color: #666;
	height: 32px !important; 
	height /**/:57px;
	padding-right: 0;
	padding-bottom: 0;
}
#sidebar li {margin: 0.5em 0}
#sidebar li ul {margin: -1.2em 0 0.5em 0;}
#sidebar li li { list-style-type:square;}
#sidebar ul, #sidebar p {
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
       padding-top: 10px;
}
#sidebar h3 {
	color: #000000;
	font-size: 130%;
	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: #1174B7;
	}
#sidebar h3 a:hover {
	color: #000066;
	font-weight: bold;
	font-size: 140%;
	border-bottom-width: 1px;
	border-bottom-color: #1174B7;
	}
#sidebar a{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#sidebar li li a{
color:#333333;
}
	#sidebar h3 a:link, h3 a:visited {
	font-size: 120%;
	text-decoration: none;
	border-bottom: none;
	color: #333333;
	font-weight: bold;
	}

#sidebar h4 {
	color: #000000;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #1174B7;
	}
	#sidebar h4 a:hover {
	color: #000000;
	font-size: 120%;
	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: #09f;
	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: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #D0E7F5;
	border-bottom-color: #D0E7F5;

}

#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 { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav {background: #cccccc url("imgs/button_dn.gif") repeat-x;font-weight:bold;height:2.09em;font: bold 96% arial;margin: 0 0px -2px 0px}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {border-bottom: none;text-decoration:none;cursor:pointer;color:#686868 ;display: block;padding: 4px 5px 2px}
#nav a:hover {background: #999 url("imgs/button_up.gif") repeat-x;color:#000000}


#nav li {position:relative;background: #999 url("imgs/button_dn.gif") repeat-x;float: left;width: auto;display:block;margin: 0;border-right: 1px solid #cccccc;padding:0}
#nav li.active {color:#000;background:#EEEEEE url("imgs/button_up.gif") repeat-x}

#nav li:hover ul, #nav li.sfhover ul {top:19px;left: 0;z-index:99999;}

	#nav li.active {color:#000000;background:#EEEEEE url("imgs/button_up.gif") repeat-x}
	#nav li.active ul {color:#000;background:#EEEEEE 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:#EEEEEE url("imgs/button_up.gif") repeat-x}
	#nav li.here {color:#686868;background:#F3F9E1 url("imgs/bgcloser.jpg") repeat-x; height:18px; border-bottom: none;
	 padding: 4px 10px 2px;
	 width:auto}
	 #nav li.here a{color:#686868;background:transparent; border-bottom: none; margin:0;
	  padding:0px;}
	#nav li li.here {color:#686868;
	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:#686868;background:#EFEFEF url("imgs/button_up.gif") repeat-x}

#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:#686868;
	border-bottom: none;}
#nav li li a:hover {color:#000000;background:#EEEEEE url("imgs/button_up.gif") repeat-x;}

#nav li ul {
	width:13em;font-size:100%;margin-top:0px;position: absolute;font-weight:bold;left: -999em;
	border-bottom: 1px solid #999;border-left: 1px solid #999;border-right: 1px solid #999;background: #f6f6f6; 
	filter:alpha(opacity=93);
	-moz-opacity:0.93;
	opacity:0.93;
	-khtml-opacity:0.93;
	 }

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

       /*2nd level*/
       #nav li ul ul{
        margin: -12px  0 0 13em;
        }
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em; top: 11px; 
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul,  #nav li li.sfhover ul {
	left: auto; 
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

	/* hide from IE mac */
	#nav li {width:auto}
	/* end hack */
