html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

}

* {

     outline: none;

}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

body {

	background-color: #CCC;

	color: #2d2e2e;

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;

	font-size: 11px;

	line-height: 14px;

	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	text-align: center; /* Centers the page content container in IE 5 browsers. */

}

.slidepanoramico {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	height: 300px;

	width: 780px;

}

#outerWrapper #contentWrapper #content ul {

	list-style-type: none;

	padding: 0px;

	margin-top: 20px;

	margin-right: 0px;

	margin-bottom: 20px;

	margin-left: 0px;

}

#outerWrapper #contentWrapper #content ul li {

	text-align: center;

	display: inline-block;

	font-size: 12px;

	line-height: 18px;

	color: #FFF;

	font-weight: normal;

	width: 262px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	behavior: url(border-radius.htc);

	border: 1px solid #fff;

	background-color: #666;

	padding: 10px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

}

#outerWrapper #contentWrapper #content ul li  h2{

	font-size: 11px;

	font-weight: normal;

}

/* Commonly used to style page titles. */

h1 {

	color: #333;

	font-size: 22px;

	font-weight: normal;

	line-height: 26px;

	margin-bottom: 20px;

	width: auto;

}

/* Commonly used to style section titles. */

h2 {

	color: #C03;

	font-size: 11px;

	font-weight: bold;

	line-height: 14px;

}

/* Sets the style for unvisited links. */

a, a:link {

	color: #C03;

	font-weight: bold;

	text-decoration: none;

}

/* Sets the style for visited links. */

a:visited {

	color: #C03;

	font-weight: bold;

	text-decoration: none;

}

/* Sets the style for links on mouseover. */

a:hover {

	color: #666;

	text-decoration: underline;

}

/* Sets the style for a link that has focus. */

a:focus {

	color: #666;

}

/* Sets the style for a link that is being activated/clicked. */

a:active {

	color: #C03;

}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {

	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

	text-align: left; /* Redefines the text alignment defined by the body element. */

	width: 960px;

}

#outerWrapper #header {

	background-color: #CCC; /* Sets the bottom border properties for an element using shorthand notation */

	font-size: 18px;

	font-weight: bold;

	line-height: 15px;

	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	margin-bottom: 10px;

	margin-top: 30px;

	width: 482px;

	float: left;

}

#outerWrapper #banner {

	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	height: 300px;

	float: left;

	width: 960px;

	margin-bottom: 10px;

	background-color: #000;

}

#outerWrapper #banner .box {

	position: absolute;

	background: #000;

	filter:alpha(opacity=90);

	opacity:0.90;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*--IE 8 Transparency--*/

	z-index: 999;

	font-weight: normal;

	margin: 0px;

	height: 220px;

	width: 190px;

	padding: 40px;

	background-color: #111;

	background-image: url(images/bgl.png);

	background-repeat: no-repeat;

	background-position: right bottom;

}

#outerWrapper #banner .boxproduct {

	height: 240px;

	float: left;

	width: 175px;

	margin-right: 2px;

	margin-left: 2px;

	background-color: #333;

	padding: 30px;

}

#outerWrapper #banner .box h2 {

	color: #666;

	font-size: 18px;

	font-weight: normal;

	text-transform: capitalize;

	margin-top: 100px;

}

#outerWrapper #contentWrapper {

	margin-top: 10px;

}

#outerWrapper #contentWrapper #leftColumn1 {

	background-color: #CC0033; /* Sets the right border properties for an element using shorthand notation */

	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	width: 178px;

	height: 180px;

	margin-right: 10px;

	text-align: left;

	padding: 40px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	behavior: url(border-radius.htc);

	border: 1px solid #C03;

}

#outerWrapper #contentWrapper #leftColumn1 h2 {

	color: #FFF;

	font-weight: normal;

	text-transform: uppercase;

}

#outerWrapper #contentWrapper #leftColumn1 p {

	color: #FFF;

}

#outerWrapper #contentWrapper #leftColumn1 p a {

	color: #FFF;

}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content {

	padding: 40px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	margin-top: 0px;

	margin-right: 0;

	margin-bottom: 0;

	background-color: #FFF;

	float: left;

	width: 607px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	behavior: url(border-radius.htc);

	border: 1px solid #FFF;

}

#content .column0 {

	text-decoration: none;

	margin-bottom: 20px;

}

#content em {

	text-transform: lowercase;

	font-weight: normal;

	font-size: 14px;

	font-style: normal;

	line-height: 20px;

	color: #666;

	padding-bottom: 1px;

}



#content .column1 {

	width: 285px;

	float: left;

}

#content .column1 strong  {

	color: #C03;

	font-weight: bold;

	font-size: 12px;

}

#content .column2 {

	width: 285px;

	float: left;

	margin-left: 35px;

}

#content .column2 strong  {

	color: #C03;

	font-weight: bold;

	font-size: 12px;

}

#outerWrapper #contentWrapper #content p {

	font-size: 12px;

	line-height: 15px;

	margin-top: 0px;

	margin-right: 0px;

	margin-left: 0px;

}

#outerWrapper #contentWrapper #content .column0 p strong{

	font-size: 16px;

	line-height: 20px;

	font-weight: normal;

	color: #C03;

}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

#outerWrapper #contentWrapper .clearFloat {

	clear: left;

	display: block;

}

#outerWrapper #footer {

	margin-left: 270px;

	padding-top: 10px;

	padding-right: 0px;

	padding-bottom: 10px;

	padding-left: 0px;

	margin-bottom: 30px;

}

#langandshare   {

	background-color: #CCC;

	width: 226px;

	float: left;

	height: 54px;

	margin-top: 30px;

	padding: 0px;

	background-image: url(images/world.gif);

	background-repeat: no-repeat;

	background-position: 98px 6px;

	margin-left: 5px;

}

a.button-contact {

	/* Sliding right image */

    background: transparent url('images/button_right.png') no-repeat scroll top right;

	display: block;

	float: left;

	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */

	margin-right: 6px;

	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */

text-decoration: none;

	color: #FFF;

	font-size:11px;

	font-weight:normal;

	text-transform: uppercase;

	width: 160px;

	margin-top: 30px;

}

a.button-contact span {

	/* Background left image */ 

background: transparent url('images/button_left.png') no-repeat;

	display: block;

	padding-top: 7px;

	padding-right: 0;

	padding-bottom: 5px;

	padding-left: 55px;

	line-height: 22px;

	height: 22px;

} 

a.button-contact:hover span{

	text-decoration:none;

	color: #C03;

}





a.button-share {

	/* Sliding right image */

    background: transparent url('images/sharebutton_right.png') no-repeat scroll top right;

	display: block;

	float: left;

	height: 54px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */

	margin-right: 6px;

	padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */

text-decoration: none;

	color: #FFF;

	font-size:10px;

	font-weight:normal;

	text-transform: capitalize;

	margin-top: 2px;

	padding-top: 0px;

}

a.button-share span {

	/* Background left image */ 

background: transparent url('images/sharebutton_left.png') no-repeat;

	display: block;

	padding-top: 11px;

	padding-right: 0;

	padding-bottom: 8px;

	padding-left: 12px;

	line-height: 34px;

	height: 34px;

	margin: 0px;

} 

a.button-share:hover span{

	text-decoration:none;

	color: #333;

}



#langandshare ul {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 60px;
}
li.language_item a {
	display: block;
	background-color: transparent;
	background-image: url(images/buttonlanglink.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 48px;
	float: left;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	text-transform: capitalize;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 4px;
}
li.language_item a:hover {
	background-color: transparent;
	background-image: url(images/buttonlangcurrent.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-decoration: none;
}
li.current_language_item a {
	background-color: transparent;
	background-image: url(images/buttonlangcurrent.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-decoration: none;
}
li.current_language_item a:hover {
	background-color: transparent;
	background-image: url(images/buttonlanglink.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	text-decoration: none;
	
} 

/* MENU GLOBAL*/

        .lavaLampWithImage {

	position: relative;

	height: 24px;

	width: 388px;

	background: url("images/bg.gif") no-repeat top;

	overflow: hidden;

	padding-top: 16px;

	padding-right: 0px;

	padding-bottom: 14px;

	padding-left: 0px;

	margin: 0px;

        }

                .lavaLampWithImage li {

	float: left;

	list-style: none;

                }

                    .lavaLampWithImage li.back {

                        background: url("images/lava.gif") no-repeat right -30px;

                        width: 9px; height: 30px;

                        z-index: 8;

                        position: absolute;

                    }

                        .lavaLampWithImage li.back .left {

                            background: url("images/lava.gif") no-repeat top left;

                            height: 30px;

                            margin-right: 9px; /* 7px is the width of the rounded shape */

                        }

                    .lavaLampWithImage li a {

	text-decoration: none;

	color: #fff;

	outline: none;

	text-align: center;

	top: 7px;

	text-transform: uppercase;

	letter-spacing: 0;

	z-index: 10;

	display: block;

	float: left;

	height: 30px;

	position: relative;

	overflow: visible;

	margin: auto 10px;

	font-size: 11px;

	font-weight: normal;

                    }

                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {

                            border: none;

                        }

/* LOGO */

#header .logo {

	float: left;

	margin: 0px;

	padding: 0px;

	height: 54px;

	width: 93px;

}

#header .logo h1 {

	display:block;

	height:54px;

	width:93px;

	background-image: url(images/logo.gif);

}



#header .logo h1 a {

    display:block;

    height:54px;

    width:93px; 

}



#header .logo h1 a span {

	display:none;

}

#banner	h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	width: 210px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	float: left;

		}

 

		#banner	div#feature_list {

			

	width: 960px;

	height: 298px;

	overflow: hidden;

	position: relative;

		}

 

		#banner	div#feature_list ul {

			position: absolute;

			top: 0;

			list-style: none;	

			padding: 0;

			margin: 0;

		}

 

		#banner	ul#tabs {

	left: 0;

	z-index: 2;

	width: 270px;

		}

 

		#banner	ul#tabs li {
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	margin: 0px;
	padding: 0px;
	width: 270px;
	float: left;
	height: 74px;
		}

		

		#banner	ul#tabs li img {
	padding: 0px;
	border: none;
	float: left;
	margin: 0px;

		}

 

		#banner	ul#tabs li a {
	color: #fff;
	text-decoration: none;
	display: block;
	outline: none;
	padding-top: 11px;
	padding-right: 40px;
	padding-bottom: 11px;
	padding-left: 40px;
	margin: 0px;
	float: left;
	width: 190px;

		}

#banner #feature_list #tabs li a span {
	font-size: 11px;
	font-weight: normal;
	color: #666;

}
#outerWrapper #banner #feature_list #tabs a span p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
	height: 28px;
}




 

		#banner	ul#tabs li a:hover {

	text-decoration: none;

		}

 

		#banner	ul#tabs li a.current {

	color: #FFF;

	background-color: #111;

		}

 

		#banner	ul#tabs li a.current:hover {

			text-decoration: none;

			cursor: default;

		}

 

		#banner	ul#output {

	width: 685px;

	height: 300px;

	position: relative;

	left: 272px;

		}

 

		#banner	ul#output li {

	position: absolute;

	width: 685px;

	height: 300px;

		}

 

		#banner	ul#output li a {

	position: absolute;

	bottom: 10px;

	right: 10px;

	padding: 8px 12px;

	text-decoration: none;

	font-size: 11px;

	color: #FFF;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	behavior: url(border-radius.htc);

	font-weight: normal;

	border: 1px solid #111;

	background-color: #111;

		}

		

		#banner	ul#output li a:hover {

	background-color: #C03;

	border: 1px solid #c03;

		}
