* {
    font-family: "Helvetica","Tahoma","Verdana",sans-serif;
}

body {
	padding: 0;
	margin: 0;
	background-color: #7F7F7F;
	background-repeat: no-repeat;
	min-height: 100%;
	border: 2;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	overflow: scroll;
}

a {
		color: #1e3664;
}

a:hover {
		color: #6f91b2;
}

#main {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 100%;
}

#body {
    margin: 20px 0;
}




#utilities {

}

#header {
    position: relative;
    height: 80px;
    width: 900px;
background-image: url(images/home_banner.jpg);
background-repeat: no-repeat;
}

#header h1 {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

#navigation {

}




#content {
	font-size: 14pt;
	width: 850px;
	margin: 0 auto;
	min-height: 300px;
}

#content h2 {
    font-size: 1.2em;
    margin: 15px 5px;
}

#content h3 {
    font-size: 1.1em;
    margin: 15px 5px 25px 5px;
		color: #1e3664;
		font-weight: normal;
}

#content h4 {
    font-size: 1em;
    margin: 15px 5px;
		color: #d52c39;
		text-transform: uppercase;
}

#content p {
    margin: 10px;
    line-height: 1.2em;
}

#content p.spotlight {
    font-size: 14pt;
		line-height: 16pt;
		color: #1e3664;
}

#content p a {

}






table.productlist tr td,
table.productlist tr th {
    font-size: 10pt;
		line-height: 14pt;
		color: #1e3664;
}


dl.productinfo dt {
    padding: 5px;
    font-weight: bold;
}

dl.productinfo dd {
    padding: 5px;
    margin: 0 0 10px 10px;
   /* width: 550px;*/
    line-height: 1.2em;
}




form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 10px;
    border: 0;
}

fieldset input[type="text"] {
    font-size:14px;
    font-weight:bold;
    margin-bottom:3px;
    padding:3px;
    width: 250px;
}


.pagination {
		border-bottom: 1px dotted #6f91b2;
		margin-bottom: 25px;
}

.pagination ul {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-weight: bold;
}

.pagination ul li {
    display: inline;
    padding: 2px 5px;
    margin: 0 2px;
    text-align: center;
}

.pagination ul li a img {
    vertical-align: bottom;
}

.pagination ul li.spacer {
    border: 0 solid black;
}

.pagination ul li.current {
    background-color: #ffffff;
		color: #6f91b2;
}

.pagination p {
    text-align: left;
    color: #6f91b2;
    font-size: 11pt;

}

.pagination form fieldset {
    padding: 0;
    margin: 0;
}

.pagination form fieldset p input {
    font-size: 10pt;
    font-weight: normal;
}

#footer {
    background-image: url(images/img7.jpg);
		background-repeat: no-repeat;
    
    padding: 20px 25px 10px 15px;
    height: 2em;
    line-height: 2em;
    font-size: 0.7em;
    color: #6f91b2;
		text-align: right;
		
}


.loginerror {color: red;

}
