/* 
Title:   EJT Studios stylesheet for screen media
Author:  EJT Studios Ltd, www.ejtstudios.com
Updated: 21 June 2007
*/
body {
	margin: 0; 
	padding: 0;
	border: 0;
	background-color: #c1c1c1;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
	}
input, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#page { 
	position: relative;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 752px;
	}
a:link {
	color: #369;
	text-decoration: none;
	border-bottom: 1px solid #c0c0c0; 
	}
a:visited {
	color: #6699cc;
	text-decoration: none;
  border-bottom: 1px solid #c0c0c0; 
  }
a:hover { 
	color: #002299;
	border-bottom-color: #666;
}
a.image, a.image:link, a.image:visited, a.image:active, a.image:hover {
	text-decoration: none;
	border-bottom: none; 
	}
img { 
	border: none; 
	}
.hide { 
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
	}
kbd {
	font-family: courier, monospace;
	color: #000;
	background-color: #f5f5f5;
	border-top: solid 1px #ccc;
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;
	border-left: solid 1px #ccc;
	padding: 0 2px 0 2px;
	}
address {
	font-style: normal;
	margin: 1em 0 2em;
}

/* Header 
-------------------------------------- */
#header {
	margin: 0;
	padding: 26px 0 0 29px;
	height: 134px;
	background: #0F6996 url(/images/header.jpg);
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	color: #fff;
	}
#header h1 {
	margin: 0;
	height: 0;
	font-size: 2em;
}
#header h2 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
#header #logo, #header #tel {
	margin: 0;
	display: block;
	padding: 0;
	border-style: none;
}
#header #logo img, #header #tel img {
	display: block;
	width: 0;
	text-indent: -9999px;
}
#header #logo {
	background: url(/images/logo.gif) no-repeat;
	float: left;
	width: 135px;
	height: 118px;
}
#header #tel {
	background: url(/images/tel.gif) no-repeat;
	float: right;
	width: 164px;
	height: 21px;
	margin: 6px 36px 0 0;
}
#header #tagline {
	position: absolute;
	top: 126px;
	right: 0;
	margin: 0 43px 0 0;
	}


/* Horizontal Nav
-------------------------------------- */
#nav {
	background: #fff url(/images/content.gif);
	padding: 1px 14px 0;
	height: 34px;
}
#nav ul {
	background: #C4CEE3 url(/images/navoff.gif);
	float: left;
	width: 724px;
	height: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	border-top: 1px solid #7D8397;
	border-bottom: 1px solid #6D768E;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
	background: url(/images/navdiv.gif) no-repeat top right;
}
#nav a {
	float: left;
	padding: 8px 15px;
	text-decoration: none;
	color: #444;
	border: none;
}
#nav a:hover, 
body#home #t-home a, 
body#services #t-services a, 
body#aboutus #t-aboutus a, 
body#contactus #t-contactus a {
	background: #DDE3EF url(/images/navon.gif);
}


/* Content
-------------------------------------- */
#content h2 {
	margin: 2em 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #036;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
}
#content .featurelist li {
	margin-bottom: 1em;
}

/* Content (1 Column)
-------------------------------------- */
.onecol #content {
	line-height: 1.6em;
	background: #fff url(/images/content.gif);
	padding: 0 30px;
	}
.onecol #contentheader {
	height: 31px;
	background: url(/images/contentheader.gif) top repeat-x;
	margin: 0 -15px -2em;
	}
.onecol #contentfooter {
	height: 70px;
	background: url(/images/contentfooter.gif) bottom repeat-x;
	margin: 0 -15px;
	}

/* Content (2 Column)
-------------------------------------- */
.twocol #content {
	line-height: 1.6em;
	background: #fff url(/images/content2col.gif) repeat-y;
	}
.twocol #contentheader {
	height: 31px;
	background: #fff url(/images/content2colhead.jpg);
	margin: 0 14px -24px 14px;
	}
.twocol #contentfooter {
	height: 31px;
	background: #fff url(/images/content2colfoot.jpg);
	margin: 30px 14px 0 14px;
	}
.clearing {
	height: 0;
	clear: both;
	}
/* Main Column (2 Column)
-------------------------------------- */
.twocol #main {
	float: left;
	width: 534px;
	}
.twocol #maincontent {
	margin: 0 15px 0 30px;
	}
/* Sidebar (2 Column)
-------------------------------------- */
.twocol #sidebar {
	width: 218px;
	float: right;
	font-size: 0.9em;
	}
.twocol #sidebarcontent {
	margin: 0 24px 0 10px;
	}
.twocol #sidebar h2 {
	margin: 2.3em 0 0;
	padding-bottom: 0;
	border-bottom: none;
	color: #036;
}
.twocol #sidebar .featurelist {
	list-style-type: none;
	padding-left: 0;
}
.twocol #sidebar .featurelist li {
	margin-bottom: 0.5em;
}


/* Language List
-------------------------------------- */
#languagelist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#languagelist li {
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2em;
}
#languagelist #fr {
	background-image: url(/images/flag_fr.gif);
}
#languagelist #de {
	background-image: url(/images/flag_de.gif);
}
#languagelist #it {
	background-image: url(/images/flag_it.gif);
}
#languagelist #es {
	background-image: url(/images/flag_es.gif);
}

/* Accolades
-------------------------------------- */
#accolades {
	width: 184px;
	position: absolute;
	bottom: 140px;
	text-align: center;
}
#accolades a {
	color: #000;
	border: none;
}

/* Footer
-------------------------------------- */
#footer {
	font-size: 10px;
	padding: 10px 30px 0 30px;
	height: 57px;
	background: #0F6996 url(/images/footer.jpg);
	text-align: left;
	line-height: 1.5em;
	color: #ddd;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
#footer a {
	color: #eee;
	}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
#legal {
	float: right;
	}

/* Forms
-------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	font-size: 90%;
}
form .text, form .textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #bbb;
	background-color: #f9f9f9;
	color: #444;
}
form .text {
	width: 250px;
}
form .textarea {
	width: 400px;
}
form .error {
	color: #e44;
	font-size: 90%;
	background: url(/images/stop16.gif) 0 1px no-repeat;
	padding: 2px 0 2px 17px;
}

/* Access Key List
-------------------------------------- */
#keylist {
	list-style-type: none;
	padding-left: 2em;
}

