/* /////////////  RESET ALL THE DEFAULT BROWSER CSS VALUES TO '0'  ////////////////*/
body{
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0;
	margin:10px 0 0 0;
	background-image:url(images/bg_body.png);
	background-repeat:repeat-x;
	background-color:#4da91f;
	color:#000;
}
body#cork{
	background-image:url(images/bg_body_cork.png);
	background-color:#f32221;
}
body#limerick{
	background-image:url(images/bg_body_limerick.png);
	background-color:#4da91f;
}
body#galway{
	background-image:url(images/bg_body_galway.png);
	background-color:#b43737;
}

.spacer {
	clear: both; 
}

.spacer2 {
	clear: both; 
	height:1px;
	line-height:1em;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

p{
	margin:0;
	padding:0;
}

img{
	border:0;
	vertical-align:top;
}

a img{
	border:none;
}

form{
	padding:0;
	margin:0;
}

/* /////////////  ###########################################  ////////////////*/
/* /////////////   MANAGE WEBSITE CENTERING AND BACKGROUNDS    ////////////////*/
/* /////////////  ###########################################  ////////////////*/


#global{
	position: relative;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	width:908px;
	padding:0;
}

#header{
	float:left;
	width:908px;
	height:159px;
	background-image:url(images/bg_header.png);
	background-repeat:no-repeat;
}

#logo_cork, #logo_galway{
	float:left;
	margin:27px 0 0 21px;
}

#logo_limerick{
	float:left;
	margin:27px 0 0 11px;
}


#header_text{
	float:right;
	font-size:17px;
	width:190px;
	margin:26px 40px 0 0;
}

#header_text p{
	margin:10px 0;
	padding:0;
	font-weight:bold;
	text-align:center;
}

#header_text p span{
	font-size:21px;
}

#header_text p#dates{
	font-size:16px;
	color:#ba1f26;
}

#footer{
	float:left;
	width:908px;
	color:#fff;
	padding:15px 0 10px 0;
	margin:0;
	text-align:center;
}

#footer strong{
	margin-left:30px;
}

#footer a{
	color:#fff;
}

#footer a:hover, #footer_links li a:hover{
	text-decoration:none;
}

#footer_links{
	text-align:center;
	padding:0 0 40px 0;
}

#footer_links li{
	display:inline;
	color:#fff;
}

#footer_links li a{
	color:#fff;
	padding:0 4px;
}

/* /////////////  TOP MENU  ////////////////*/


ul#top_menu{
	clear:both;
	width:900px;
	height:28px;
	background-image:url(images/bg_menu.png);
	background-repeat:repeat-x;
	margin:0 0 0 4px;
	padding:18px 0 0 0;
}

ul#top_menu li{
	display:inline;
	font-size:14px;
	padding:0 10px 0 40px;
}

ul#top_menu li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

ul#top_menu li a:hover{
	text-decoration:underline;
}

ul#top_menu li.active a{
	text-decoration:underline;
}

img#bottom_menu{
	float:left;
	margin:0 0 8px 4px;
}

img#top_content{
	float:left;
	vertical-align:bottom;
}

img#bottom_content{
	float:left;
}

#main_content{
	float:left;
	width:870px;
	background-image:url(images/bg_main_content.png);
	background-repeat:repeat-y;
	padding:14px 19px;
}

#sponsors{
	float:left;
	width:178px;
	background-color:#d6ebfd;
	border:1px solid #a4cef2;
	padding:12px 10px 0 10px;
}

#sponsors img{
	float:left;
	border:1px solid #a4cef2;
	margin:0 0 9px 0;
}

#sponsors h2{
	font-size:100%;
	color:#0a8fd2;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}

#content_text, #content_text_restaurants{
	float:left;
	width:437px;
	margin:0 0 0 18px;
}

#content_text h1, #content_text_restaurants h1{
	color:#ba1f26;
	font-weight:normal;
	font-size:21px;
	margin:5px 0 15px 0;
}

#content_text h2, #content_text_restaurants h2{
	color:#ba1f26;
	font-weight:normal;
	font-size:18px;
	margin:0;
	padding:15px 0 5px 0;
}

#content_text p{
	font-size:14px;
	line-height:1.5em;
	margin:10px 0 15px 0;
}

#content_text a, #content_text_restaurants p a{
	color:#0f53ce;
}

#content_text a:hover, #content_text_restaurants p a:hover{
	text-decoration:none;
}

#right_column{
	float:right;
	width:200px;
}

#right_column img{
	float:right;
	border:1px solid #999;
	margin:0 0 15px 0;
}

/* /////////////  ##################################  ////////////////*/
/* /////////////              HOME PAGE               ////////////////*/
/* /////////////  ##################################  ////////////////*/






/* /////////////  ##################################  ////////////////*/
/* /////////////         RESTAURANTS PAGE             ////////////////*/
/* /////////////  ##################################  ////////////////*/

.restaurant{
	float:left;
	width:402px;
	background-color:#efefef;
	padding:15px 18px 12px 18px;
	margin:0 0 10px 0;
}

.restaurant h2{
	margin:0 0 1px 0;
	padding:0;
	color:#333;
	font-size:14px;
}

.restaurant p{
	color:#333;
	font-size:12px;
	line-height:1.4em;
	margin:0 0 3px 0;
	padding:0;
}

span.price{
	display:block;
	float:left;
	width:60px;
	padding:7px 0 5px 0;
	text-align:center;
	background-color:#5ea300;
	color:#fff;
	font-weight:bold;
	margin:5px 5px 10px 0;
}

a.view_menu{
	display:block;
	float:left;
	width:86px;
	padding:7px 0 5px 0;
	text-align:center;
	background-color:#c01503;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:5px 5px 10px 0;
	text-decoration:none;
}

a.view_menu:hover{
	text-decoration:underline;
}




/* /////////////  ##################################  ////////////////*/
/* /////////////              ABOUT PAGE              ////////////////*/
/* /////////////  ##################################  ////////////////*/





/* /////////////  ##################################  ////////////////*/
/* /////////////            CONTACT PAGE              ////////////////*/
/* /////////////  ##################################  ////////////////*/

#contactForm table{
	border-collapse:collapse;
	margin:0 0 0 0;
	width:100%;
}

#contactForm table td{
	padding:4px;
	vertical-align:top;
	font-size:13px;
}

#contactForm table td.label{
	width:120px;
	padding-top:5px;
}

tr#confirmation-field{
	display:none;
}

input.field1{
	border:1px solid #b8b8b8;
	padding:4px;
	width:270px;
}

textarea.area1{
	border:1px solid #b8b8b8;
	padding:4px;
	width:270px;
}

input.bt_submit{
	float:right;
	margin:0 21px 0 0;
}

p#answer{
	color:#F00;
}




/* /////////////  ###############################################  ////////////////*/
/* /////////////          JQUERY FORM VALIDATION                   ////////////////*/
/* /////////////  ###############################################  ////////////////*/

label.error, label.error {
	clear:both;
	color:#F00;
	float:left;
	font-size:90%;
	font-weight:bold;
	margin:0 0 5px 0;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
}

input.error { color:#000; font-weight:normal; border:1px dotted #F00; }


