/***CSS Reset***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
	margin:0; 
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
	outline: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,p {
	font-size:100%;
}

q:before,q:after {
	content:”;
}

/***Layout***/

body{
	margin: 0 auto;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#page {
       margin: 0 auto;
       padding: 0;
       background:  #E1D6C9 url(http://www.imouse.net/images/imouse/bg.jpg) top repeat-x;
       width: 100%;
}

#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	position: relative;
	margin: 0
	padding: 0;
	width: 960px;
	height: 120px;
}

#logo {
	position: absolute;
	top: 18px;
	left: 10px;
	width: 300px;
	height: 100px;
}

#main {
	margin:0;
	padding: 0;
	width: 960px;
}

#left {
	float: left;
	margin: 0;
	padding: 10px;
	width: 300px;
}

#content {
	float: right;
	margin: 0;
	padding: 10px;
	width: 620px;
	background: #FFFFFF;
}

#slideshow{
	margin:0;
	padding: 0;
	height: 216px;
	width: 616px;
}

#intro {
       margin: 10px 0 0 0;
}

.column {
	margin: 0;
	padding: 0;
	width: 300px;
}

#left-content {
        float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}

#right-content {
        float:right;
	margin: 0;
	padding: 0;
	width: 310px;
}

#footer { 
        position: relative;
	margin: 0 auto;
	padding: 0;
	background:  #000000 url(http://www.imouse.net/images/imouse/footer.jpg) top repeat-x;
	width: 100%;
        height: 100%;
	text-align: center;
}

.clear {
	clear: both;
}

/***Typography***/

h1 {
	margin: 0;
	font-size: 2.2em;
	font-weight: lighter;
	text-align: left;
}

h2 {
	font-weight: normal;
	text-align: left;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
}

h5 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
}

p {
	color: #2F2515;
	text-align: left;
}

#content h2 {
        margin-top: 10px;
        text-indent:-9999px;
        letter-spacing: 0.2em;
        height: 2em;
        font-size: 1.8em;
        color: #FFFFFF;
}

#content h3 {
        color: #2F2515;
}

#intro h1 {
	text-align: justify;
        color: #2F2515;
        font-size: 3em;
}


#content p{
	margin: 6px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8em;
	text-align: justify;
	color: #2F2515;
}

#content a{
       font-weight: bold;
      color: #2F2515;
}

#content p a{
       font-weight: bold;
       text-decoration: none;
	color: #2F2515;
}

#content p a:hover{
        text-decoration: underline;
}


#content p.more {
      float: right;
      font-size: 1em;
}

#left h3 {
        text-indent:-9999px;
        letter-spacing: 0.2em;
	text-align: left;
        height: 2em;
        font-size: 1.8em;
        color: #2F2515;
}

.habout {
      background: transparent url(http://www.imouse.net/images/imouse/headers/about.png) no-repeat;
}

.address {
      background: transparent url(http://www.imouse.net/images/imouse/headers/address.png) no-repeat;
}

.afs {
      background: transparent url(http://www.imouse.net/images/imouse/headers/afs.png) no-repeat;
}

.astar {
      background: transparent url(http://www.imouse.net/images/imouse/headers/astar.png) no-repeat;
}

.articles {
      background: transparent url(http://www.imouse.net/images/imouse/headers/articles.png) no-repeat;
}

.cms {
      background: transparent url(http://www.imouse.net/images/imouse/headers/cms.png) no-repeat;
}

.hcontact {
      background: transparent url(http://www.imouse.net/images/imouse/headers/contact.png) no-repeat;
}

.digital {
      background: transparent url(http://www.imouse.net/images/imouse/headers/digital.png) no-repeat;
}

.ecommerce {
      background: transparent url(http://www.imouse.net/images/imouse/headers/ecommerce.png) no-repeat;
}

.email {
      background: transparent url(http://www.imouse.net/images/imouse/headers/email.png) no-repeat;
}

.find {
      background: transparent url(http://www.imouse.net/images/imouse/headers/find.png) no-repeat;
}

.hps {
      background: transparent url(http://www.imouse.net/images/imouse/headers/hps.png) no-repeat;
}

.interiors {
      background: transparent url(http://www.imouse.net/images/imouse/headers/interiors.png) no-repeat;
}

.kat {
      background: transparent url(http://www.imouse.net/images/imouse/headers/kat.png) no-repeat;
}

.news {
      background: transparent url(http://www.imouse.net/images/imouse/headers/latest.png) no-repeat;
}

.like {
      background: transparent url(http://www.imouse.net/images/imouse/headers/like.png) no-repeat;
}

.painted {
      background: transparent url(http://www.imouse.net/images/imouse/headers/painted.png) no-repeat;
}

.rowan {
      background: transparent url(http://www.imouse.net/images/imouse/headers/rowan.png) no-repeat;
}

.seo {
      background: transparent url(http://www.imouse.net/images/imouse/headers/seo.png) no-repeat;
}

.hservices {
      background: transparent url(http://www.imouse.net/images/imouse/headers/services.png) no-repeat;
}

.station {
      background: transparent url(http://www.imouse.net/images/imouse/headers/station.png) no-repeat;
}

.telephone {
      background: transparent url(http://www.imouse.net/images/imouse/headers/telephone.png) no-repeat;
}

.webdesign {
      background: transparent url(http://www.imouse.net/images/imouse/headers/webdesign.png) no-repeat;
}

.webdevelopment {
      background: transparent url(http://www.imouse.net/images/imouse/headers/webdevelopment.png) no-repeat;
}

.webhosting {
      background: transparent url(http://www.imouse.net/images/imouse/headers/webhosting.png) no-repeat;
}

.yask {
      background: transparent url(http://www.imouse.net/images/imouse/headers/yask.png) no-repeat;
}

.bristolbatteries {
      background: transparent url(http://www.imouse.net/images/imouse/headers/bristolbatteries.png) no-repeat;
}

.jonui {
      background: transparent url(http://www.imouse.net/images/imouse/headers/jonui.png) no-repeat;
}

.stpetrocks {
      background: transparent url(http://www.imouse.net/images/imouse/headers/stpetrocks.png) no-repeat;
}

.guerfounus {
      background: transparent url(http://www.imouse.net/images/imouse/headers/guerfounus.png) no-repeat;
}

.devonlog {
      background: transparent url(http://www.imouse.net/images/imouse/headers/devonlog.png) no-repeat;
}

#left h5 {
        margin: 0;
        padding: 0;
        color: #2F2515;;
}

#left p{
	margin: 0;
	padding: 4px 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	color: #2F2515;
}

#left a{
	color: #2F2515;
}

.bold{
      font-weight: bold;
      text-decoration: none;
}

.small {
        padding: 10px 0 0 0;
        font-size: 0.9em;
        white-space:nowrap;

}

hr {
        margin: 10px 0;
        color: #2F2515;
}

#footer p{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 4em;
	color: #FFFFFF;
	text-align: center;	
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}

/***Lists***/

#header ul {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	list-style: none;
	height: 120px;
	width: 640px;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
	height: 120px;
}

#header li a {
	display: block;
	height: 120px;
       width: 128px;
	text-decoration: none;
}

#header li a:hover {
   background-position: -128px 0;
}

#header li a#current {
   background-position: -128px 0;
}


#header li a p{
	font-size: 0.8em;
	display: none;	
}

.home {
	background: url(http://www.imouse.net/images/imouse/menu/home.jpg) 0 0 no-repeat;
}

.about {
	background: #FFFFFF url(http://www.imouse.net/images/imouse/menu/about.jpg) 0 0 no-repeat;
}

.services {
	background: url(http://www.imouse.net/images/imouse/menu/services.jpg) 0 0 no-repeat;
}

.work {
	background: url(http://www.imouse.net/images/imouse/menu/work.jpg) 0 0 no-repeat;
}

.contact {
	background: url(http://www.imouse.net/images/imouse/menu/contact.jpg) 0 0 no-repeat;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
}

#left li {
	line-height: 1.8em;
        color: #2F2515;
}

#left li a{
        padding-left: 30px;
        background: transparent url(http://www.imouse.net/images/imouse/arrow.png) left center no-repeat;
        text-decoration:none;
        color: #2F2515;
}

#left li a:hover{
        padding-left: 30px;
        background: transparent url(http://www.imouse.net/images/imouse/arrow-up.png) left center no-repeat;
        color: #2F2515;
}

#content ul {
	margin: 10px 20px;
	padding: 0;
	color: #2F2515;
	list-style: disc;
        list-style-position: inside;
	font-size: 1.1em;
        line-height: 1.2em;
}

#content li {
      margin: 4px 0;
      line-height: 1.8em;
}

.left {
	float: left;
}

.right {
	float: right;
}

/***Images***/

#slideshow img {
	float: left;
	margin: 0;
	border: #2F2515 2px solid;
	width: 616px;
	height: 216px;
}