
/*
// Shawburn Executive Travel Ltd
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
}

body{
position: relative;
padding: 0px 0px;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
background-color: #000000;
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 20px 0px 10px 0px;
padding: 0px 0px 5px 0px;
font: normal 1.4em Arial,Verdana,Tahoma,sans-serif;
color: #0E0E94;
border-bottom: 1px solid #efefef;
}

h2{
margin: 4px 0px;
font: normal 1.1em Arial,Verdana,Tahoma,sans-serif;
color: #0E0E94;
}

h3{
margin: 10px;
padding: 5px;
font: normal 0.8em Arial,Verdana,Tahoma,sans-serif;
color: #ffffff;
background: #0E0E94;
}

img{
border: none;
}




#container-wrapper{
clear: both;
width: 100%;
overflow: hidden;
background: #000000 url(../images/background.jpg) no-repeat top center;
}


#container{
width: 880px;
text-align: left;
margin: 0px auto;
background: #ffffff url(../images/container.png) repeat-x top center;
overflow: hidden;
margin-top: 368px;
}




#column-left{
float: left;
width: 250px;
overflow: hidden;
}

#column-left p{
margin: 0 10px;
font-size: 0.8em;
}

#column-right{
float: left;
width: 629px;
border-left: 1px solid #efefef;
height: auto;
overflow: hidden;
}



#header-wrapper{
width: 100%;
height: 100px;
background: url(../images/header.png) repeat-x top left;
border-bottom: 1px solid #cccccc;
}

#header{
width: 900px;
height: 100px;
margin: 0 auto;
position: relative;
}

#header-logo{
position: absolute;
top: 15px;
left: 0px;
}

#header-logo2{
position: absolute;
top: 60px;
left: 65px;
font-size:0.9em;
}

#header-logo2 a:hover{
color: #666666;
}

#header-slogan{
position: absolute;
top: 60px;
color: #666666;
padding: 5px;
right: 0px;
z-index: 99999999999999;
}

#header-contact{
position: absolute;
top: 10px;
right: 0px;
color: #666666;
font-size: 0.9em;
}

#header-contact a{
color: #666666;
}

#header-contact a:hover{
color: #cccccc;
}

#header-contact span{
font-weight: bold;
color: #2727A9;
}



#navigation{
position: absolute;
top: 440px;
left: 0px;
width: 898px;
background: #2727A9 url(../images/navigation.jpg) repeat-x bottom left;
z-index: 99;
margin: 0;
bordeR: 1px solid #cccccc;
overflow: hidden;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
display: inline-block;
padding: 6px 30px;
border-left: 1px solid #3c3cd8;
border-right:1px solid #8383e0;
color: #ffffff;
text-decoration: none;
text-align: left;
font-size: 1em;
float: left;
}

#navigation a:hover,#navigation a.current{
color:#cccccc;
}



#navigation a.first{
border-left: 0;
}

#navigation a.last{
border-right: 0;
}



#slideshow{
width: 898px;
border: 1px solid #cccccc;
height: 350px;
overflow: hidden;
background-color: #000000;
position: absolute;
top: 90px;
right: 0px;
}

#slideshow img{
width: 900px;
height: 350px;
}



#content{
margin: 20px;
text-align: justify;
font-size: 12px;
background: url(../images/content.png) no-repeat center center;
color: #545454;
}

#content p{
margin: 5px 0px 22px 0px;
line-height: 18px;
}

#content ul{
margin: 10px 10px;
list-style-type: none;
}

#content li{
text-align: left;
background: url(../images/bullet-point.png) no-repeat center left;
padding-left: 20px;
}

#content table.prod{
border: 1px solid #cccccc;
margin-bottom: 10px;
}

#content table.prod td{
padding: 0px 10px 0px 0px;
}

#content table td.description{
width: 390px;
}




#footer-wrapper{
width: 100%;
height: 100px;
background: #0E0E94 url(../images/navigation.jpg) repeat-x top left;
}

#footer{
clear: both;
width: 900px;
overflow: hidden;
margin: 0 auto;
color: #cccccc;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #cccccc;
font-size: 10px;
}

#footer a:hover{
color: #ffffff;
}

#footer-left{
float: left;
line-height: 110%;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 400px;
margin: 10px 0px 20px 40px;
text-align: center;
}

#contact-right{
float: right;
width: 250px;
margin: 10px 100px 20px 0px;
}

#gallery{
width:570px;
height:900px;
margin: 0 auto 50px auto;
}

#gallery img{
float: left;
margin: 3px;
border: 3px solid #cccccc;
}



form{
width:250px;
}


form input,form textarea, select {
width:98%;
height:19px;
background: #efefef;
font:normal 1em/19px arial;
padding:2px;
color:#0E0E94;
border: 1px solid #0E0E94;
}

select{
height:25px;
font:normal 1em arial;
border: 0;
padding:2px;
width: 50px;
border: 1px solid #0E0E94;
}

form input.textbox-small {
width:179px;
float:left;
}

form label {
font:normal 1em/25px arial;
}

form textarea {
height:50px;
overflow:auto;
}

input.contact-submit{
width:auto;
cursor:pointer;
float:right;
color:#ffffff;
height: 23px;
border: 0;
overflow: visible;
background: #0E0E94;
}

form img{
float: left;
margin-left: 10px;
}

form img.captcha{
float: left;
padding: 0;
margin: 0;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 120px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}




.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}


.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}

.validated-form label.error{
color: red;
}











