/***


http://www.aleweb.org/

***/

/*** Reset ***/



body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}

img,fieldset
{
	border:none;
}

/*** Main Layout ***/

html
{
	padding:10px;
	background:#27473A;
}

body
{
	font-size:62.5%;
	/*background:#c7c46a;*/
	background:#27473A url("../images/bg_texture.png") center top;
	color:#ffffff;
}

body,input,textarea
{
	font-family: helvetica, arial, sans-serif;
}

#headerContainer
{
	height:25px;
	background:#27473A;
}

#header
{
	width:940px;
	padding:0px 20px;
	margin:0 auto;
	height:25px;
}

#header #logo
{
	float:left;
	width:115px;
	height:20px;
	text-indent:-9999em;
	overflow:hidden;

}

.noJS #header #logo:hover
{
	opacity:0.7;
}

#nav
{
	width:940px;
	padding:0px 20px;
	margin:0 auto;
	height:25px;
}

#nav ul
{
	float:right;
	list-style:none;
}

#nav ul li
{
	display:inline;
}

#nav ul li a
{
	float:left;
	height:25px;
	text-indent:-9999em;
	overflow:hidden;
	margin:0px 0px 0px 20px;
}

.noJS #nav ul li a:hover
{
	opacity:0.5;
}

#navHome
{
	width:45px;
	background:url("../images/nav_home.png") no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_home.html', sizingMethod='scale');
}

#navProd
{
	width:80px;
	background:url("../images/nav_web.png") no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_web.html', sizingMethod='scale');
}

#navProd1
{
	width:95px;
	background:url("../images/nav_web1.png") no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_web1.html', sizingMethod='scale');
}

#navProd2
{
	width:105px;
	background:url("../images/nav_web2.png") no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_web2.html', sizingMethod='scale');
}

#navAbout
{
	width:90px;
	background:url("../images/nav_about.png") no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_about.html', sizingMethod='scale');
}

#navContact
{
	width:65px;
	background:url("../images/nav_contact.png") no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_contact.html', sizingMethod='scale');
}

#navEcomm
{
	width:100px;
	background:url("../images/nav_ecomm.png") no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_ecomm.html', sizingMethod='scale');
}

#title
{	
    width:100%;
    height:170px;
	border-bottom:solid 50px #27473A;
	margin:0px -60px 0px 0px;
	background:url("../images/top.jpg") no-repeat 0px 0px;
}

#title h1
{
	width:940px;
	padding:0px 20px 0px;
	margin-top:15px;
	height:150px;
	text-indent:-9999em;
	overflow:hidden;
	background:url("../images/thome.png") no-repeat 0px 0px;
}

#controlContainer
{
	width:940px;
	padding:0px 20px;
	margin:0 auto;
	position:relative;	
}

#facebook
{
	position:absolute;
	left:10px;
	bottom:-60px;
	width:30px;
	height:30px;
	background:url("../images/facebook.png") no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}

#mail                                /*****************addon**************************/
{
	position:absolute;
	left:80px;
	bottom:-60px;
	width:30px;
	height:30px;
	background:url("../images/mail.png") no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}



#buy   a                             /*****************addon***************************************************************************************************************************************************************************/
{
	position:absolute;
	left:300px;
	top:182px;
	width:450px;
	color:#2CCAA4;
	font-size:22px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	z-index:9999;
	overflow:hidden;
}
#buy   a:hover                             /*****************addon***************************************************************************************************************************************************************************/
{
	color:#ffffff;
	font-size:22px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
}




#e-comm                                /*****************addon - 4.5.2014**************************/
{
	position:absolute;
	left:224px;
	bottom:-60px;
	width:30px;
	height:30px;
	background:url("../images/prova3.png") no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}

#prevControl
{
	position:absolute;
	right:60px;
	bottom:-60px;
	width:30px;
	height:30px;
	background:url("../images/left_arrow.gif") no-repeat 0px -30px;
	text-indent:-9999em;
	overflow:hidden;
}

#prevControl.noScroll
{
	background:url("../images/left_arrow.gif") no-repeat 0px 0px;
	cursor:default;
}

#nextControl
{
	position:absolute;
	right:20px;
	bottom:-60px;
	width:30px;
	height:30px;
	background:url("../images/right_arrow.gif") no-repeat 0px -30px;
	text-indent:-9999em;
	overflow:hidden;
}

#nextControl.noScroll
{
	background:url("../images/right_arrow.gif") no-repeat 0px 0px;
	cursor:default;
}

.noJS #prevControl,
.noJS #nextControl
{
	display:none;
}

#content 
{
	width:940px;
	/*height:600px;*/
		/*height:550px;*/
    height:600px;		
	padding:0px 20px 0px;
	margin:20px auto 40px;
	overflow:hidden;
}

#footerContainer
{
	background:url("../images/footer_bg.gif") repeat-x left 30px;
}

#footer
{
	width:980px;
	padding:0px 20px 20px;
	margin:0px auto;
	overflow:hidden;
}

#footer h2
{
	width:147px;
	height:130px;
	text-indent:-9999em;
	overflow:hidden;
	background:url("../images/subtitle_other.png") no-repeat left top;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subtitle_other.html', sizingMethod='crop');
}

#footer p
{
	/*padding:10px 0px 0px 0px;*/
	margin-top:50px;
	color:#ffffff;
	font-size:1.2em;
	font-weight:normal;
}

#footer p a
{
	color:#ffffff;
}
#footer p a:hover
{
	color:#2CCAA4;
	/*outline:none;*/        /*********************modified**********************************************/
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}



#socialNetworks a
{
	margin:0px 10px 0px 0px;
}

#secondaryLinks
{
	text-align:right;
}

span
{
	font-size:12px;
}
table
{
	font-size:13px;
}
p   
{
	font-size:1.3em;
	/*font-size:1.4em;*/
	/*line-height:1.429em;*/
	line-height:1.15em;
	padding:0px 0px 13px 0px;
	font-weight:bold;
}

p.large
{
	font-size:2em;
	line-height:1.6em;
	letter-spacing:-1px;
	padding:8px 0px 16px 0px;
}

a
{
	color:#ffffff;
	/*outline:none;*/        /*********************modified**********************************************/
	text-decoration:none;
	
}
a:hover
{
	color:#2CCAA4;
	/*outline:none;*/        /*********************modified**********************************************/
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	
}


h1
{
	font-size:12px;
}

h2
{
	padding:0px 0px 12px 0px;
}

h3
{
	font-size:1.4em;
	line-height:1.667em;
}

.singleColumn
{
	float:left;
	width:100px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}

.doubleColumn
{
	float:left;
	/*width:250px;*/
		width:170px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}

.enddoubleColumn
{
	float:left;
	/*width:50px;*/
		width:40px;
	margin:10px 20px 0px -10px;
}
.double1Column
{
	float:left;
	width:240px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}

.enddouble1Column
{
	float:left;
	width:0px;
	margin:10px 20px 0px -10px;
}
.double2Column
{
	float:left;
	width:420px;
	margin:-120px 20px 0px 240px;
	display:inline; /* IE6 */
}

.enddouble2Column
{
	float:left;
	width:0px;
	margin:10px 20px 0px -10px;
}
.double3Column
{
	float:left;
	width:170px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}

.enddouble3Column
{
	float:left;
	width:40px;
	margin:15px 20px 80px -10px;
}

.tripleColumn
{
	float:left;
	width:880px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}
.endtripleColumn
{
	float:left;
	width:100px;
	margin:110px 20px 0px -10px;
}

.quadColumn
{
	float:left;
	width:485px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}
.endquadColumn
{
	float:left;
	width:460px;
	margin:110px 20px 0px -10px;
}

.fiveColumn
{
	float:left;
	width:980px;
	      height:80px
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}
.endfiveColumn
{
	float:left;
	width:0px;	     
	      height:80px;
	margin:0px 20px 0px -10px;
}

.sevenColumn
{
	float:left;
	width:500px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}
.endsevenColumn
{
	float:left;
	width:200px;
	margin:0px 20px 0px -10px;
}

.eightColumn p
{
	float:left;
	width:980px;
	margin:0px 20px 0px 0px;
	font-size:1.2em;
	color:#ffffff;
	display:inline; /* IE6 */
}
.endeightColumn
{
	float:left;
	width:0px;
	margin:0px 20px 0px -10px;
}


.sixColumn
{
	float:left;
	width:680px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}
.nineColumn
{
	float:left;
	width:480px;
	margin:0px 20px 0px 0px;
	display:inline; /* IE6 */
}
.endnineColumn
{
	float:left;
	width:190px;
	margin:110px 20px 0px -10px;
}

.endColumn
{
	float:left;
	width:300px;
	margin:0px 20px 0px -10px;
}

#contentScroller
{
	width:12000px;
}

.page
{
	float:left;
	width:1040px;
	margin:0px 960px 0px 0px;
	min-height:300px;
}

#home h2 ol
{
	height:30px;
	text-indent:-9999em;
	overflow:hidden;
	font-size:10px;
	font-weight:normal;
}

#hello  h2 ol
{
	padding:10px 0px 0px 0px;
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
}



#content img
{
	display:block;
	border:solid 2px #27473A;
	margin:0px 0px 20px 0px;
	zoom:1;
}

#content img.largeImage
{
	display:block;
	border:solid 0px #27473A;
	margin:0px 0px 0px 0px;
}

#home1 img
{
	display:block;
	border:solid 2px #64AA8E;
	margin:0px 0px 20px 0px;
}

#contact img
{
	border:none;
}

#prod img
{
	border:none;
	margin:0px 0px 6px 0px;
}

#prod1 img
{
	border:none;
	margin:0px 0px 6px 0px;
}

#prod2 img
{
	border:none;
	margin:0px 0px 6px 0px;
}

#prod .doubleColumn h3
{
	font-size:1.2em;
	padding:0px 0px 2px 0px;
	font-weight:bold;
}

#prod .doubleColumn p
{
	font-size:1.2em;
	color:#ffffff;
	padding:0px 0px 15px 0px;
	font-weight:normal;
}

#prodMain
{
	float:left;
}

#prod1.doubleColumn h3
{
	font-size:1.0em;
	padding:0px 0px 2px 0px;
	font-weight:bold;
}

#prod1 .doubleColumn p
{
	font-size:1.0em;
	color:#ffffff;
	padding:0px 0px 15px 0px;
	font-weight:normal;
}
	
	#prod1Main
{
	float:left;
}
	
#prod2.doubleColumn h3
{
	font-size:1.2em;
	padding:0px 0px 2px 0px;
	font-weight:bold;
}

#prod2 .doubleColumn p
{
	font-size:1.2em;
	color:#ffffff;
	padding:0px 0px 15px 0px;
	font-weight:normal;
}

#prod2Main
{
	float:left;
}

.prodDetail
{
	float:left;
	display:none;
}

.prodDetail th
{
	color:#3FD6B0;
}

.prodDetail .back
{
	display:block;
	height:25px;
	text-decoration:none;
	margin:-22px 0px 0px 760px;
    color:#2CCAA4;
	font-style:italic;
	background:url("../images/back.png") no-repeat 0px 0px;
}

#feed h2
{
	background:url("../images/subtitle_feed.png") no-repeat left top;
	padding:0px 0px 15px 0px;
	height:30px;
	text-indent:-9999em;
	overflow:hidden;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subtitle_feed.html', sizingMethod='crop');
}

#feed li
{
	/*border-bottom:solid 2px #58A8A9;*/
	border-bottom:solid 2px #ffffff;
	padding:1px 0px 12px 0px;
	margin:0px 0px 15px 0px;
	font-size:1.2em;
	line-height:1.667em;
	color:#ffffff;
	list-style:none;
	font-weight:bold;
}

#feed li a
{
	color:#ffffff;
}

#feed li a.time
{
	display:block;
	color:#ffffff;
	font-size:0.8em;
	text-decoration:none;
	font-weight:normal;
}

label
{
	display:block;
	font-size:1.4em;
	font-weight:bold;
	padding:0px 0px 5px 0px;
}

input
{
	display:block;
	font-size:1.4em;
	padding:5px;
	background:#8FB1A6;
	border:solid 2px #27473A;
	color:#222222;
	width:350px;
	margin:0px 0px 10px 0px;
	display:block;
}

textarea
{
	display:block;
	font-size:1.4em;
	padding:5px;
	background:#8FB1A6;
	border:solid 2px #27473A;
	color:#222222;
	width:350px;
	margin:0px 0px 10px 0px;
	height:120px;
}

input.error,
textarea.error
{
	background: #477276;
}

input.submit
{
	border:none;
	width:auto;
	display:block;
	padding:0px;
	background:none;
}

#topBorder
{
	background:#27473A;
	height:10px;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	_display:none;
}

#bottomBorder
{
	background:#27473A;
	height:10px;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	_display:none;
}