/*
Theme Name: ArtCactus
Theme URI: http://www.artcactus.com/
Version: 0
Author: tony@artcactus.com
Author URI: http://www.artcactus.com/
Description: Design for ArtCactus.com
*/

/* 
global settings
----------------------------------------------------------- */

BODY {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-weight: bold;
  font-size: 12px;
  SCROLLBAR-FACE-COLOR:#FFCC00;
  SCROLLBAR-HIGHLIGHT-COLOR:#9966CC;
  SCROLLBAR-SHADOW-COLOR:#FFFFFF;
  SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
  SCROLLBAR-ARROW-COLOR:#FFFFFF;
  SCROLLBAR-TRACK-COLOR:#996600;
  SCROLLBAR-DARKSHADOW-COLOR:#FFFFFF;
  margin:0px 0px 0px 0px;
}

A{text-decoration: none;} 
A:link{color: #009900; text-decoration: none;}
A:visited{color: #009900; text-decoration: none;} 
A:hover {color: #00AA00; text-decoration:underline; }

img{border: #FFFFFF 0px solid;}
hr {
	background:#FFFFFF;
	height:1px;
}

p{
	margin: 0px;
	padding: 0px;
}

ul{
	margin:0px;
	padding:0px;
	margin-left:10px;
	padding-right:5px;
}
ul li {
	list-style-image: url("../images/bullet.gif")
}

.menu{
	text-align:justify;
	font-weight:normal;
	color:#770000;
	font-size:12px;
	line-height:15px;

	margin-top:12px;
}
                      
h1{
	font-weight:bold;
	color:#770000;
	font-size:12px;
	line-height:15px;

	margin-top:12px;
	display:inline;
}

.copy{
	font-weight:bold;
	color:#770000;
	font-size:10px;
}
