

/* Bruno Correia - http://bcdc.us */



/* ----------------------------------------------------------- */


*				{ margin: 0; padding: 0; text-decoration: none; outline: none; }
 
h1,h2,h3,h4,
h5,h6			{ font-size: 100%; font-weight: normal; }

ol,ul,li		{ list-style: none; }
	
address, caption, cite, code, dfn, em, strong, th, var	{ font-style: normal; font-weight: normal;}

table			{ border-spacing: 0; margin-left: auto; margin-right: auto; text-align: center;}


fieldset,img	{ border:none; }

img				{ border: none; height: 116px; width:196px; }
			
			
.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

#wrap 			{ width:1000px;margin:0 auto; }


.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

			

/* ----------------------------------------------------------- */



body			{
			font-family: Helvetica, Arial, sans-serif;
			font-size: 10px;
			color:#222;
			margin-bottom: 40px;
			}
			
p           {
			font-family: "Andale Mono", Monaco, Monospace;
			color: #444;
			margin-bottom: 5px;
			margin-top: 5px;
			line-height: 1.4em;
			font-size: 10px;
            }
			
h1			{
			font-family: Times, Georgia, serif;
			font-size: 3.4em;
			margin-bottom: 24px;
			margin-top: 24px;
			text-align: left;
			font-weight: bold;
			
			}
			
h2			{
			font-family: Times, Georgia, serif;
			font-size: 2.0em;
			margin-bottom: 12px;
			margin-left: 14px;
			text-align: left;
			font-weight: bold;
			letter-spacing:1px;
			}
			
h3			{
			font-family: Times, Georgia, serif;
			font-size: 1.6em;
			margin-bottom: 10px;
			}

li			{
			color: #444;
			text-align: left;
			line-height: 1.4em;
			font-size: 1.2em;
			}
			
ul			{ margin-bottom: 10px; }
			
a:link		{ color: #777777; text-decoration: underline;}
a:visited	{ color: #777777; text-decoration: underline;}
a:active	{ color: #777777; text-decoration: underline;}
a:hover		{ color: #2F7A8D; text-decoration: underline; font-weight:bold;} 


#productNav	{ float:left; width:250px; padding-top:18px;}
#productNav ul li { font-size:2em; padding-bottom:5px; font-family: "Times New Roman", Georgia, Serif;}
#productNav ul li a { text-decoration:none !important; }


#homeNav { margin: 0 auto; border-top:1px solid #ccc; padding-top:20px; }
#homeNav ul li { text-align:left; font-size:2em; font-family: "Times New Roman", Georgia, Serif;}
#homeNav ul li a { text-decoration:none !important;}


#thumbs { float:right; width:700px; padding-top:20px;}

.selected { color:#2F7A8D !important; font-weight:bold;  } 

.box	{		width: 200px;
				height: 160px;
				background-color: white;
				padding: 10px;
				text-align: center;
				margin-bottom:20px;
				float: left;
		}
				
.box a img 		{
				filter:alpha(opacity=100);   
				-moz-opacity: 1.0;   
				opacity: 1.0;
				-khtml-opacity: 1.0; 
				}
			
.box a:hover img	{
				filter:alpha(opacity=50);
				-moz-opacity: 0.5; 
				opacity: 0.5;
				-khtml-opacity: 0.5;
				}	

/* ----------------------------------------------------------- */



