@charset "utf-8";
/**{
	/* Resetting the default styles of the page
	margin:0;
	padding:0;
}
 */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat;
	background-color: #FFF;
	background-image: url(images/bck.jpg);
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 940px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: transparent;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 14px;
	text-align: left;


}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 240px;
	text-align: justify;
} 
.twoColFixLtHdr #footer {
	background-color: #333;
	height: 50px;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	line-height: 18px;
	color: #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
/*Navi*/

#mainNav {
	margin-bottom: 2px;
	width: 690px;
	height: 85px;
	overflow: hidden;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav ul {
	list-style-type: none;
}
#topnav {
	height: 45px;
	margin-top: 0px;
	margin-left: 261px;
	width: 650px;
	display: block;
	padding-top: 60px;
	padding-left: 45px;
	text-align: right;
}
#topnav li {
	display: inline;
	vertical-align: bottom;
	margin-right: 5px;
	margin-left: 5px;
}
#topnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	letter-spacing: -1px;
	font-style: italic;
}
#topnav a:hover {
	color: #F40707;
}





#mainNav .lineNav {
	background: url(images/nav_line.gif) repeat-x;
	margin: 0px;
	padding: 0px;

}



#mainNav ul, #mainNav ul li {
	padding: 0px;
	list-style: none outside;
	margin-right: 2;
	margin-bottom: 2;
	margin-left: 2;
}



#mainNav ul li {

    padding: 2px 10px;

    float: left;

}



#mainNav ul li a span {

    display: none;

}



#mainNav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
	font-weight: bold;
	display: block;
	height: 50px;
	margin-bottom: 0px;

}



#mainNav ul li a:hover {

    color: #666;

}



#mainNav ul li a.active {

    font-family: Georgia, "Times New Roman", Times, serif;

    font-style: italic;

    color: #000;

    font-weight: bold;

}



#mainNav .navSEO a span {

    xdisplay: none;

}



#mainNav li.navSEO a{
	width: 75px;
	height: 65px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}



#mainNav li.navSEO a:hover, #mainNav li.navSEO a.active {
	color: #666;
	background-image: url(images/nav_over.png);
	background-repeat: no-repeat;
}



#mainNav li.navWeb a {
	width: 95px;
	height: 65px;
	background-image: url(images/nav.png);
	background-position: -75px;
}



#mainNav li.navWeb a:hover, #mainNav li.navWeb a.active {
	color: #666;
	background-image: url(images/nav_over.png);
	background-repeat: no-repeat;
	background-position: -75px;
}



#mainNav li.navForum a {
	background: url(images/nav.png) no-repeat -175px;
	width: 85px;
	height: 65px;
}



#mainNav li.navForum a:hover, #mainNav li.navForum a.active {
	background: url(images/nav_over.png) no-repeat -175px;
	
}



#mainNav li.navEbay a {
	width: 90px;
	height: 65px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: -260px;
}



#mainNav li.navEbay a:hover, #mainNav li.navEbay a.active {
	color: #666;
	background-image: url(images/nav_over.png);
	background-repeat: no-repeat;
	background-position: -260px;
}



#mainNav li.navPho a {
	width: 90px;
	height: 65px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: -350px;
}



#mainNav li.navPho a:hover, #mainNav li.navPho a.active {
	color: #666;
	background-image: url(images/nav_over.png);
	background-repeat: no-repeat;
	background-position: -350px;
}

#mainNav li.navCon a {
	width: 85px;
	height: 65px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: -450px;
}



#mainNav li.navCon a:hover, #mainNav li.navCon a.active {
	color: #666;
	background-image: url(images/nav_over.png);
	background-repeat: no-repeat;
	background-position: -450px;
}

.twoColFixLtHdr #mainNav img {
	float: left;
	margin-right: 120px;
}
h1 {
	/*font-family: 'IM Fell DW Pica', arial, serif;*/
	font-family: times, "Times New Roman", times-roman, georgia, serif;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
	font-weight: 100;
	letter-spacing: -2px;
	padding-right: 0;
	padding-left: 0;
	color: #5b5b5b;
	text-shadow:0px 2px 2px #ccc;
	color: #353535;
	



}
h2 {
	/*font-family: times, "Times New Roman", times-roman, georgia, serif;*/
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #016A92;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow:0px 1px 1px #ccc;
}

h3 {
	/*font-family: times, "Times New Roman", times-roman, georgia, serif;*/
	font-size: 20px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222222;
	text-shadow:0px 1px 1px #ccc;
	font-style: italic;
	font-weight: normal;
	}

p , li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	color: #5C5C5C;
}

a {
	color: #6B6B6B;
	text-decoration: none;
	font-weight: bold;
}
a:focus {outline: none;}
.centre {
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #container #mainContent .ramka {
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/vert_sep.gif);
	/*background-image: url(images/seprator_hoz.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
}
.twoColFixLtHdr #container #mainContent .main-featured {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: repeat;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


	
.floatright-image {
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aeb6b6;
	border-right-color: #aeb6b6;
	border-bottom-color: #aeb6b6;
	border-left-color: #aeb6b6;
}
#sidebar_separator {
	width:220px;
	background-color: transparent;
	/*background-image: url("http://www.greenolivz.com/images/vert_sep.gif");*/
	background-repeat: repeat-y;
	background-image: url(images/side_sep.gif);
	background-attachment: scroll;
	background-position: right top;
	padding-right: 20px;
	padding-top: 25px;
}
#separator_horizontal {
	background-image: url(images/vert_sep.gif);
	background-repeat: repeat-x;
	background-position: 15px;
	padding-right: 10px;
	padding-left: 10px;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 210px; /*Width of Carousel Viewer itself*/
	height: 130px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 235px;
	top: -1px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 210px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fstepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 700px; /*Width of Carousel Viewer itself*/
	height: 500px; /*Height should enough to fit largest content's height*/
}

.fstepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 210px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#home a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

