/*-----------------------------------------
    Change here for main background style
-----------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
	padding:0px;
	background: #DEE2D4 url(gba_background.gif) repeat-x;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
    }

/*-----------------------------------------
    Change here for header
-----------------------------------------*/

table.header {
	width: 1000px;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: 0px 198px;
}
table.header td{
	padding: 0px 0px;
}

#logo{
	margin-top: 5px;
	margin-bottom: 5px;
}

#main_menu{
	line-height: 30px;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
}

#extra_menu{
	font-size: 14px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

/*-----------------------------------------
    Change here for footer tables
-----------------------------------------*/

table.footer {
    width: 1000px;
	margin-top: 10px;
	text-align: center;
}

#footer_menu{
	line-height: 30px;
	font-size: 12px;
	text-align: center;	
}

#footer_form{
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #000000;
	padding: 2px;
	margin: 10px auto;
	width: 55%;	
	float: center;
	clear: both;
	background-color: #ffffff;
}

#home_text{
	text-align: left;
	width: 1000px;
	/*background-color: #BBC5C7;*/
	background-color: #FFFFFF;
	padding: 10px 0px 10px 0px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}
/*.header_bigger{
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}*/

#home_text:after { /*CSS HACK - CLEAR THE FLOAT WITHOUT ADDING ANY CRAP TO THE HTML*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p.home_p1{
	width: 480px;
	float:left;
	padding: 0px 20px 0px 10px;
}
p.home_p2{
	width: 480px;
	float:left;
	/*padding: 0px 10px 0px 0px;*/
}
p.home_p3{
	width: 237px;
	float: left;
	padding: 0px 10px 0px 0px;
}
p.home_p4{
	width: 237px;
	float: left;
}

#sales{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}

ul.terms li{
	margin: 0px 0px 10px 0px;
}

ol, ul{
	margin-top: 15px;
	margin-bottom: 15px;
}

li{
	margin-bottom: 10px;
}


table.getpixel {
    margin-top:0px;
    width: 1000px;
	background-color: #FFFFFF;
	/*background-color: #BBC5C7;*/
}
td.getpixel {
    padding:10px;
    color: #000000;
}
font.getpixelinfo {
    color: #000000;
    font-weight: bold;
}
font.getpixelerror {
    color: #990000;
    font-weight: bold;
}

.getpixel_form_table{
	margin: 10px 0px;
}
.getpixel_form_table td{
	padding: 5px;
}


td.logos {
    color: #FF6262;
    background-color: #415383;
}
td.logos_highlighted {
    color: #FF6262;
    background-color: #778ABB;
}
a.logos:link    {    color: #FEC501; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:visited {    color: #FEC501; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:hover   {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: underline;    }

select.language {
    font-family:tahoma, arial;
    font-size:7pt;
    margin-left:10;
    color: #444444;
}

/* totally stupid div insted of a table cause the whole thing isnt floated*/
.not_a_table{
	width: 1000px;
	background-color: #FFFFFF;
	/*background-color: #BBC5C7;*/
	text-align: left;
	padding: 10px 0px 10px 0px;
}
div.not_a_table h1, div.not_a_table p{
	margin: 0px 10px 10px 10px;
}

/*-----------------------------------------
    Change here for Headline style
------------------------------------------*/

p{
	margin: 0px 0px 7px 0px;
	line-height: 18px;
}
p.small{
	margin: 0px 0px 7px 0px;
	font-size: 11px;
	line-height: 14px;
}

h1 {
    font-size:20px;
	font-weight: bold;
	line-height: 20px;
    margin: 0px 0px 10px 0px;
	text-align: left;
	color: #405C71;
   }
h2 {
    font-size:16px;
	font-weight: bold;
	line-height: 20px;
    margin: 5px 0px 10px 0px;
	color: #405C71;
   }
h3, h4{
    font-size:14px;
	font-weight: bold;
	line-height: 16px;
	margin: 5px 0px 10px 0px;
	color: #405C71;
}

/* MENU LINKS */
a.m:link    {    color: #FFFFFF; font-weight: bold; text-decoration: none;    }
a.m:visited {    color: #FFFFFF; font-weight: bold; text-decoration: none;    }
a.m:hover   {    color: #CCCC00; font-weight: bold; text-decoration: none;    }

a.foot:link    {    color: #000000; font-weight: bold; text-decoration: none;    }
a.foot:visited {    color: #000000; font-weight: bold; text-decoration: none;    }
a.foot:hover   {    color: #000000; font-weight: bold; text-decoration: underline;    }

a.l:link    {    color: #FFFFFF; font-weight: normal; font-size:8pt; text-decoration: none;    }
a.l:visited {    color: #FFFFFF; font-weight: normal; font-size:8pt; text-decoration: none;    }
a.l:hover   {    color: #CCCC00; font-weight: normal; font-size:8pt; text-decoration: underline;    }


a.pages:link    {    color: #C8C8C8; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages:visited {    color: #C8C8C8; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages:hover   {    color: #FFFFFF; font-weight: normal; text-decoration: underline; padding:0 7;    }

a.pages_highlight:link    {    color: #FEC501; font-weight: normal; text-decoration: none; padding:0 7;   }
a.pages_highlight:visited {    color: #FEC501; font-weight: normal; text-decoration: none; padding:0 7;    }
a.pages_highlight:hover   {    color: #FFFFFF; font-weight: normal; text-decoration: underline; padding:0 7;    }

/*-----------------------------------------
    Change here for main content tables
-----------------------------------------*/

table.content {
    /*background-color: #BBC5C7;*/
	background-color: #FFFFFF;
    width: 1000px;

}

td.content {
    padding:15px;
}

td.rightcontent {
    width:150px;
    background-color: #FFFFFF;
	/*background-color: #BBC5C7;*/
    padding:15px;
}

a:link    {    color: #000000; font-weight: bold; text-decoration: underline;    }
a:visited {    color: #000000; font-weight: bold; text-decoration: underline;    }
a:hover   {    color: #CCCC00; font-weight: bold; text-decoration: underline;    }

table.ranking{
	margin: 0px;
	padding: 0px;
}
table.ranking td{
	padding: 3px;
}


/*-----------------------------------------
    Other general
------------------------------------------*/

table {  border-collapse: collapse;  
clear: both;}

hr{
    height:1px;
    color:#000000;
	margin: 10px 0px;
}

td {
    padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
   }
   
img { border: 0 }

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #666666;
}


.dir_menu{
	margin: 20px 0px 40px 0px;
	font-size: 16px;
}

.dir_menu a:link    { color: #000000; font-weight: bold; text-decoration: none;    }
.dir_menu a:visited { color: #000000; font-weight: bold; text-decoration: none;    }
.dir_menu a:hover   { color: #000000; font-weight: bold; text-decoration: underline;    }


.dir_cat{
	margin-left: 20px;
}
.dir_cat_item{
	margin-left: 50px;
	margin-bottom: 15px;
}

.faq_item{
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #000000;
	width: 650px;
	margin-left: 20px;
}

.faq_menu li{
	margin-bottom: 5px;
}

.glasgow_item{
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #000000;
	width: 650px;
	margin-left: 20px;
}

.glasgow_menu li{
	margin-bottom: 5px;
}

.offerbox{
	width: 80%;
	border: 1px solid #000000;
	background-colour: #EFEFEF;
	padding: 10px;
	margin: 10px auto;
}

.eventsbox{
	width: 80%;
	border: 1px solid #000000;
	background-colour: #EFEFEF;
	padding: 10px;
	margin: 10px auto;
}


