﻿/* SimcoMedia */

body {
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #000;
	margin:auto;
	padding:0;
	overflow: auto;
	font-family: "Trebuchet MS";
	font-size: 10pt;
}

#grunge {
	background-image: url('images/grunge-top.png');
	background-repeat: no-repeat;
	margin:auto;
	width: 900px;
}

#maincontainer {
	width: 900px;
	margin:auto;
}

#header {
	width: 900px;
	height: 150px;
	float: left;
	background-image: url('images/grunge-top.png');
	background-repeat: no-repeat;
}

#logo {
	width: 175px;
	margin-right: 15px;
	float: left;
}

#logo2 {
	width: 500px;
	margin-right: 15px;
	float: left;
}

#title {
	float: left;
	width: 350px;
	margin-top: 20px;
}

#menu {
	width: 898px;
	float: left;
	height: 30px;
	vertical-align:text-bottom;
	background-color: #8D836D;
	border: 1px #fff solid;
}

#maincontent {
	width: 900px;
	background-image: url('images/maincontent-bg.jpg');
	background-repeat: repeat-y;
	background-color: #fff;
	overflow: auto;
	float: left;
}

#mainbottom {
	width: 900px;
	height: 20px;
	background-image: url('images/maincontent-bottom.png');
	background-repeat: no-repeat;
	float: left;
}

#mainbox1 {
	width: 255px;
	margin-left: 20px;
	padding: 5px;
	border-left: 1px #ccc dotted;
	border-right: 1px #ccc dotted;
	float: left;
	overflow: auto;
	min-height: 200px;
}

#mainbox2 {
	width: 800px;
	margin-left: 25px;
	border-top: 1px #ccc dotted;
	margin-top: 25px;
	float: left;
}

#footer {
	width: 900px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #fff;
}

#featured {
	width: 275px;
	overflow: auto;
	float: left;
	margin-right: 6px;
	height: 150px;
}

#clear {
	clear: both;
}

#content1 {
	width: 315px;
	margin-left: 20px;
	float: left;
}

#content2 {
	width: 500px;
	margin-left: 20px;
	border-left: 1px #ccc dotted;
	padding-left: 10px;
	float: left;
}
/* fonts */

.sitetitle {
	font-family: Arial;
	font-size: 40pt;
	font-weight: 400;
	color: #DFA137;
	
}

.sitesubtitle {
	font-family: Georgia;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFCC;
	line-height: 1.5em;
}

.titles {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: 500;
	color: #6F654C;
	margin-left: 20px;
}

.subtitles {
	font-family: "Trebuchet MS";
	font-size: 18pt;
	font-weight: 600;
	color: #AFA283;
	font-style: italic;
}

.phone {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: 500;
	color: #F9630D;
}

b {
	color: #F9630D;
}

.new {
	font-family: Arial;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}
/* Hyperlinks */

a:link {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	border-bottom: 1px #ccc dotted;
	text-decoration: none;
	color: #6F654C;
	line-height: 1.5em;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	border-bottom: 1px #ccc dotted;
	text-decoration: none;
	color: #6F654C;
	line-height: 1.5em;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	border-bottom: 1px #ccc dotted;
	text-decoration: none;
	color: #fff;
	background-color: #6F654C;
	line-height: 1.5em;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	border-bottom: 1px #ccc dotted;
	text-decoration: none;
	color: #6F654C;
	line-height: 1.5em;
}

a:link.image {
	line-height: 1.5em;
	text-decoration: none;
}
a:visited.image {
	line-height: 1.5em;
	text-decoration: none;
}
a:hover.image {
	text-decoration: none;
	line-height: 1.5em;
}
a:active.image {
	text-decoration: none;
	line-height: 1.5em;
}


/* LISTS */

ul.lists {
	list-style-type: square;
	margin-left: 5px;
}

li.lists {
	line-height: 1.5em;
	
	
}

ul.design {
	list-style-image: url('images/bullet_arrow.jpg');
	padding: 3px;
	width: 450px;
	display: inline;
	}

ul.design li {

	width: 210px;
	float: left;
	
}
/* MENU */
#info {height:30em;}
#info p {text-align:center;}
.menu {display:inline-block;}
.menu {display:inline;}
.holder {display:table;}

.menu {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap; 
  }
.menu li {display:inline;}
.menu a, .menu a:visited {
  display:block;
  float:left;
  padding:4px 16px;
  color:#000; 
  background:#8D836D; 
  border-right:1px solid #fff;
  text-decoration:none;
  }
.menu a:hover {
  color:#fff; 
  background:#6F654C;
  }

#wrapper1 {text-align:left;}
#wrapper2 {text-align:center;}
#wrapper3 {text-align:right;}

#wrapper1 .holder {margin:0;}
#wrapper2 .holder {margin:0 auto;}
#wrapper3 .holder {margin:0 0 0 auto;}
