@charset "utf-8";

*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}

body
{
    text-align: center;
    height: 100%;
    background: #D4D4D4;
    font-family: tahoma, arial, sans-serif;
    color: #000000;
}

p.mainText
{
    text-align: justify;
}

a
{
    color: #0000FF;
    text-decoration: underline;
}

a:hover
{
    color: #FF6600;
    text-decoration: underline;
}

h1
{
    color: #303030;
}

h2
{
    font-size: 20px;
    color: #666666;
    text-indent: 0px;
}

h2.services
{
    font-size: 20px;
    color: #666666;
    text-indent: 0px;
}

span.daniel
{
    color: #303030;
}

span.munnings
{
    color: #404040;
}

ul.all
{
    list-style: square outside url("../images/bullet.png");
    margin-left: 20px;
    text-align: left;
}

li.indent
{
    list-style-type: none;
    text-indent: 30px;
}

span.indent
{
    text-indent: 300px;
    font-size: 30px;
    color: #FF6600;
}

span.copyright
{
    font-size: 10px;
}

span.inline
{
    font-size: 15px;
    color: #FF6600;
}

span.bold
{
    font-size: 15px;
    font-weight: bold;
}

table.prices
{
    width: 720px;
    height: 20px;
    margin: 0px;
    text-align: left;
}

td.text
{
    width: 500px;
}

table.contact
{
    width: 280px;
    height: 200px;
    border: 0px #FFFFFF solid colapse;
}

	td.contactTitle
	{
    	width: 120px;
	}

	td.contactInfo
	{
    	width: 200px;
	}

table.portfolio
{
    margin: 0 auto;
    width: 700px;
    text-align: center;
}

    tr.numbers
    {
        height: 50px;
        vertical-align: middle;
    }
    
    a.selected
    {
        color: #FF6600;
        font-weight: bold;
    }
    
    span.gallery
    {
        font-weight: bold;
    }

div.header
{
    width: 100%;
    height: 252px;
    background-image: url('../images/headerBG.png');
    background-repeat: repeat-x;
    z-index: -1;
}

    div.logo
    {
        float: left;
        margin-top: 35px;
        margin-left: 5%;
        height: 111px;
        width: 351px;
        text-align: left;
        color: #FFFFFF;
        background-image: url("../images/logoweb.png");
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    div.date
    {
        float: right;
        min-width: 250px;
        height: 80px;
        margin-top: 35px;
        margin-right: 5%;
        text-align: left;
        color: #FFFFFF;
        font-size: 13px;
    }
    
    p.morning
    {
        color: #303030;
        font-size: 42px;
    }
    
    p.todaysDate
    {
        color: #666666;
        font-size: 28px;
    }
    
    p.date
    {
        color: #FFFFFF;
        font-size: 15px;
    }
    
    	p.christmas
    	{
    		color: #303030;
        	font-size: 18px;
    	}
    	
    	p.christmasCal
    	{
    		line-height: 300%
    	}
    	
    		a.christmasCal
    		{
    			color: #404040;
    			font-size: 14px;
    			text-decoration: none;
    		}
    		
    			a.christmasCal:hover
    			{
    				color: #FFFFFF;
    				text-decoration: underline;
    			}
    
    div.clock_a
    {
        float: right;
        height: 152px;
        width: 152px;
        margin-right: 5%;
        margin-top: 23px;
        text-align: right;
        color: #FFFFFF;
       	font-weight: bold;
        font-size: 20px;
        z-index: -1;
        background-image: url('../images/clockBG2.png');
		background-repeat: no-repeat;
    }
    
    
div.container
{
    height: 68px;
    width: 798px;
    margin: 0 auto;
    top: -74px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
    line-height: 62px;
    text-align: center;
    background-image: url('../images/menuBG.png');
	background-repeat: no-repeat;
}
    
    div.menuSelected
    {
        width: auto;
        height: 68px;
        margin-left: 26px;
        margin-right: 27px;
        float: left;
        color: #FFFFFF;
    }
    
    div.menuMid
    {
        width: auto;
        height: 68px;
        margin-left: 26px;
        margin-right: 27px;
        float: left;
    }
    
    a.menu
    {
        text-decoration: none;
        color: #C4C4C4;
    }
    
    a:hover.menu
    {
        color: #FFFFFF;
    }
  
div.main
{
    min-height: 250px;
    margin: 0 auto;
    width: 753px;
    top: -81px;
    background: #FFFFFF;
    border-left: 3px solid #404040;
    border-right: 3px solid #404040;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    position: relative;
    text-align: justify;
    z-index: 0;
    clear: both;
}

    div.webSiteRight
    {
        float: right;
        height: 244px;
        width: 283px;
        margin-left: 20px;
        margin-right: -3px;
        background-image: url('../images/forwardSlide.jpg');
        background-repeat: no-repeat;
    }
    
    div:hover.webSiteRight
    {
        background-position: -297px -0px;
    }
    
    a.siteRight
    {
        display: block;
        height: 244px;
        width: 283px;
    }
    
    div.webSiteLeft
    {
        float: left;
        height: 244px;
        width: 300px;
        margin-right: 10px;
        background-image: url('../images/classicSlide.jpg');
        background-repeat: no-repeat;
    }
    
    div:hover.webSiteLeft
    {
        background-position: -299px -0px;
    }
    
    a.siteLeft
    {
        display: block;
        height: 244px;
        width: 300px;
    }
    
    div.spacer
	{
		width: 1px;
		height: 1px;
		clear: both;
	}
    
div.hostingApache
{
    font-size: 14px;
    float: left;
}

div.hostingIIS
{
    font-size: 14px;
    float: right;
}

div.hostingText
{
    margin-top: 150px;
    font-size: 14px;
}

div.hostingEmail
{
    height: 120px;
}

div.hostingEmailOne
{
    font-size: 14px;
    float: left;
}

div.hostingEmailTwo
{
    font-size: 14px;
    float: left;
    margin-left: 70px;
}

div.hostingEmailThree
{
    font-size: 14px;
    float: left;
    margin-left: 70px;
}

div.contactLeft
{
    float: left;
}

div.contactRight
{
    float: right;
}

div.footer
{
    margin: 0 auto;
    width: 789px;
    height: 60px;
    top: -82px;
    position: relative;
    text-align: center;
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-position: top;
    clear: both;
}

    div.footerBlockLeft
    {
        float: left;
        margin-top: 38px;
        margin-left: 20px;
        width: 200px;
        text-align: left;
        font-size: 12px;
    }
    
    div.footerBlockMid
    {
        float: left;
        margin-top: 35px;
        font-size: 15px;
    }
    
    div.footerBlockRight
    {
        float: right;
        margin-top: 35px;
        margin-right: 20px;
    }

    a.footerBlock
    {
        display: inline;
        color: #808080;
        text-decoration: none;
    }
    
    a:hover.footerBlock
    {
        display: inline;
        color: #FF6600;
        text-decoration: underline;
    }

img.imgLeft
{
    float: left;
    margin-right: 5px;
    margin-bottom: -40px;
}

img.imgRight
{
    float: right;
    margin-left: 5px;
    margin-bottom: -20px;
}