body {
	margin: 0px;
	background-color: #000;
	background-image: url(./images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 50%;
	color: #fff;
	font-family: 'Trebuchet', Verdana, sans-serif;
	font-size: 100%;
}
h3 {
    font-size:14pt;
    margin-bottom: 4px;
}
p, ul {
    margin-top: 2px;
    margin-bottom: 10px;
}
#spot {
	background-image: url(./images/spotlight.jpg);
	background-repeat: no-repeat;	
	background-position: 50% 0px;
}
#twolines {
	background-image: url(./images/twolines.gif);
	background-repeat: repeat-x;
	background-position: 0px 132px;			
	text-align: center;
}
/* 2nd set of background images so that everything stays in place at 800x600*/
#mainbg {
	background-image: url(./images/mainbg.jpg);	
	background-position: -217px 0px;
	width:860px;
	margin: auto;	
	text-align: left;	
}
#main {
	background-image: url(./images/spotlight.jpg);
	background-repeat: no-repeat;
	background-position: -217px 0px;	
	width: 860px;
}
#logo {
	background-image: url(./images/logo.jpg);	
	margin-left: 1px;
	margin-top: 17px;
	height: 234px;
	width: 228px;
	position:absolute;
}
#head {
	background-image: url(./images/title.jpg);	
	height: 132px;
	padding-left: 170px;
	background-position: right;
	background-repeat: no-repeat;
}
#twoagain {
	background-image: url(./images/twolines.gif);
	background-repeat: repeat-x;
	height:12px;	
}
#menu {
	float: left;
	width:230px;
	margin-top: 112px;
	height:200px;
}
/*start CSS hover buttons; with hover in IE, and hover and active in everything else*/
.hovercss, .hovercss a{
	height: 16px; /*default/example image size*/
	width: 16px;
	display:block;
}

.hovercss span { /*hide button text; makes links work when there is no CSS*/
	display: none;
}
.hovercss {
	background-position: bottom;	
}
.hovercss a:link, .hovercss a:visited{
	background-position: top;
}

.hovercss a:hover, .hovercss a:focus{
	background-image: none;
}

/*Usage of the child ">", hides this rule from Netscape 4.x, Mac IE 4.01, Mac IE 4.5,Win IE 6 and lower*/
.hovercss>a:active {
	background-position: bottom;
}

.hovercss, .hovercss a{
	height: 30px;
	width: 163px;
}
.menucontact, .menucontact a, .menucontact a:active {
	background-image: url(./images/menucontact.jpg);
}
.menuabout, .menuabout a, .menuabout a:active {
	background-image: url(./images/menuabout.jpg);
}
.menuprojects, .menuprojects a, .menuprojects a:active {
	background-image: url(./images/menuprojects.jpg);
}
.menuhome, .menuhome a, .menuhome a:active {
	background-image: url(./images/menuhome.jpg);
}
.menutv {
	margin-top: 150px;
	margin-left: 25px;
}
.menutv, .menutv a{
	background-image: url(./images/tv.jpg);
	height: 93px;
	width: 117px;
}


/*example of setting the button image*/
/*.btn_fav, .btn_fav a, .btn_fav a:active {
	background-image: url(btn_fav);
}*/
/*end CSS hover buttons*/
a.current {
	background-image: none;
}

#content {
	margin-left: 240px;
	margin-top: 10px;
	font-size: 1.2em;
}
#swf {
	margin-left:9px;
	margin-top:6px;
}

label {
	float:left;
	width: 130px;
}
input[type=text], textarea {
	width: 300px;
}
#frmSubmit {
	cursor: pointer;
	cursor: hand;
}

#content a {
    color: #CDB79E;    
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;    
}
.buy_button{
	float:right;
	padding: 7px 4px 10px 10px;
}

.button{
	line-height: 25px;
	text-decoration: none;
    background-color: #633921;
    border:1px solid #ffffff;
	margin: 0px 0px 0px 5px;
    color: black;
    height:25px;
    padding:5px 5px 5px 5px;
}
  
a.button:hover,
.button:hover,
button:hover {
	background-color:#b2b363;
	color:#000000 !important;
}
