@charset "utf-8";
	/* 
	CSS Irish Texel Society 
	*/
	
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
reset end
*/
	
/* 
body
*/
body{
	font-size:90%; 
	font-family: Arial, Verdana, serif; 
	background:#727272 url(/images/main-bg.jpg) repeat-x 0 0;
	color: #FFFFFF;
}
/*body#services{
	color: #666666;
	background:#FFFFFF url(/images/white-bottom-bg.jpg) repeat-x 0 0;
}
body#contact{
	color: #666666;
	background:#FFFFFF url(/images/white-bottom-bg.jpg) repeat-x 0 0;
}*/

#container {
		width: 1010px;
		margin:0 auto;

}

#header { height:115px; clear:both; }

#logoholder {
		width:345px;
		padding-left:65px;
		padding-top:10px;
		float:left;
}

#main-pic {
		text-align:center;
}
#main-pic img{
		border:5px solid #FFF;
}


/*
main top navigation
*/
#nav{ 
	padding-top:40px;
	padding-right:70px;
	width:400px;
	float:right;
}

#nav li {
	display:inline;
	padding:0;
	margin:0 auto;
}
	
#nav a:link,
#nav a:visited {
	text-align:center;
	color:#fff;
	padding-top:20px;
	float:right;
	width:92px;
	height:23px;
	text-decoration:none;
	font-size:130%;
	margin-right:25px;
	border-bottom:8px solid #727272;
}


.email a:link, .email a:visited{color:#fff;text-decoration:none;}
.email a:hover, .email a:active{color:#ccc;text-decoration:underline;}

/*
active tabs
*/
#home #nav-home a,
#services #nav-services a,
#contact #nav-contact a {
	border-bottom:8px solid #F94506;
}
#nav a:hover,#nav a:active {
	border-bottom:8px solid #F94506;

}

h1 {font-size:170%; margin-left:63px; margin-top:20px; }
h2 {font-size:120%; color:#fcc300; }

#left-half {
	width:400px;
	float:left;
	margin-left:63px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.3em;
	text-align:justify;
}
#right-half {
	width:400px;
	float:right;
	margin-right:63px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.3em;
}

#contact-left-half {
	width:400px;
	float:left;
	margin-left:63px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.3em;
	border:1px solid #999;
	padding:10px 10px 0 10px;
}
#contact-left-half table {
	margin:0 auto;
}
#contact-left-half td{
	padding:10px 0 0 0;

}
.text-box {
	width:310px;
	font-size:16px;
	border:1px solid #666;
}

#contact-right-half {
	width:400px;
	height:300px;
	float:right;
	margin-right:63px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.3em;
	border:1px solid #999;
}

#full-width {
	width:884px;
	float:left;
	margin-left:63px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.3em;
}

.contact-bold-text {
	color:#fcc300;
	font-size:105%;
	font-weight:bold;
}

.submit-button {
	background:#4f4f4f;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	border:1px #333 solid;
}

#footer {
	width:956px;
	height:20px;
	clear:both;
	margin:0 auto;
	border-top:2px solid #CCC;
	font-size:90%;
	text-align:right;
	padding-top:10px;
}

.imageborder {
	border:5px solid #fff;
}
