@charset "utf-8";
/* CSS Document */

* {
padding:0px;
margin:0px;
}

img {
border:none;
}

.clear {
clear:both;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:0.8em;
color:#505050;
background-image:url(images/bg_tile.jpg);
background-repeat:repeat;
background-position:top;
background-attachment:fixed;
}

p {
padding-bottom:0.8em;
line-height:18px;
}

h3 {
padding-bottom:10px;
}

a, a:visited, a:active {
color:#505050;
text-decoration:underline;
}

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

#wrapper {
width:960px;
height:1600px;
margin:auto;
}

#main_page_top {
width:960px;
height:511px;
background-image:url(images/page_top.png);
}

#banner_intro_text {
width:580px;
height:120px;
padding:337px 0 0 150px;
}

#main_page_bottom {
width:960px;
height:250px;
padding-bottom:200px;
background-image:url(images/page_bottom.png);
background-repeat:no-repeat;
}

#main_page_body {
width:960px;
height:auto;
padding-bottom:100px;
background-image:url(images/page_bg.png);
background-repeat:repeat-y;
}

#floating_menu { 
width:840px;
height:151px;
top:30px;
left:50%;
z-index:99999;
background-image:url(images/menu_bg.png);
background-repeat:no-repeat;
background-position: right;
margin-top: 0;
margin-right: 0;
margin-left: -420px;
position: fixed;
}

#inside_menu {
float:right;
width:280px;
height:151px;
}

a.rollover_one {
display: block;
width: 281px;
height: 25px;
text-decoration: none;
background:url(images/bt_about_me.png);
padding-bottom:5px;
}

a.rollover_one:hover {
background-position: -281px 0;
}

a.rollover_two {
display: block;
width: 281px;
height: 25px;
text-decoration: none;
background:url(images/bt_websites.png);
padding-bottom:5px;
}

a.rollover_two:hover {
background-position: -281px 0;
}

a.rollover_three {
display: block;
width: 281px;
height: 25px;
text-decoration: none;
background:url(images/bt_graphic_design.png);
padding-bottom:5px;
}

a.rollover_three:hover {
background-position: -281px 0;
}

a.rollover_four {
display: block;
width: 281px;
height: 25px;
text-decoration: none;
background:url(images/bt_clients.png);
padding-bottom:5px;
}

a.rollover_four:hover {
background-position: -281px 0;
}

a.rollover_five {
display: block;
width: 281px;
height: 25px;
text-decoration: none;
background:url(images/bt_contact_details.png);
padding-bottom:5px;
}

a.rollover_five:hover {
background-position: -281px 0;
}

.displace {
position: absolute;
left: -5000px;
}

.sections {
width:960px;
height:470px;
padding-top:170px;
padding-bottom:350px;
}

.sections_image {
width:275px;
height:468px;
float:left;
}

.sections_content_container {
width:685px;
height:296px;
float:left;
margin-top:172px;
}

.sections_title {
width:685px;
height:50px;
}

.sections_text {
width:425px;
height:auto;
padding:10px 230px 0 30px;
}

.sections_thumbs_box {
width:685px;
height:104px;
}

.sections_home_link {
width:455px;
height:50px;
padding-right:200px;
}

.sections_home_link p {
text-align:right;
}

.sections_home_link a {
color:#505050;
text-decoration:underline;
}

.sections_home_link a:hover {
color:#b1bdbb;
text-decoration:underline;
}

.anchors {
width:960px;
height:20px;
vertical-align:top;
display:hidden;
}

#footer { 
width:100%;
height:45px;
bottom:0px;
z-index:99999;
position: fixed;
background-image:url(images/page_bottom.png);
background-repeat:no-repeat;
background-position:bottom;
}

#footer_content {
width:850px;
height:45px;
margin:auto;
}

#thank_you {
width:960px;
height:511px;
background-image:url(images/thanks.png);
}

#thank_you p {
padding:260px 0 0 175px;
}

/***************** FORM *****************/
.robsform {
	width: 400px;
}
.robsform_td {
	padding:4px;
	font-size:12px;
}
.robsform p {
	padding:4px;
}
.robsform label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
}
.not-required {
 font-weight:normal
}

/*************** FORM END *****************/
