/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #efefef;
	font: 14px Arial, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

top-link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	
}

a, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

.body_txt {
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	height: auto;
	width: auto;
	line-height: 130%;
}

a {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	line-height: 130%;
}


a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 10px 0px 0px 0px;
	height: auto;
	width: auto;
	line-height: 130%;
}
	
.p_name {
	color: 888;
	font-size: 18px;
	margin: 5px 0px 0px 0px;
	height: auto;
	width: auto;
	line-height: 130%;
	color: #555;
}

/* headers */
h1, h2, h3 {
	color:	#277B24;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0px 5px 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
    margin-bottom: 2px;
}


/* images */
img {
	background: #fff;
	padding: 15px;
	border: 0px;
}

#products img {
	background: #fff;
    margin-top: 5px;
    margin-right: 5px;
	padding: 0px;
	border: 0px;
}

hr, div.hr{
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border: 1px;
	margin: 2px 0px 4px 0px;
	overflow: hidden;
}

div.hr2{
	height:1px;
	background-color:#dddddd;
	margin: 0px;
	margin-top:4px;
	margin-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

/* start - table */
table {
	width: 100%;
/*	border-collapse: collapse;
	margin: 0px;	
/*	border: 1px solid #789080;*/
}
th strong {
	color: #fff;
}
th {
	text-align: left;
	border-left: none;
	border-bottom: none;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #efefef;
	background-image: url(/images/corporate/y-repeater.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#content {
	float: left;
	position: relative;
	width: 958px;
	margin: 0px 0px 0px 11px;
	height: 600px;
	background-color: #FFFFFF;
	background-image: url(/images/corporate/hooded.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content3 {
	float: left;
	position: relative;
	width: 958px;
	margin: 0px 0px 0px 11px;
	height: 600px;
	background-color: #FFFFFF;
	background-image: url(/images/corporate/hooded_large.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content2 {
	float: left;
	position: relative;
	width: 958px;
	margin: 0px 0px 0px 11px;
	height: 600px;
	background-color: #FFFFFF;
	background-image: url(/images/corporate/girls-painted.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content-wrap {
	/*float:left;*/
	position: relative;
	margin: 30px 30px 30px 30px;
	padding: 10px;
	float: left;
	width: 520px;
}

#about {
	/*float:left;*/
	position: relative;
	margin: 30px 30px 30px 30px;
	padding: 10px;
	float: left;
	width: 350px;
}

#contact, #partners {
	/*float:left;*/
	position: relative;
	margin: 30px 30px 30px 30px;
	padding: 10px;
	float: left;
	width: 600px;
}

#right_news {
	margin: 40px 30px 30px 30px;
  float: right;
  position: relative;
  width: 280px;
}

#right_news h3 {
	font-size: 14px;
	margin: 00px 0px 5px 10px;
	padding: 0px;
}

#right_news p {
	color: #333333;
	margin: 5px 10px 5px 10px;
	font-size: 14px;
	padding: 0px;
}

#right_news a {
	color: #333333;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

#right_news a:hover{
	text-decoration: underline;
}


#right_news .date {
	color: #666;
	font-size: 14px;
	padding: 0px;
	font-style:italic;
}

#header {
	width: 980px;
	height: 128px;
	padding: 0;
	color: #FFF;
	background-color: #efefef;
	background-image: url(/images/corporate/header-980x-128.png);
	background-repeat: no-repeat;
	background-position: center top;	/* font-size: 14px; */
}

hr {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#header_menu {
	position: relative;
	left: -30px;
	top: 100px;
	text-align:right;
}

#header_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#header_menu a:hover {
	text-decoration:underline;
}


legend {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: normal; 		
	color: #277B24;
	text-transform: uppercase;
	padding: 0px 5px 0px 5px;
}


/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% Arial;
	color: #277B24; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
}

/* Footer */	
#footer {
	margin: 0px 0px 0px 0px;
	clear: both;
	width: 980px;
	height: 50px;
	text-align: center;
	font-size: 80%;
	background-color: #efefef;
	background-image: url(/images/corporate/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer_txt {
	width: 980px;
	text-align: center;
}

.roundedcornr_box_359627 {
   background: #fafafa;
}
.roundedcornr_top_359627 div {
   background: url(/images/corporate/boxes/roundedcornr_359627_tl.png) no-repeat top left;
}
.roundedcornr_top_359627 {
   background: url(/images/corporate/boxes/roundedcornr_359627_tr.png) no-repeat top right;
}
.roundedcornr_bottom_359627 div {
   background: url(/images/corporate/boxes/roundedcornr_359627_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_359627 {
   background: url(/images/corporate/boxes/roundedcornr_359627_br.png) no-repeat bottom right;
}

.roundedcornr_top_359627 div, .roundedcornr_top_359627, 
.roundedcornr_bottom_359627 div, .roundedcornr_bottom_359627 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_359627 { margin: 0 15px; }