@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
}
html {
	    margin:0; 
	    padding:0; 
}
/* Body - Wrapper and Typpography ---------------------------------------- */
body {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	background: #1a1a1a;
	font-size: 11px;
	color:#252525;
}
#pagecontainer {
	position:relative;
	float:left;
	background: url(images/bg.gif) repeat-x;
	height: auto;
	width: 100%;
}
.headtitle {
	text-align:center;font-weight:normal;
	font-size: 20px;
	color: #fff;
	width: 900px;
	height: 32px;
	padding: 20px 0 0 0;
}
.title {
	font-size: 20px;font-weight:normal;
	text-shadow:0 2px 4px #fff;
	color: #252525;
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
	width: auto;
}
/* Header ------------------------------------------------------------------ */
#homeheader {
	position:relative;
	background: url(images/home-back.gif) repeat-x;
	height: 450px;
	width: 100%;
}
#homeheadercontent {
	position:relative;
	margin: 0 auto;
	height: 450px;
	width: 900px;
}

#header {
	position:relative;
	background: url(images/header-all.gif) repeat-x;
	height: 241px;
	width: 100%;
}
#headercontent {
	position:relative;
	margin: 0 auto;
	height: 241px;
	width: 900px;
}

#logo {
	position:relative;
	float:left;
	background: url(images/logo.gif) no-repeat top;
	height: 118px;
	width: 900px;
}
/* Navigation ------------------------------------------------------------ */
#navholder {
	position:relative;
	float:left;
	height: auto;
	width: 900px;
	margin: 0 auto;
}
#navholder .inner {
	position:relative;
	background:transparent url(images/nav-inner.gif) no-repeat scroll 0 0;
	margin: -6px auto 0 auto;
	text-align:center;
	width:770px;
	height: 10px;
	z-index: 1;
}
ul#nav {
	position:relative;
	margin: 0px auto 0 auto;
	height:50px;
	width:663px;
}
#nav li{
	list-style-type:none;
	display:inline;
}
#navholder ul#nav a:link, #navholder ul#nav a:visited {
	background-image:url(images/navs.gif);
	color:#fff;
	float:left;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	height:44px;
	line-height:44px;
	margin-left:2px;
	text-align:center;
	width:108px;
	text-decoration:none;
}
ul#nav a#homepage {
	margin-left:1px;
}
#navholder ul#nav a.current, #navholder ul#nav a.current:hover {
	background-position:0 -88px;
	color:#fff;
	height:50px;
	position:relative;
	z-index: 99;
}
#navholder ul#nav a:hover {
	background-position:0 -44px;
}
/* Homepage -------------------------------------------------------------- */
#flash {
	position:relative;
	float:left;
	margin: 17px 0 0 0;
	padding: 0;
	height: 230px;
	width: 620px;
}
#flashtext {
	position:relative;
	float:left;
	background: url(images/home-text.gif) no-repeat;
	height: 270px;
	width: 276px;
	z-index: 3;
}
/* Main ------------------------------------------------------------------ */
#pagecontent {
	position:relative;
	margin: 0 auto;
	height: auto;min-height:590px;
	width: 910px;
}
#left {
	position:relative;
	float:left;
	height: auto;
	width: 590px;
}
#left p {
	line-height: 18px;
	padding: 0 10px 15px 5px;
}

#left td {line-height: 18px;
	padding: 0 10px 15px 5px;
	}
	
#pagecontainer #pagecontent #left p a, a:visited {
	color:#0e8aca;
	font-weight:bold;
	text-decoration:none;
}
#pagecontainer #pagecontent #left p a:hover {
	color:#252525;

}
#right {
	position:relative;
	float:right;
	background: url(images/right-back.gif) no-repeat top left;
	height: 500px;
	width: 280px;
	z-index: 4;
}
#right p {
	text-align:left;
	line-height: 18px;
	padding: 0 20px 15px 25px; _padding-left:52px;
}
/* UVL ---------------------------------------------------------------- */

#featured {
	float: left;
	position:relative;
	width: 200px;
	height: 175px;
	padding: 40px 0 0 0;
	margin: 0 0 0 20px;
	background: url(images/feature-back.gif) no-repeat;
}
#inlineFirst {
	margin: 0 0 0 20px;
}
#inlineSecond {
	margin: 0 0 20px 0;
}
/* Table -------------------------------------------------------------- */
table {
	width: 585px;
}
input {
	
}
textarea {
	height: 50px;
	width: 400px;
}
.send {
	width: 100px;
}
.tabletitle {
	font-size: 18px;
	color: #252525;
}
/* Footer ---------------------------------------------------------------- */
#footer {
	position:relative;
	float:left;
	background: url(images/footer.gif) repeat-x;
	height: 188px;
	width: 100%;
}
#footercontainer {
	position:relative;
	margin: 0 auto;
	height: 50px;
	width: 900px;
}
#footerdetails {
	color:#fff;
	position:relative;
	float:left;
	height: 50px;
	width: 500px;
}
#footerdetails p{
	line-height: 16px;
	padding: 5px 0 10px 0;
}
#cards {
	position:relative;
	float:left;
	background: url(images/credit-cards.gif) no-repeat right;
	height: 103px;
	width: 400px;
	padding: 5px 0 0 0;
}

body#intro #t-intro a {	background-position:0 -88px;
	color:#fff;
	height:50px;
	position:relative;
	z-index: 99;}
