/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #555555;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;		/* <----- This is the only place where the font is 'fixed' */ 
}

/* 
p{
	margin-top: 0px;
	margin-bottom: 1.5em;
} 
*/

#leftbar a{
	color: #006699;
	text-decoration: none;
}

#leftbar a:link{
	color: #47AFAC;
	text-decoration: underline;
	font-weight: bold;
}

#leftbar a:visited{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

#leftbar a:hover{
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

a{
	color: #0c0433;
	text-decoration: none;
}

a:link{
	color: #0c0433;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #0c0433;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 130%;
 color: #334d55;
 margin: 0px 0px 1em;
 padding: 0px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #367B9C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 110%;
 color: #51BAB7;
 margin: 0px 0px 1.5em;
 padding: 0px;
}

h4{
 font-family: Arial, sans-serif;
 font-size: 110%;
 font-weight: normal;
 color: #333333;
 margin: 0px 0px 1.5em;
 padding: 0px;
}

h5{
 font-family: Verdana, Arial, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px 0px 1.5em;
 padding: 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 100%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: center;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin-left:auto;
	margin-right:auto;
	width: 948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c5d2;
	border-left-color: #c7c5d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c5d2;
	margin-bottom: 5px;
	background-image: url(images/columnborders.gif);
	background-repeat: repeat-y;
}
#spacerundermenu {
	margin-left:auto;
	margin-right:auto;
	width: 948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c5d2;
	border-left-color: #c7c5d2;
	height: 10px;
}
#masthead{
	width: 950px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
}


#leftBar{
	float: left;
	width: 188px;
	margin: 0px;
	padding: 0px 10px 0px 9px;
}

#rightBar{
	float:right;
	width: 186px;
	margin: 0px;
	padding: 0px 11px 0px 9px;
	text-align: center;
}

#content{
	float: left;
	width: 512px;
	margin: 0px;
	padding: 0px 8px 0px 11px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#toplogo{
}


/************* #globalNav styles **************/

#globalNav{
	color: #0c0433;
	background-color: #c7c5d2;
	font-size: 110%;
	text-transform: uppercase;
	padding: 4px;
	text-align: center;
}

#globalNav a,#globalNav a:link,#globalNav a:visited {
	color: #0c0433;
	font-weight: normal;
	text-decoration: none;
	padding-right: 1.2ex;
	padding-left: 1.2ex;
}
#globalNav a:hover {
	color: #ffffff;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 100%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: center;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-weight: normal;
	color: #0c0433;
	background-color: #c7c5d2;
	padding: 5px;
	margin-top: 4px;
	margin-bottom: 1ex;
}
/*
#content div {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
	margin-left: 0px;
}
*/

#leftBar .leftdottedboxes {
	border: 1px dotted #666666;
	margin-bottom: 8px;
	width: 180px;
	padding: 4px;
}
#leftBar .leftdottedboxes p {
	margin: 0px;
}
#leftBar .leftdottedboxes img {
	width: 180px;
	border: 0px;
}
#leftBar .leftdottedboxes a, #leftBar .leftdottedboxes a:link,#leftBar .leftdottedboxes a:visited {
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
#leftBar .leftdottedboxes a:hover {
	color: #FF6600;
}



#rightBar img, #rightBar a img {
	width: 173px;
	border: 1px dotted #666666;
	margin-bottom: 8px;
	padding: 6px;
}
#rightBar a img:hover {
	border: 1px solid #51BAB7;

}

.text_teal {
	color: #51BAB7;
}
.text_grey {
	color: #43494E;
}
#leftbar a img,#rightbar a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightBar h4 {
	font-size: 130%;
	text-transform: uppercase;
	text-align: center;
	color: #43494E;
	margin: 0px 0px 8px;
	padding: 4px 0px;
	font-weight: bold;
	width: 100%;
}
#rightBar h4.teal {
	color: #0c0433;
	background-color: #c7c5d2;
}
#rightBar h4.platinum {
	color: #FFFFFF;
	background-color: #a9bbc9;
}
#rightBar h4.gold {
	color: #FFFFFF;
	background-color: #de9926;
}
#rightBar h4.silver {
	color: #FFFFFF;
	background-color: #c4c0c0;
}
#rightBar h4.bronze {
	color: #FFFFFF;
	background-color: #bc6c36;
}

#sponsorshipbox_platinum{
	border: 1px solid #A9BBC9;
}
#sponsorshipbox_platinum h1{
	background-color: #a9bbc9;
}

#sponsorshipbox_gold{
	border: 1px solid #DE9926;
}
#sponsorshipbox_gold h1{
	background-color: #de9926;
}

#sponsorshipbox_silver{
	border: 1px solid #C4C0C0;
}
#sponsorshipbox_silver h1{
	background-color: #c4c0c0;
}

#sponsorshipbox_bronze{
	border: 1px solid #BC6C36;
}
#sponsorshipbox_bronze h1{
	background-color: #bc6c36;
}

#sponsorshipbox_platinum h1,#sponsorshipbox_gold h1,#sponsorshipbox_silver h1,#sponsorshipbox_bronze h1{
	margin-top: 0px;
	text-transform: uppercase;
}

#content #sponsorshipbox_platinum p,#content #sponsorshipbox_gold p,#content #sponsorshipbox_silver p,#content #sponsorshipbox_bronze p {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}


#carrello {
	Z-INDEX: 5;
	MARGIN-LEFT: auto;
	WIDTH: 510px;
	MARGIN-RIGHT: auto;
	HEIGHT: 135px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #E8ECED;
}

