/* 
-----------------------------------------------
	Global CSS
	Project: Debba.it
	Author: Arianna Nistri
	Version: February 2009
----------------------------------------------- */
/* 	Sections:
 	- Base
		- Headings
		- Structure
		- Navigation
		- Blog
		- Lists
 	- Links
		- Forms
		- Standard + Misc
----------------------------------------------- */


/* =Base
----------------------------------------------- */
* {margin:0; padding:0;}  /* removes default padding/margins */

body {
	margin: 0; padding: 0;
	background: #5654EA url(../_img/bkgd.gif) repeat-x;	
	text-align:center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.45em;
	color: #081B50;
}

td, th, input, select, textarea, div, p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
 margin: 8px 0 21px 0;
}

/* =Headings
----------------------------------------------- */	
h1 {
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #FF8B00;
 padding: 10px 0;
	margin: 0 0 14px 0;
	border-top: 1px solid #eaeaea; 
	border-bottom: 1px solid #eaeaea;
}

.home { 
	border-top: none;
	margin-top: 9px;
}
h2, h3 {  
 font: bold 16px Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
	color: #081B50;	
}

#column1 h2 {
 margin: 6px 0 10px 6px;
}

/* =Structure
----------------------------------------------- */	
#wrapper {
 margin:0 auto;
	width: 965px;
	text-align: left;	
}	



/* Bkgd Image - inside pages */
#bkgdInside {
	background: url(../_img/bkgd_header.jpg) no-repeat center top;
} 

#bkgdInside2 {  /* fixes 1 pixel shift bug */
 margin:0 auto;
	background: url(../_img/bkgd_header.jpg) no-repeat center top;
 width: 965px;
} 

#header {
 margin: 0;
}


#logo {
 position: relative;
	z-index: 10;
	top: 13px;
	left: 45px;
	width: 100px;
}

#flashCan{
position:absolute;
display:block;
width:562px;
height:93px;
margin-top:29px;
margin-left:396px;
}

* html #flashCan{
position:absolute;
display:block;
width:562px;
height:93px;
margin-top:25px;
margin-left:396px;
}


#flashCan_InsidePage{
position:absolute;
display:block;
width:575px;
height:93px;
margin-top:29px;
margin-left:383px;
}

* html #flashCan_InsidePage{
position:absolute;
display:block;
width:575px;
height:93px;
margin-top:25px;
margin-left:383px;
}

/* Content Area */
#content {
	background: white url(../_img/bkgd_content.gif) repeat-y; 
	margin-top: 131px;
}

* html #content  { 	margin-top: 127px; } /* correcting gap in IE6 */

#watermark {
	width: 951px;
	margin-left: 8px;
	min-height: 470px;
	padding: 0;
	clear: both;
}

* html #watermark { height: 470px } /* min-height for IE6 */

.watermark { background: url(../_img/mouse.jpg) no-repeat left bottom; } /* for applying bkgd image */


#swf {
 position: relative;
	z-index: 10;
	top: 10px;
	left: 15px;
}

.flashContent { /* shows if Flash isn't enabled */
 color: #999;
	width: 650px;
	padding: 11px;
}

#columns {
 margin: 0 14px 0 13px; 
 overflow: hidden;
}

/* COL 1 */
#column1 {
 width: 200px;
	float: left;
}

.column1Home { margin-top: 15px }



/* COL 2 */
#column2 {
 width: 443px;
	float: left;	
	margin: 0 22px;	
	padding: 0 0 10px 0;
 text-align: justify;	
}

#contentMiddle {
	background: url(../_img/bkgd_contentMiddle.gif) repeat-x top; 
}

#breadcrumb {
 font-size: 10px;
	color: #ff8b00;
	margin: 9px 0 10px 0;
}


#brands {
 font-size: 11px;
	margin: 0 0 0 1px;
}

#brands p {
 border: 1px solid #ececec;
	padding: 7px;a
}

/* COL 3 */
#column3 {
 width: 237px;
	float: right;	

}


/* Footer Area */
#footer {
	font-size: 10px;
	clear: both;
	height: 180px;
	padding: 0;
}

/* sets correct bkgd image */

.footerInside {	background: url(../_img/bkgd_footer_noBubbles.jpg) no-repeat; }

#footLinks {
 width: 500px;
	clear: right;
	padding: 32px 0 0 7px;
	position:absolute;
	z-index:100;
}

.footLinkBox {
	float: left;
}

.linkBox1 { width: 190px }
.linkBox2 { width: 140px }
.linkBox3 { width: 100px }

.copyright {
	float: left;
	color: #ffe8d2;
	margin: 15px 0 0 11px;
	padding: 6px 0 0 0;
	width: 390px;
	line-height: 1.6em;
	background: url(../_img/bkgd_copyright.gif) no-repeat top left;
}

* html .copyright { 	margin: 15px 0 0 7px; }

#footLogos {width: 30%;	float: right; margin: 28px 15px 0 0; position:relative;	z-index:100;}
* html #footLogos {width: 30%;	float: right; margin: 28px 10px 0 0; position:relative;	z-index:100;}


#footLogos img { float: right }

#flashBubbles{
display:block;
width:400px;
height:150px;
position:absolute;
z-index:1;
float:right;
margin-left:415px;
}




/* =Navigation
----------------------------------------------- */

/* Main Nav */
#nav {
	width: 950px;
	height: 28px;
	position: relative;
	top: 27px;
	left: 10px;
	z-index: 100;
	font: 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

ul#nav { padding: 0; margin: 0; list-style: none; }
	ul#nav li { float: left; position: relative; overflow: visible; }
	li.mnu { height: 32px; overflow: visible; } /* different height allows dropdown to be activated properly */
	li.mnu span { position: absolute; left: -9999px }
	li.mnu a { display: block; height: 28px; background: url(../_img/nav.gif) no-repeat; color: #fff }
	li.mnu a:link		{ color: #081B50; }
	li.mnu a:visited	{ color: #081B50; }
	li.mnu a:hover		{ color: #cc0000; }
	li.mnu a:active		{ color: #cc0000; } 

li.mnu ul	{  /* second-level lists */
	display: none; 
	position: absolute;
	top: 0;
	border-right: 1px solid #D87500; border-bottom: 1px solid #D87500; border-left: 1px solid #D87500; 
	margin: 2px 0; 
	padding: 0 2px 2px 2px; 
	width: 130px; 
	height: auto; 
	top: 28px; 
	left: 1px;
	background-color: #fff; 
	list-style: none; 
} 
	
li.mnu>ul	{ top: 28px; left: 1px; } /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

li.mnu ul li { 
 display: block; 
	float: none; 
	position: relative;
	padding: 0; width: 100%; 
}

li.mnu ul li a { 
	background-image: none; 
	background-color: transparent; 
	display: block; 
	float: none; 
	padding: 4px 9px; 
	margin: 0; 
	height: auto;
	text-decoration: none; 
	text-align: left; 
	line-height: 1.3em;
	border-top: 1px solid #ffe1c4;
	}
	
	li.mnu ul li a:link		{  }
	li.mnu ul li a:visited	{  }
	li.mnu ul li a:hover	{ background-color: #081B50; color: #fff;}
	li.mnu ul li a:active	{  }

	a#itm-set { background-color: #333; }
	a#itm-set:link		{ color: #ccc; }
	a#itm-set:visited	{ color: #ccc; }
	a#itm-set:hover		{ color: #ccc; }
	a#itm-set:active	{ color: #ccc; }

 li:hover ul, li.over ul { display: block; }

	li#li1	 { width: 80px;}
	li#li2	 { width: 111px; }
	li#li3	 { width: 85px; }
	li#li4	 { width: 127px; }
	li#li5	 { width: 115px; }
	li#li6  { width: 118px; }
	li#li7  { width: 250px; }	
	li#li8  { width: 200px; }	
	li#li9  { width: 108px; }	

	li#li1 a	{ background-position: -0px 0px; }
	li#li2 a	{ background-position: -80px 0px; }
	li#li3 a	{ background-position: -195px 0px; }
	li#li4 a	{ background-position: -282px 0px; }
	li#li5 a { background-position: -415px 0px; }
	li#li6 a	{ background-position: -530px 0px; }
	li#li7 a	{ background-position: -700px 0px; }
	li#li8 a	{ background-position: -646px 0px; cursor: default }	
	li#li9 a	{ background-position: -838px 0px; }		

	li#li1 a:hover	{ background-position: -0px -28px }
	li#li2 a:hover	{ background-position: -80px -28px }
	li#li3 a:hover { background-position: -195px -28px }
	li#li4 a:hover	{ background-position: -282px -28px }
	li#li5 a:hover	{ background-position: -415px -28px }
	li#li6 a:hover	{ background-position: -530px -28px }
	li#li7 a:hover	{ background-position: -700px -28px }
	li#li8 a:hover	{ background-position: -646px -28px }	
	li#li9 a:hover	{ background-position: -838px -28px }		

	li#li1 a.mnu-set:link, li#li1 a.mnu-set:visited	{ background-position: -0px -56px; }
	li#li2 a.mnu-set:link, li#li2 a.mnu-set:visited	{ background-position: -80px -56px; }
	li#li3 a.mnu-set:link, li#li3 a.mnu-set:visited	{ background-position: -195px -56px; }
	li#li4 a.mnu-set:link, li#li4 a.mnu-set:visited	{ background-position: -282px -56px; }
	li#li5 a.mnu-set:link, li#li5 a.mnu-set:visited	{ background-position: -415px -56px; }
	li#li6 a.mnu-set:link, li#li6 a.mnu-set:visited	{ background-position: -530px -56px; }
	li#li7 a.mnu-set:link, li#li7 a.mnu-set:visited	{ background-position: -700px -56px; }
	li#li8 a.mnu-set:link, li#li8 a.mnu-set:visited	{ background-position: -646px -56px; }
	li#li9 a.mnu-set:link, li#li9 a.mnu-set:visited	{ background-position: -838px -56px; }	


/* Side Nav */
#sideNav {
	width: 200px;
	text-transform: uppercase;
	color: #ff8b00;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(../_img/bkgd_dotLine.gif) no-repeat bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 26px;
	padding-left: 0;
}

#sideNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 

#sideNav ul li a {
 display: block;
 padding: 9px 8px;
	margin: 0;
	color: #ff8b00;	
 width: 185px;	  /* needed for IE6 */
 text-decoration: none;
	background: url(../_img/sideNav_link.gif) no-repeat top right;
}

#sideNav ul li li a {
 padding: 7px 0 7px 23px;
	width: 214px;
	color: black;
 background: white url(../_img/sideNav_2ndlevel.gif) no-repeat;
 margin: 0;
	text-transform: none;
	border-top: 1px solid #eee;	
}

#sideNav ul li a:hover {
 color: #081B50;
 text-decoration: none;
	background: url(../_img/sideNav_over.gif) no-repeat top right;
}

#sideNav ul li li a:hover, #sideNav .set2 {
 padding: 7px 0 7px 23px;
	width: 214px;
 background: white url(../_img/sideNav_2ndlevel_over.gif) no-repeat;	
	text-transform: none;
	color: #081B50;
} 

#sideNav .set {
 color: #081B50;
 text-decoration: none;
	background: url(../_img/sideNav_set.gif) no-repeat top right;
}



/* =Lists
----------------------------------------------- */

#column2 ul {
 margin-left: 3px;
 padding: 0 0 0 20px;
 list-style: none;	
 line-height: 1.1em;
 position: relative;	
}

#column2 ul li {
 padding-left: 10px;
 background-image: url(../_img/bullet.gif);
 background-repeat: no-repeat;
 background-position: 0 .35em;
 margin: 6px 0;
}

#column2 ul li li{
 padding-left: 10px;  /* distance between text to bullet */
 background-image: url(../_img/bullet2.gif);
 background-repeat: no-repeat;
 background-position: 0 .4em;
 margin: 6px 0 6px 5px;
	font-size: 11px;
}


/* =Links
----------------------------------------------- */
#breadcrumb a   { text-decoration: none; color: #ff8b00; border-bottom: none }
#breadcrumb a:hover  { text-decoration: none; color: #000; border-bottom: 1px solid #000 }

#column2 a, #brands a, .post a  { text-decoration: none; color: #5654EA; border-bottom: none }
#column2 a:hover, #brands a:hover, .post a:hover  { text-decoration: none; color: #081B50; border-bottom: 1px solid #081B50 }

#footer a   { text-decoration: none; color: #fff }
#footer a:hover  { text-decoration: none; color: #FF8B00; border-bottom: 1px solid #FF8B00 }

/* =Forms
----------------------------------------------- */
.formCell {
	width: 180px;
	height: 16px;
 padding: 1px 3px;
	text-align: right;
}

.formField {
 width:205px;
 border:solid 1px #d8d8d8;
	font-size: 12px;
}

input, textarea { 
 border: 1px solid #d8d8d8;
	padding: 1px 2px;
}

.contactForms td {
 padding: 6px 6px 1px 0;
}

/* =Standard + Misc
----------------------------------------------- */
.hide {display: none}

.linkedImage { margin: 0; padding: 0; border: 0px }
.linkedImage a:hover { background: none }

.clear { clear: both }

.pageTop {
 float: right;
	margin: -25px 0 0 0;	
}

.pageTop2 {
	margin: -8px 0 10px 0;	
}

* {outline:none;} /* no outline on linked images when clicked in Firefox */	   
