/*
CSS - JURAN TECHNOLOGY
*/


/* CLEARFIX */
.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */



/* COMMON STYLES */
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.jpg) repeat-x;
	background-color: #C1C2C4;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #FFFFFF;
}

.hidden {
	display: none;
}

.clear {
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #00337F;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}



/* HEADER STYLES */
#header {
	width: 760px;
}


/* NAVIGATION STYLES */
#nav {
	width: 760px;
	height: 36px;
	background: url(../images/nav/bg-nav.gif) repeat-x;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	height: 36px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -36px!important;
}

#nav ul li#home a {
	background:url(../images/nav/home.gif) no-repeat top;
	width:92px;
}

#nav ul li#about-us a {
	background:url(../images/nav/about-us.gif) no-repeat top;
	width:110px;
}

#nav ul li#profile a {
	background:url(../images/nav/profile.gif) no-repeat top;
	width:144px;
}

#nav ul li#harvester a {
	background:url(../images/nav/harvester.gif) no-repeat top;
	width:154px;
}

#nav ul li#gallery a {
	background:url(../images/nav/gallery.gif) no-repeat top;
	width:86px;
}

#nav ul li#contact a {
	background:url(../images/nav/contact.gif) no-repeat top;
	width:110px;
}

#nav ul li ul { /* second-level lists */
	position: absolute;
	width: 300px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/*HIDING AND SHOWING NAVIGATION LISTS ---> */
#nav ul li:hover ul ul, #nav ul li.sfhover ul ul {
	left: -999em;
}

/*show*/
#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}



/* LAYOUT STYLES */
.column-left {
	width: 191px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-right: 1px solid #DADADA;
}

.column-right {
	width: 560px;
	margin: 0;
	padding: 0;
}

/* TEXT LAYOUT */
.column-left p {
	line-height: 170%;
	margin: 20px 10px 20px 27px;
	padding: 0;
}

#red, .red {
	color: #D1181F;
}

#title {
	margin: 35px 0 0px 15px;
}

#text {
	text-align: left;
	margin: 0px 40px 20px 20px;
}

#text p{
	margin: 15px 5px 10px 0;
}

#text ul,
#text ol {
	margin: 15px 20px;
}

#text-image {
	margin: 0 10px 10px 0;
}

#special-image1 {
	float: left;
	padding: 0 10px 0 10px;
	width: 184px;
}

#special-image1 img {
	padding: 5px;
}

#special-image1 p {
	text-align: center;
	padding: 2px;
}

table.gallery {
	margin: 10px 0;
}

table.gallery td {
	padding: 0 10px 10px 0;
}

/* FOOTER STYLES */
#footer {
	height: 45px;
	font-size: 11px;
	color: #959595;
	text-align: left;
	background: url(../images/bg-footer.gif) repeat-x;
}

#footer p {
	padding: 15px 0 0 15px;
}

#footer a {
	color: #959595;
}

img#webfirm-logo {
	float: right;
	margin: -25px 10px 0 0;
}
