@CHARSET "UTF-8";
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

body
	{
	/*font: 76%/1.4em Verdana, Tahoma, Arial, sans-serif;*/
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 12px;
	font-family: verdana;
	text-align: center;
	}
	
a
	{
	color: #f60805;
	text-decoration: none;
	}	

a:hover
	{
	text-decoration: underline;	
	}	
	
h1
	{
	background-image:url(../Images/dotted_line_bg.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	height: 18px;
	margin: 0px 9px 0px 9px;
	text-align: left;
	color: #f60805;
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px;
	}
	
h2
	{
	font-size: 1.3em;
	color: #666666;
	}
	
h3	
	{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}

#mborder  
	{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: center;
	width:820px;	
	}	
 	
#main
	{
	padding: 10px;
	}
	
	
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../Images/tlc.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../Images/trc.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../Images/blc.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../Images/brc.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../Images/tb.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../Images/bb.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../Images/r.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	/*background-color: #eeeeee;*/
	background-image:url(../Images/l.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
#top_menu
	{
	background-image:url(../Images/menu_bar.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	text-align: center;
	padding-left: 25px;
	}
	
#top_menu a
	{
	display: block;
	float: left;
	margin-top: 18px;
	width: 125px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	/*font-weight: bold;*/
	font-size: 13px;
	text-decoration: none;
	}	

#top_menu a:hover
	{
	text-decoration: underline;
	}

/*	
#pageTitle
	{
	background-image:url(../Images/dotted_line_bg.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	height: 18px;
	margin: 0px 9px 5px 9px;
	text-align: left;
	color: #f60805;
	font-size: 1.1em;
	padding: 4px;
	}
*/	
	
#footer
	{
	background-image:url(../Images/dotted_line_bg.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	height: 18px;
	margin: 0px 9px 0px 9px;
	text-align: left;	
	padding: 8px 4px 2px 4px;
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	}	
	
#bottom
	{
	margin: 4px 20px 0px 20px;
	}	
	
#pageLocation
	{
   float: right;
   font-size: 0.9em;
   color: #333333;
   background-image:url(../Images/red_arrow.png);
   background-repeat: no-repeat;
   background-position: 0% 50%;
   padding-left: 12px;
   margin-top: -4px;	
	}	

#content 
	{
	text-align: left;
	margin: 0px 9px 5px 9px;
	padding: 4px;
	}

#content p
	{
	text-indent: 10px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-size: 1.1em;
	font-weight: bold;
	}	
	
#watermark
	{
	background-image:url(../Images/sigla_master_mare_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}	

#primaPagina p
	{
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: 15px;
	line-height: 20px;
	}	
	
#contactForm
	{
	margin: 15px;
	padding: 5px;
/*
	background-image:url(../Images/contact.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
*/
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}	
	
.bottom-container
	{
	float: left;
	margin-right: 15px;
	}	
	
.clearfloat
	{
	clear: both;
	}	
	
label, input, textarea
	{
	display: block;
	float: left;
	margin-bottom: 10px;
	}	
	
label	
	{
	width: 100px;
	}

input, textarea
	{
	border: 1px solid #CCCCCC;
	background: #E1E1E1;
	font-weight: bold;
	color: #444444;
	}	
	
.btn
	{
	margin-left: 100px;
	background: #444444;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 10px;  
	}	
	
.product-container
	{
	margin: 7px;
	border: 2px solid #333333;
	width: 365px;
	float: left;
	}
	
.product-container-mo
	{
	margin: 7px;
	border: 2px solid #f60805;
	width: 365px;
	float: left;
	cursor: pointer;
	}
.product-container-pic
	{
	float: left;
	width: 80px;
	text-align: center;
	padding-right: 2px;
	min-height: 75px;/*firefox, opera, ie7 */
    height:auto; /*firefox, opera, ie7 */
    height:75px; /* ie6 */
	border-right: 2px solid #333333;
	}	
	
.product-container-header
	{
	float:left;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding:2px;
	width: 277px;
	/*background: #f60805;*/
	background: #333333;
	color: white;
	}	
	
.product-container-text
	{
	float:left;
	padding:4px;
	width: 273px;
	font-size: 0.9em;
	text-align: justify;
	}
