/* Reset */

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, 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, img
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

td { border: solid #ccc 1px; border-width: 1px 0px 0px 0px }

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;
}*/

table { text-align: left }



/* Generic */
body {
	margin: 0px;
	padding: 0px;
	background: url(images/pg-bg.jpg) repeat-x;
	font: 12px/14px Arial, Helvetica, sans-serif;
	
}
p {
	margin-bottom: 17px;
}
img {
	border: none
}
.mainframe {
	width: 869px;
	margin: 0px auto
}
.clear {
	clear: both
}


/* Top Section */
.logo {
	background: url(images/logo.jpg) no-repeat;
	height: 126px
}
.loginbox {
	padding-left: 329px;
	width: 416px;
	padding-top: 7px
}
input {
	width: 126px;
	height: 17px;
	float: left;
	border: solid #fff 1px;
	margin-left: 24px;
	color: #a7a7a7;
	margin-right: 12px
}
form.link {
	margin:0;
	padding:0;
}
.link button {
	margin:0;
	padding:0;
	border:0;
	background:0;
	font-size:1em;
	color:#00f;
	text-decoration:underline;
	cursor:pointer;
	width: 76px;
}
.link button:hover, .link button:focus {
	color:#c00;
}


/* Main Section Left */
.mid { background:url(images/mid-bg.jpg) repeat-y }

.leftsection {
	width: 642px;
	float: left;
	background: url(images/left-bg.jpg) repeat-y
}


/* Main Section Right */
.rightsection {
	width: 227px;
	float: right;
	background: url(images/right-bg.jpg) repeat-y;
}
.lefttext {
	padding-left: 40px;
	padding-right: 31px;
}
.righttext {
	width: 194px;
	margin: 11px 24px 0 9px
}
.smallget {
	margin-bottom: 23px
}
.samplesite {
	margin-top: 38px;
	margin-bottom: 21px
}
.service {
	background: url(images/service.jpg) no-repeat top;
	padding-top: 89px;
	color: #263544;
	padding-bottom: 33px
}


/* Footer Section */
.footer {
	background: url(images/bottom.jpg) no-repeat;
	height: 49px
}
