@charset "utf-8";
/* CSS Document */


/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* HTML Elements 
-------------------------------------------------------------- */
body {
	background: #fff;
/*	background: #fff url(images/bg_body.gif) repeat-x;
*/	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}

a {
	color: #0099cc;
	text-decoration: none;
	font-size:12px;
}

a:hover {
	text-decoration: underline;
	color: #0099cc;
	font-size:12px;

}

a img {
	border: 0;
}

img.alignleft {
	float: left;
	padding-right: 10px;
}

img.alignright {
	float: right;
	padding-left: 10px;
}

blockquote {
	font-style: italic;
	color: #999;
}

hr {
	border: none;
	height: 1px;
	background-color: #999;
}

p { line-height: 18px }

h1, h2, h3, h4 {}

h1 { font-size: 24px }

h2 { font-size: 20px }

h3 { font-size: 18px }

h4 { font-size: 16px }
h5 { font-size: 14px; font-weight:bold }



/* Text
------------------------------------------------------------------------------------------------------------------- */



/* Structure 
------------------------------------------------------------------------------------------------------------------- */
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1035px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#language {
	position: absolute;
	top: 0%;
	right: 0;
	width: 150px;
	height: 33px;
}

#header {
	position: relative;
	padding : 0;
	margin-bottom: 5px;
	width: 100%;
	height: 143px;
	overflow: hidden;
}

#navigation {
	background-color: #0099cc;
	padding : 0;
	margin: 0;
	width: 100%;
	height: 35px;
	overflow: hidden;
}

#slider {
	position: relative;
	padding : 0;
	margin: 0;
	border: 1px solid #ccc;
	overflow: hidden;
}

#content {
	padding: 10px;
	margin: 0;
	width: 1015px;
	overflow: hidden;
}

	
#footer-container {
	clear: both;
/*	background: url(images/bg_footer.gif) top repeat-x; 
	border-top: 1px solid #ccc;
	padding-top: 20px;
*/	margin: 0;
	width: 100%;
	overflow: hidden;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: 1015px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
}

/* Header
------------------------------------------------------------------------------------------------------------------- */
#language {
	position: absolute;
	top: 0%;
	right: 0;
	width: 150px;
	height: 33px;
}

#logo { padding-top: 55px }
	
#header-nav {
	position: absolute;
	top: 100px;
	right: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
/*	width: 437px;
*/}

#header-nav li { 
	display: inline;
	padding: 4px;
}

#header-nav li a {}


#search {
	display: block;
	background: url(images/bg_search.gif) no-repeat;
	position: absolute;
	top: 60px;
	right: 130px;
	width: 157px;
	height: 24px;
	overflow: hidden;
}

.search-field {
	background: none;
	border: none;
	font-size: 11px;
	color: #999;
	padding-left: 10px;
	width: 119px;
}

.btn-search {
	background: url(images/btn_submit.gif) no-repeat;
	border: none;
	margin-top: 2px;
	height: 20px;
	width: 22px;
	cursor: pointer;
}

#social-media {
	position: absolute;
	top: 44px;
	right: 0;
}

#social-media img { padding-left: 10px }


/* Content
------------------------------------------------------------------------------------------------------------------- */
.box-content {
	position: relative;
	float: left;
	width: 320px;
	padding: 10px;
	overflow: hidden;
}
.box-content4 {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

.box-content2 {
	position: relative;
	float: left;
	width: 165px;
	padding: 10px;
	overflow: hidden;
}

.box-content3 {
	position: relative;
	float: left;
	width: 450px;
	padding: 10px;
	overflow: hidden;
}

.product-pic, .product-desc {
	position: relative;
	float: left;
	overflow: hidden;
}

.product-pic {
	width: 100px;
	text-align: center;
}

.product-desc {
	width: 915px;
}

.box-contact {
	position: relative;
	float: left;
	width: 210px;
	overflow: hidden;
	padding-right: 10px;
}
.box-contact-1 {
	position: relative;
	float: left;
	width: 150px;
	overflow: hidden;
	padding-right: 10px;
}
.box-contact-2 {
	position: relative;
	float: left;
	width: 200px;
	overflow: hidden;
	padding-right: 10px;
}
.box-contact-3 {
	position: relative;
	float: left;
	width: 200px;
	overflow: hidden;
	padding-right: 10px;
}
.box-contact-4 {
	position: relative;
	float: left;
	width: 200px;
	overflow: hidden;
	padding-right: 10px;
}

/* Sidebar
------------------------------------------------------------------------------------------------------------------- */


/* Footer
------------------------------------------------------------------------------------------------------------------- */
.box-footer {
	position: relative;
	float: left;
	width: 180px;
	overflow: hidden
}

#copy { width: 290px }

#copy a {
	color: #0099CC
}

#copy p { padding-top: 0; margin-top: 0 }

#footer p {
	padding: 10px;
	font-size: 11px;
}

#newsletter {
	background: url(images/bg_newsletter.gif) no-repeat;
	margin: 20px 0 0 35px;
	width: 242px;
	height: 24px;
	overflow: hidden;
}

.newsletter-field {
	background: none;
	border: none;
	font-size: 11px;
	color: #999;
	padding-left: 10px;
	width: 204px;
}

.btn-search {
	background: url(images/btn_submit.gif) no-repeat;
	border: none;
	margin-top: 2px;
	height: 20px;
	width: 22px;
	cursor: pointer;
