/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 560px;
	height: 150px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 550px;
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 150px;
}

.imageMenu ul li.landscapes a {
	background-attachment: scroll;
	background-image: url(http://www.tameside.biz/images/links/biz/mhinteriors.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.imageMenu ul li.people a {
	background-attachment: scroll;
	background-image: url(http://www.tameside.biz/images/links/biz/french.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.imageMenu ul li.nature a {
	background-attachment: scroll;
	background-image: url(http://www.tameside.biz/images/links/biz/room14.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.imageMenu ul li.urban a {
	background-attachment: scroll;
	background-image: url(http://www.tameside.biz/images/links/biz/inline.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.imageMenu ul li.abstract a {
	background-attachment: scroll;
	background-image: url(http://www.tameside.biz/images/links/biz/tilecounsel.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

/* Default CSS */

			
			body
            {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
            }
table {
}
            /* Default Anchor Style */
            body a
            {
                color: #475C7F;
                text-decoration: none;
            }
            body a:hover
            {
                text-decoration: none;
				color: #000000;
            }
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
.header h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
            /* Facebook Box Styles */
            greybox
            {
                background-color: #f7f7f7;
                border: 1px solid #cccccc;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            bluebox
            {
                background-color: #eceff6;
                border: 1px solid #d4dae8;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            infobox
            {
                background-color: #fff9d7;
                border: 1px solid #e2c822;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            errorbox
            {
                background-color: #ffebe8;
                border: 1px solid #dd3c10;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
            }
            /* Content Divider on White Background */
            contentdivider
            {
                margin-top: 15px;
                margin-bottom: 15px;
                width: 520px;
                height: 1px;
                background-color: #d8dfea;
            }



/* Tabs Style */

.tab
{
	padding: 8px;
	background-color: #475C7F;
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-right: 4px;
	text-decoration: none;
}
.tab:hover
{
	background-color: #475C7F;
	color: #000000;
	cursor: hand;
	text-decoration: none;
}


.sectionheader {
	font-weight: bolder;
}
	
.actionspro {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.actionspro li { border-top: 1px solid #D8DFEA; }
.actionspro a {
   background: transparent;
   display: block;
   margin: 0px;
   padding: 2px 3px;
   text-decoration: none; }
.actionspro a:hover {
	background: #475C7F;
	color: white;
	text-decoration: none;
}
.actionspro .inactive {
   padding: 2px 3px;
   color: gray; }


/* ListingsPro Style */
.listingspro {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.listingspro a {
	background: transparent;
	color:#333333;
	display: block;
	margin: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #D8DFEA;
}
.listingspro a:hover {
	background: #ffffff;
	color: #475C7F;
	text-decoration: none;
}
.listingspro .inactive {
   padding: 2px 3px;
   color: gray; }
   

/* suggestedlinks Style */
.suggestedlinks {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.suggestedlinks a {
	background: transparent;
	color:#333333;
	display: block;
	margin: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #D8DFEA;
	font-weight: normal;
}
.suggestedlinks a:hover {
   background: #d8dfea;
   color: #000000;
   text-decoration: none; }
.suggestedlinks .inactive {
   padding: 2px 3px;
   color: gray; }

   
   table {
	padding:5px;
	background-color: #FFFFFF;
}
   
   .listing {
	margin: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
}

.inputsubmit {
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #D9DFEA;
	border-left-color: #D9DFEA;
	border-bottom-color: #0e1f5b;
	border-right-color: #0e1f5b;
	background-color: #475C7F;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
	text-transform: capitalize;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.companylink {
	color: #333333;
	font-weight: bold;
}

.description {
	color: #707070;
	font-weight: normal;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.aboutus {
	color: #707070;
	font-weight: normal;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 20px;
}

select {
	font-size: 13px;
}


/* Front Page Ads */
.frontpageads {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.frontpageads li { border-top: 1px solid #D8DFEA; }
.frontpageads a {
	background: transparent;
	color:#333333;
	display: block;
	margin: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.frontpageads a:hover {
	background: #ffffff;
	color: #475C7F;
	text-decoration: none;
}
.frontpageads .inactive {
   padding: 2px 3px;
   color: gray; }



.topmenu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #475C7F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.header {
	background-color: #475C7F;
}

.bottommenu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8DFEA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.leftmenu {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.leftmenu li { border-top: 1px solid #D8DFEA; }
.leftmenu a {
   background: transparent;
   display: block;
   margin: 0px;
   padding: 2px 3px;
   text-decoration: none; }
.leftmenu a:hover {
   background: #3b5998;
   color: white;
   text-decoration: none; }
.leftmenu .inactive {
   padding: 2px 3px;
   color: gray; }
   



.leftbody {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.leftbody li { border-left: 1px solid #D8DFEA; }
.leftbody a {
   background: transparent;
   display: block;
   margin: 0px;
   padding: 2px 3px;
   text-decoration: none; }
.leftbody a:hover {
   background: #3b5998;
   color: white;
   text-decoration: none; }
.leftbody .inactive {
   padding: 2px 3px;
   color: gray; }
   

.redtext {
	color: #800000;
}
.fbconnect {
	margin-bottom: 5px;
}
.fbpic {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}
