*{
	margin:0;
	text-decoration: none;
}

body{
	background-color: #661836;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
}

img {
border: none;
} 

ul {
	margin: 0;
	padding: 0;
	}

#wrapper {
	width:100%;
	margin:0;	
}

#banner {
	height: 140px;
	position: relative;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
	width: 960px;
}

#banner #lefthdr {
	position:absolute;
	left:0px;
	top: 0px;
	width: 300px;
	height: 140px;
}

#banner #header {
	position:absolute;
	left:80px;
	top: 5px;	
}

#banner #logo {
	position:absolute;
	left:20px;
	top: 10px;	
}

#tabs1 {
	float:left;
	width:960px;
	background:#661836;
	font-size:14px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;	
}
   
#tabs1 ul {
	margin:0;
	padding:0px 10px 0px 70px;
	list-style:none;
	margin-left: 520px;
}
   
#tabs1 li {
      display:inline;
      margin:0;
      padding:0;
}
    
#tabs1 ul li a {
      float:left;
      background:url("../img/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 2px 0 4px;
      text-decoration:none;
     	color:#730000;

}
    
#tabs1 a span {
	float:left;
	display:block;
	background:url("../img/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

#mainwrapper {
	position: relative;
	/*float: left;*/
	background-color: #661836;
	width: 970px;
	height: auto;
	clear: both;
}

* html #mainwrapper {
	height: 1px;
}

#mainwrapper #leftside {
	position:absolute;
	left:95px;
	top: -17px;
	clear: both;
}

#mainwrapper #cwdesign {
	position:absolute;
	left:215px;
	top: 20px;	
}

#maincontent {
	background-color: #F9F9F9;
	/*float: left;*/
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 40px;
	margin-top: 0px;
	background-image: url(../img/sidebarbg2.gif);
	background-repeat: repeat-y;
	height: auto;
}
	
#minheight{
	float:right;
	height:800px;
}

	
.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #003366;
}
	



	
#footer {
	color: #000000;
	background-color: #F9F9F9;
	clear: both;
	padding: 0;
	margin-left: 102px;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom:5px;
}

#footer p{
	padding-top: 5px;
}

#footer ul li a{
	padding : 1px 2px 1px 2px;
	border: 1px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	margin-right: 5px;
		
}
#footer ul{
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer ul li{
	display:inline;
	list-style:none;
}

#index #tabs1 #nav-index a,
#about #tabs1 #nav-about a,
#contact #tabs1 #nav-contact a,
#portfolio #tabs1 #nav-portfolio a,
#pricing #tabs1 #nav-pricing a,
#links #tabs1 #nav-links a
{
	color:#627EB7;
	
}
#index #footer #nav-index a,
#about #footer #nav-about a,
#contact #footer #nav-contact a,
#portfolio #footer #nav-portfolio a,
#pricing #footer #nav-pricing a,
#links #footer #nav-links a
{
	background:#777777;
	color:#FFFFFF;
}
