
/* GLOBAL
----------------------------------------------------------------
*/



/*bp1*/
body {
 margin:0 0 1.5em 0;
 background:url(../images/bg_body.gif) repeat-x #fff;
/* background:url(../images/grid.png); */
 font-family: Arial, Helvetica, sans-serif;
 color:#333;
}
/**/
.box {
border:1px solid #ddd;
background:transparent;
}
/*
div {
outline:red solid thin
}
*/
img {
display:block;
}

p+p {
text-indent:0;
}

span.strike {
text-decoration:line-through;
}

/* HEADER 
-----------------------------------------------------------------
*/

#header {
height:126px;
}
#header h5 {
color:#6f777a;
position:relative;
top:62px;
}

#header h2 {
color:#6f777a;
position:relative;
top:52px;
}

div.liveHelp {
padding-top:30px;

}



/* NAVIGATION 
---------------------------------------------------------------
*/

/* main navigation */  

#navbar_main {
height:36px;
line-height:36px;
background:transparent;
}

#navbar_main ul {
list-style-type:none;
margin:0;
padding:0;
line-height:36px;
}
 
#navbar_main li {
display:inline;
float:left;
padding-right:30px;		
}

#navbar_main li a{
display:inline-block;
font-size:14px;
text-decoration:none;		
} 

#navbar_main li a:link {
color:#ccc;
} 

#navbar_main li a:visited {
color:#ccc;
} 
#navbar_main li a:hover {
color:#789ebc;
} 

#navbar_main li a:active{
color:#789ebc;
} 

#home #navbar_main a.home {
color:#789ebc;
}
#services #navbar_main a.services {
color:#789ebc;
}
#portfolio #navbar_main a.portfolio {
color:#789ebc;
}
#contact #navbar_main a.contact {
color:#789ebc;
}

/*other navigation*/
a {
outline:none;
}

a.standard_link {
text-decoration:none;
color:#789ebc;
font-weight:bold;
display:inline-block;
padding-left:18px;
line-height:18px;
background:transparent url(../images/arrow6.gif) 0px 4px no-repeat;
}
a.standard_link:hover{
color:#3b6e97;
}

a.external {
display:inline-block;
padding-right:18px;
line-height:18px;
background:transparent url(../images/external_link1.gif) center right no-repeat;
color:#789ebc;
text-decoration:none;
}

a.external:hover {
color:#3b6e97;
}

a.email {
text-decoration:none;
color:#789ebc;
font-weight:bold;
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/icon_mailto.gif) 0px 0px no-repeat;
}
a.email:hover{
color:#3b6e97;
}



/* MISC STYLING
---------------------------------------------------------------
*/


/* div containers */

#home #tour_container {
margin-top:36px;

}


#home #flashcontent{
height:268px;
}

#home #intro_text {
margin-top:36px;
} 

#home #about_container {
margin-top:54px;
}

#services #services_content {
margin-top:18px;
}

#portfolio #portfolio_content {
margin-top:18px;
}


#contact #contact_content {
margin-top:18px;
}

/* boxes */

#home #tour_container .box {
background:url(../images/bg_flashcontent1.gif) repeat-x #fff;
}

#home #buckets .box{
height:160px;
margin-bottom:0;
}

#home #buckets #service_box {
background:url(../images/bg_services_bucket1.jpg) no-repeat #eee;
}

#home #buckets #portfolio_box {
background:url(../images/bg_portfolio_bucket1.jpg) no-repeat #eee;
}

#home #buckets #contact_box {
background:url(../images/bg_contact_bucket1.jpg) no-repeat #eee;
}

#home #about_container .box {
background:#eeeeee;
border:1px solid #ddd;
}
#home #intro_text .box {
border:0;
}

#services .box {
background:url(../images/bg_display_options1.gif) repeat-x #eee;
}
#portfolio .box {
border:0;
}

/* headings */



/* images */
h6 img {
display:inline;
padding-right:5px;
}

#home #about_container img {
border:1px solid #ddd;
}

#portfolio .portfolio_item img {
border:1px solid #ddd;
margin-bottom:18px;
} 



/* misc */

hr.dotted{
color: #fff; background-color: #fff;
border:2px dotted #ddd;
border-style: none none dotted;
}

p.link {
text-align:right;
width:100%;
}

#navbar_main p {
text-align:right;
}

#home #buckets p {
margin-top:18px;
}

#home #buckets p.link{
padding-bottom:0;
margin-bottom:0;
}
#portfolio p {
text-indent:0;
}
#contact p {
text-indent:0;
}

p.tel_no {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/icon_call.gif) 0px 0px no-repeat;
}

#contact #contact_details  {
margin-top:36px;
}

#contact #contact_details p  {
margin-top:18px;
}

.hidden {
visibility:hidden;
}

.top_padding_18px {
padding-top:18px;
}
.top_padding_36px {
padding-top:36px;
}

.bottom_padding_18px {
padding-bottom:18px;
}

.top_margin_18px {
margin-top:18px;
}


/* FORMS
------------------------------------------------------------
*/



fieldset {
border:0;
padding-top:0;
padding-right:0;

}


#enquiryForm label.error{
background:#fff;
border:0;margin:0 0 30px 0;
padding:0;
width:200px;
}

.error {
display:block;
}
#submit_input{
border:1px solid black
}

#result{
font-weight:bold;
color:blue;
}



/* FOOTER 
-------------------------------------------------------------
*/


p.footer {
text-align:right;
margin-bottom:36px;
}

a.footer {
text-decoration:none;
text-transform:uppercase;
color:#666;
}

a.footer:hover {
color:#789ebc;
}


