/* @override http://www.mullingartravel.ie/new/css/global.css */


/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("/css/reset.css");
@import url("/css/externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:gray;
}

#toptabs ul {
	margin:0px;
	padding-top: 20px;
	padding-left: 23px;;
	}

#toptabs ul li {
	font-family: helvetica;
	color: #666;
	line-height: 1.8em;
	}
#toptabs ul li a {
	font-family: helvetica;
	color: #666;
	line-height: 1.8em;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: #aaa 1px 1px 1px;
	}
#toptabs ul li a:hover {
	font-family: helvetica;
	color: black;
	text-decoration: none;
	text-shadow: #aaa 1px 1px 1px;
	}
	
#bottomtabs ul {
	margin:0px;
	padding-top: 20px;
	padding-left: 23px;;
	}
#bottomtabs ul li {
	font-family: helvetica;
	color: #666;
	line-height: 1.8em;
	}
#bottomtabs ul li a {
	font-family: helvetica;
	color: #666;
	line-height: 1.8em;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: #aaa 1px 1px 1px;
	}
#bottomtabs ul li a:hover {
	font-family: helvetica;
	color: black;
	text-decoration: none;
	text-shadow: #aaa 1px 1px 1px;
	}

#headerleft table tbody tr td a{
	text-decoration: none;
	border: none;
	}

#mainContainer
{
	width:800px;
	margin: 15px auto;
}

#sidebar
{
	width:210px;
	float:left;	
}
#toptabs
{
	width:210px;
	height:210px;
	float:left;
	margin-bottom:15px;
	background-image:url(../images/toptabs.png);
}
#bottomtabs
{
	width:210px;
	height:210px;
	float:left;
	background-image:url(../images/bottomtabs.png);
}
#visa
{
	width:210px;
	height:164px;
	float:left;
	}
#content
{
	width:575px;
	float:left;
}

p
{
	margin: 0 0 1em 1.5em;
	font-family: helvetica;
	color: gray;
	}

/*--- Link Styles ---*/
a:link, a:visited
{
	color: #009de0;
	text-decoration: none;
}

a:hover, a:active
{
	color: #de0079;
}

h1
{
	color: gray;
	margin:0em 0 .5em 0.5em;
	font: 2.125em helvetica;
	}

h2
{
	color: gray;
	margin:.825em 0 .5em .5em;
	font: 1.75em helvetica;
	}

h3
{
	color: gray;
	margin:.825em 0 .5em .5em;
	font: 1.2em helvetica;
	}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em			{font-style:italic;}
img 		{border: none}
/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:800px;
	height:130px;		
}
#headerleft
{
	width:355px;
	height:130px;
	float:left;
}
#headerright
{
	width:445px;
	height:130px;
	float:right;
}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:800px;
	margin-top:15px;
}
/* Footer
----------------------------------------*/
#footer
{
	width:800px;
	height:20px;
	background-image:url(../images/footer_bg.png);
	float:left;
	}
	
#footer ul {
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li {
	font-family: helvetica;
	color: white;
	display: inline;
	}

#footer ul table tbody tr td ul li a {
	font-family: helvetica;
	color: white;
	display: inline;
	padding-left: 25px;
	text-decoration: none;
	letter-spacing: 1px;
	}

#footer ul table tbody tr td ul li a:hover {
	font-family: helvetica;
	color: white;
	display: inline;
	padding-left: 25px;
	text-decoration: none;
	letter-spacing: 1px;
	}





