﻿/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("text.css");
@import url("grid.css");

body{
background: #fff url(../images/bodybg.gif) repeat-y fixed top center;
font-family:Georgia,Arial,Helvetica,sans-serif;
font-size:15px;
line-height:20px;
color:#3e3e3e;
}

.footerbg
{
 overflow: hidden; 
}

p{text-align: justify;}

a:hover{text-decoration: none;}

h1, h3{
color: #37398f;
}

h1{ font-size: 15pt; }
h3{ font-size: 13pt; }

h3 span
{
    text-align: justify;
    color: #3E3E3E;
    line-height: 20px;
    font-size:15px;
    font-weight: normal;
}

/*-------------------------------------*/
/* HEADER */
/*-------------------------------------*/

#header
{
    background: #fff url(../images/header.jpg) no-repeat scroll;
    height:118px;
    margin:0 0 0 7px;
    width:871px;
    padding: 10px;
    color: #fff;
}

#opening-times
{
    float: left;
    width: 290px;
    font-size: 11px;
    font-weight: bold;
}

#opening-times tr
{
    line-height: 14px;
}

#logo
{
    float: left;
    width: 273px;
    text-align: center;
    padding-top: 12px;
}

#details
{
    float: right;
    text-align: right;
}

#details p
{
    text-align: right;
    margin-right: 10px;
}

/*-------------------------------------*/
/* END HEADER */
/*-------------------------------------*/

/*-------------------------------------*/
/* MIDDLE */
/*-------------------------------------*/

#middle
{
    position: relative;
    height: 235px;
    margin:0 0 0 7px;
    width:891px;
    top: -4px;
}

#menu-container
{
    float: right;
    width:241px;
    height: 229px;
    background-color: #000455;
    border-top: solid 3px #9f9d9d;
    border-bottom: solid 3px #9f9d9d;
}

#slideshow
{
    float: left;
}

#brand-logos
{
    position: relative;
    margin:0 0 0 5px;
    width:879px;
    padding: 10px 10px 10px 1px;
    text-align: center;
    background-color: #fff;
    border: solid 2px #a8a9ad;
    border-top: none;
    border-bottom: none;
}

/*-------------------------------------*/
/* END MIDDLE */
/*-------------------------------------*/

/*-------------------------------------*/
/* MENU */
/*-------------------------------------*/

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

#menu li {
    margin: 13px 0;
    padding: 0;
    font-weight: bold;
}

#menu a {
	display: block;
	margin: 0;
	padding-left: 9px;
	text-decoration: none;
	width: 230px;
	height: 25px;
	background: transparent url(../images/menu.png) no-repeat scroll;
	font-size: 18px;
    color: #fff;
}

#menu a:hover
{    
    color: #c3bcdd;
}

/*-------------------------------------*/
/* END MENU */
/*-------------------------------------*/

.content-header{
background: transparent url(../images/content-header.gif) no-repeat scroll top center;
}
.header_left{
padding:0 0 0 20px;
}
.header_left h1
{
    margin-top: 40px;
    font-size: 16pt;
}
.header_left h2{
margin-top: -5px;
padding-left: 10px;
line-height: 25px;
}
.header_right
{
    padding: 10px 10px 0 0;
}

.content{
background-color: #fff;
border: solid 2px #a8a9ad;
border-top: none;
border-bottom: none;
margin-top: -4px;
}

.content a{
color: #333;
}

.content_left{
padding:0 0 0 20px;
margin-top: 20px;
}
.content_right
{
    padding: 10px 23px 0 0;
    text-align: right;
}

.left_text{text-align:left;padding:10px 30px 0 0; margin-top: 20px;}

.footer_right
{
    padding: 20px 10px 0 0;
}

#footer
{
    background-color: #fff;
    border: solid 2px #a8a9ad;
    border-top: none;
    border-bottom: none;
}

#footer a{color:#3e3e3e;}

#footer ul{
font-family:verdana;
font-size:14px;
font-weight:bold;
margin-bottom:30px;
margin-top:5px;
}

#footer ul li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:25px;
}

.xtop
{
    margin-top: 20px;
}

/* CONTACT FORM	 */

form label {
	float: left;
}

form #contactus label
{
    width: 70px;
    color: #369;
    font-size: 90%;
}

form .txtInput { 
	background: url(../images/input.png) no-repeat; 
	width: 235px; 
	height: 24px; 
	padding: 5px 8px 0px 8px; 
	margin-bottom: 10px; 
	font-size: 10px; 
	color: #222222; 
	border: none; 
}

form #txtArea { 
	width: 350px; 
	height: 222px; 
	background: url(../images/textarea.png) no-repeat; 
	float: left; 
}

form .txtArea { 
	background: transparent none repeat scroll 0 0; 
	width: 340px; 
	height: 212px; 
	border: 0px; 
	margin: 5px;  
}

form .button {
	width: 138px; 
	height: 42px; 
	background: url(../images/sendButton.png);
	margin: 5px 62px 0px; 
	border: none;
}

form .button:hover { cursor: pointer; }



#stop{
    position: relative;
    margin:0 0 0 5px;
    width:879px;
    padding: 10px 10px 10px 1px;
    background-color: #fff;
    border: solid 2px #a8a9ad;
    border-top: none;
    border-bottom: none;
}

a.ycdlink
{
    color: #3E3E3E;
    font-size:10px;
}

/*-------------------------------------*/
/* ADVERTS */
/*-------------------------------------*/

.ads{   
text-align: left;
}

.ads p
{
    font: bold 10px aerial;
    margin-bottom: 0;
}

/*-------------------------------------*/
/* SEARCH */
/*-------------------------------------*/

#search
{
    margin: -15px 0 10px 0;
    overflow: hidden;
}

/*-------------------------------------*/
/* WIDGETS */
/*-------------------------------------*/

.wdgConatiner
{
    border: none;
}

.wdgContent
{        
    background: transparent url(../images/wdgFooter.png) no-repeat scroll bottom center;
    padding: 7px;
}

.wdgContent228
{        
    background: transparent url(../images/wdgFooter228.png) no-repeat scroll bottom center;
    padding: 7px;
}

.wdgContent588
{  
    background: transparent url(../images/wdgFooter588.png) no-repeat scroll bottom center;
    padding: 7px;
}

.wdgHeader
{    
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 7px;
    font-weight: bold;
}

.wdgHRed
{    
    background: transparent url(../images/wdgHeadRed.png) no-repeat scroll top center;
}

.wdgHBlue228
{    
    background: transparent url(../images/blueheader228.png) no-repeat scroll top center;
}

.wdgHGreen588
{   
    background: transparent url(../images/greenheader588.png) no-repeat scroll top center;
}


.newsItem
{
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 13px;
    min-height: 80px;
}

.newsItem a.title
{
    color: #369;
}

.newsItem img
{
    float: left;
    margin-right: 5px;
    border: solid 2px #000; 
}

.newsItem p br
{
    display: none;
}

#maps_message
{
    margin: 20px;
    position: relative;
    background: #1f7be5 url(../images/messageHeader.png) repeat-x scroll;
    font: bold 19px aerial;
    color: #fff;
    padding: 13px;
    border: solid 2px #2D42D7;
}

#introtxt{margin-top:10px;}

#message
{
    margin: -20px 0 20px 0;
    position: relative;
    background: #1f7be5 url(../images/messageHeader.png) repeat-x scroll;
    font: bold 14px/14px aerial;
    color: #fff;
    padding: 13px;
    border: solid 2px #2D42D7;
    height: 80px;
}

iframe {
overflow: hidden;
} 

#highlight_left
{
    position: absolute;
    top: 47px;
    left: -20px;
}

#highlight_down
{
    position: absolute;
    top: 106px;
    left: 100px;
}

#coyc
{
    margin: 0pt 20px; 
    padding: 0 10px; 
    text-align: center;
}

.error
{
    color:#FFFFFF;
    font-weight:bolder;
    margin-bottom:20px;
    padding:7px;
    background: #FFB7B7;
    border: dashed 2px #ff0000;
}

.thankyou
{
    color: #7cbf11;
    font-size: 14pt;
    border: dashed 1px #7cbf11;
    padding: 4px;
    margin: 0px 0 40px;
    background-color: #C6FFC6;
}

#thankyoumessage.thankyou
{
    text-align: center;
}
