/*
-----------------------------------------------
main.css

Main stylesheet for screen media
Site:		www.dmurraybusinesssolutions.co.uk
Author:  reefnet <www.reefnet.co.uk>
-----------------------------------------------
*/

/**
 * import additional stylesheets
 */
@import url('reset.css');
@import url('fixes.css');


/* =typography & layout
******************************************************************************/

html {
	height: 100%;
}

body {
	font: 13px/1.6em trebuchet MS, verdana, arial, sans-serif;
	color: #126276;
	background : #d6f2ee url(/images/inside_back.gif) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
    line-height: 1.6em;
}

body#home { background: #d6f2ee url(/images/home_back.gif) 0 0 repeat-x}

a			{color: #126276; text-decoration: underline; font-weight: normal;}
a:link		{color: #126276; text-decoration: underline; font-weight: normal;}
a:visited	{color: #126276; text-decoration: underline; font-weight: normal;}
a:hover		{color: #538b02; text-decoration: underline; font-weight: normal;}

/* =wrappers
******************************************************************************/

div#wrapper {
    min-height: 100%;
	height: auto !important;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */	
	padding: 0 0 0 0;
    width: 900px;
}

.space {
	height: 75px; /* .space must be the same height as .footer */
}

.footer {
	height: 65px;
	background: #d3edad;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
    padding: 4px;
    border-top: 1px solid #b3d285;
}

/* navigation
******************************************************************************/

div#navbar {
	width: 900px;
	height: 73px;
	background: url(/images/logo.gif) 0 0 no-repeat;
	border: 1px solid #267a8f;
}

div#navbar div#topmenu ul {
	margin-left: 332px;
	margin-top: 25px;
}


div#navbar div#topmenu li {
	float: left;
	list-style: none;
}

div#navbar div#topmenu li a {
	display: block;
	background: url(/images/menu.gif) 0 0 no-repeat;
	height: 18px;
	overflow: hidden;
	text-indent: -10000px;
	margin-right: 20px;
}

div#navbar div#topmenu li#home a {
	width: 55px;
	background-position: -12px -7px;
}

div#navbar div#topmenu li#home a:hover {
	background-position: -12px -28px;
}

div#navbar div#topmenu li#about a {
	width: 53px;
	background-position: -81px -7px;
}

div#navbar div#topmenu li#about a:hover {
	background-position: -81px -28px;
}

div#navbar div#topmenu li#services a {
	width: 69px;
	background-position: -151px -7px;
}

div#navbar div#topmenu li#services a:hover {
	background-position: -151px -28px;
}

div#navbar div#topmenu li#case a {
	width: 104px;
	background-position: -241px -7px;
}

div#navbar div#topmenu li#case a:hover {
	background-position: -241px -28px;
}

div#navbar div#topmenu li#rates a {
	width: 47px;
	background-position: -364px -7px;
}

div#navbar div#topmenu li#rates a:hover {
	background-position: -364px -28px;
}

div#navbar div#topmenu li#contact a {
	width: 64px;
	background-position: -431px -7px;
}

div#navbar div#topmenu li#contact a:hover {
	background-position: -431px -28px;
}

div#navbar div#topmenu li#blog a {
	width: 35px;
	background-position: -517px -7px;
}

div#navbar div#topmenu li#blog a:hover {
	background-position: -517px -28px;
}

/* =grass
******************************************************************************/

div#grass {
        width: 900px;
}

div#grass img {
        float: right;
}



/* =content
******************************************************************************/

.left {
	float: left;
}

.right {
	float: right;
}

.dazza {
	margin-top: 7px;
	float: right;
}

div#intro {
	width: 530px;
	color: white;
	margin: 30px 0 0 4px;
}

div#intro h1 {
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

div#intro p {
	font-size: 1.1em;
	font-weight: bold;
}

div#content {
	margin-top: 20px;
	padding: 4px;
}

div#content h1 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 14px 0;
}

div#content h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 8px 0;
}

div#content p {
	margin: 8px 0 8px 0;
}

div#content .list {
        list-style: square;
        padding: 5px 0 0 20px;
}

div#content .list li{
        padding: 2px 0 2px 5px;
}

div#content .teaser{
        float: right;
        background: url(/images/teaser_back.png) 0 0 no-repeat;
        width: 217px;
        height: 109px;
        padding: 10px 4px 4px 18px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.3em;
        margin-left: 30px;
}

div#content .teaser2{
        float: right;
        background: url(/images/contact_back.png) 0 0 no-repeat;
        width: 207px;
        height: 109px;
        padding: 10px 14px 4px 18px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.3em;
        margin-left: 30px;
        
}

div#content .contact{
        float: right;
        background: url(/images/contact_back.png) 0 0 no-repeat;
        width: 207px;
        height: 109px;
        padding: 10px 14px 4px 18px;
        font-weight: bold;
        font-size: 1.1em;
        margin-left: 30px;
        
}

div#content .contact h2{
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 16px;
        margin-top: 10px;
        
}

div#content .contact a{
        font-weight: bold;
        
}

div#content .whitebox {
        /*width: 870px;*/
	background: white;
	padding: 10px;
	border: 3px double #9ad0c8;
	text-align: center;
	margin-top: 16px;
	margin-left: 125px;
}

div#content .whitebox img{
        border: none;
	margin-right: 12px;
}



/* =footer info
******************************************************************************/

div#footer {
    text-align: center;
    font-size: 0.9em; 
}

/**
 * clearfix - see http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}