/*-----Global------*/
* { padding: 0; margin: 0;}
body { background-image: url(../images/body-bg.png); background-repeat: repeat-x; }
.contentcontainer { width: 974px; margin: auto;}

/*----Header section-----*/
#header { background-color: #0072BC; height: 105px; }
#logoContent { float: left; width: 430px; }
#navContent { float: right; width: 540px; padding-top: 37px; padding-bottom:10px; }

/*----Navigation section----*/
#nav ul { margin: 0; border-bottom: none; height: 44px; }
#nav li { margin: 0; display: inline; list-style-type: none; padding: 0px 0px 0px 0px; }
#nav a { float: left; display: block; text-decoration: none; height: 41px; overflow: visible; margin-left: 45px; }
#nav #home a { background: url(http://www.iangilesmarketing.com/images/nav-home-roll2.png); width: 88px; }
#nav #about a {background: url(http://www.iangilesmarketing.com/images/nav-about-roll2.png); width: 83px; }
#nav #work a { background: url(http://www.iangilesmarketing.com/images/nav-work-roll2.png); width: 76px; }
#nav #news a { background: url(../images/nav-news-roll2.png); width: 76px; }
#nav #home a:hover { background-position: bottom; }
#nav #about a:hover { background-position: bottom; }
#nav #work a:hover { background-position: bottom; }
#nav #news a:hover { background-position: bottom; }
#nav #homestatic a { background:url(../images/nav-home-static2.png); width: 88px;}
#nav #aboutstatic a { background: url(../images/nav-about-static2.png); width: 83px;}
#nav #workstatic a { background:url(../images/nav-work-static2.png); width: 76px; }
#nav #newsstatic a { background: url(../images/nav-news-static2.png); width: 76px; }

/*----Footer section----*/
#footer { padding: 0px 0px 20px 0px; height: 100%; }
#footer p { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; font-weight: normal; padding: 10px 0px 0px 0px; line-height: 1.5em;}
#footer a { color:#000000; }

