/* naming should be all lower cases */
/*____________________________________________________________________
    - HTML TAGS                                                     */
body
{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.75em;
    background: url(../imgs/bg.jpg) top repeat-x;
}

h1 {color:#b92018; font-size:1.4em; font-weight:normal;}
h2 {color:#1a5ab1; font-size:1.25em; font-weight:normal; margin-bottom: 0px;}
h3 {color:#1a5ab1; font-size:1.1em; font-weight:normal;}

a, a:visited {color:#094679;}
a:hover {color:#b92018;}

ul 
{ 
	list-style-image: url(../imgs/bullet.gif);	
	padding-left: 10px;	
}

ul li
{
	padding-bottom: 10px;	
}

ul a
{
	text-decoration: none;	
}

b, strong {color:#000;}

img { border: none; }




/*____________________________________________________________________
    - GENERAL LAYOUT                                                */
#wrapper { 	
	 
	 width: 921px;
	 margin: 0 auto;
}

#header 	
{   
	border: 0px solid #FFF;
	padding: 37px 0px 38px 0px;
}  

#menu 
{
	
}

#content 
{	
	border: 0px solid;
}

#maincontent 
{
	float: left;   
	width: 639px;
	border: 0px solid;
	padding-right: 20px;
}

#products 
{
	float: left;   
	background-color:#f3f3f3; 
	border:#c8c9ca 1px solid;
	padding: 10px;
	width: 239px;		
	margin-top: 11px;
}

.callriopel
{
	margin-top: 40px;
}
	

/*___________________________________________________________________
    - INTERNAL SECTION                                               */
    
.QuickTable 
{
    width: 100%;
}

.QuickTable td
{        
    width: 25%;
    border: 2px solid #000;
    text-align: center;
}

.ProductTable 
{
     width: 100%;
}

.ProductTable td 
{
   border: 1px solid #009;
   padding: 0.5em;
}



/*___________________________________________________________________
    - FOOTER SECTION                                               */
#footer 
{
    color:#7c7c7c; 
    font-size:0.9em;
    width: 920px;
    margin: 0 auto;
    text-align: center;    
    padding: 15px 0;
}

#footer a, #footer a:visited {color:#7c7c7c;  text-decoration:none;}
#footer a:hover {color:#000; text-decoration:none;}

