/* 
----------------------------------------------------------------------------
Copyright Justin Sepulveda 2005. Used with Permission.                             
May not be duplicated or reproduced.
Please check for cross-browser compatibility prior to making changes
MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari
CSS Document - layout.css
---------------------------------------------------------------------------- */
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */
/* remove default link styles 
a:link,a:visited { text-decoration:none; }
*/
/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
*/
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,a:link img,a:visited img { border:none; }

/* basic elements
 * ------------------------------------------------------------------------- */
body { 
/*background-color:#0B0BAB; */

background-color:#49351c;
text-align:left; 
background-image:url(../images/gradient.png);
	background-repeat: repeat-x;
}

p,a:link,a:visited,ul,ol,li,dl,dt,dd,h1,h2,h3,h4 { 
font-family:"Arial", arial, mono; 
color:#1A2233; 
font-size:10pt; 
text-decoration:none; }
.bigger{
font-size:11pt; 
}
.smaller1{
font-size:9pt; 
}
#smaller2{
font-size:8pt; 
}
#smaller2 a:link{
font-size:8pt;
}
#smaller2 a:hover{
font-size:8pt; 
text-decoration:underline;
}
#smaller2 a:visited{
color: red;
font-size:8pt; 
}

p,dl,dt,dd,ul,ol,li { line-height: 15px; }
p,pre,blockquote { 
margin-bottom:7px; 
}
a:link,a:visited { font-weight:bold; }
a:hover,a:active { text-decoration:underline; }
h1 { font-size:38px; font-family:Arial}
h2 { font-size:16px; font-family:Arial }
h3 { font-size:14px; font-family:Arial }
h4 { font-size:12px; font-family:Arial}

td {
font-family:"Arial", arial, mono; 
color:#1A2233; 
font-size:9pt; 
text-decoration:none;
}

/* skeleton
 * ------------------------------------------------------------------------- */
#wrap { 
width:1000px; 
height:600px;
margin:10px auto; 
background:url("../images/bg7.jpg") no-repeat;

}



 #content { 
 margin-right:325px;
 padding-left:201px;
 padding-top:12px;
 height: 375px;

 
 }
 #content h3 { padding:7px 5px 5px 6px; }
 /*#content h4 { padding:0 21px 5px 21px; }*/
 #content p, #content dl { padding:0 2px; }
 #content dl { padding-bottom:10px; }
 #content dd { padding-bottom:20px; }

  
  #column-left a:link, #column-left a:visited { color:#990033;  }
  


  
  #menu{
	height: 30px;
	padding-top:110px;
	padding-left:50px;
	margin-right: 50px;	
	
  }
  
 #menu a {
	font-size:18px;
  }
  
  #column-right a:link, #column-right a:visited { font-family:Arial, Helvetica, sans-serif; text-decoration:underline; }
  #column-right a:hover, #column-right a:active { text-decoration:none; }
  
  #bottom { height:10px; clear:both; overflow:hidden; }


/* footer
 * ------------------------------------------------------------------------- */
#footer { 
	margin-left: 550px;
	font-family:"Arial", arial, mono; 
	font-color: white; 
	
}
#footer p { margin-bottom:3px; }
#footer a:link, #footer a:visited { font-weight:normal; }


a {
	text-decoration: none;
}

a:link {
	color: #605036;
}

a:visited {
	color: #605036;
}

a:active {
	color: red;
}

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

#brands {
	height: 175px;
}


