/*
	(1) html elements
	(2) structures
	(3) formatting for structures
	(4) general purpose */

/************************************************
	(1) html elements 
*************************************************/
body {
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #3b67ae;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size: 1.4em;
	text-transform:uppercase;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}


th {
	background-color: #E4D7C1;
	font-weight: bold;
}


form {
	display: inline;
	margin: 0;
}

/************************************************
	(2) structures
*************************************************/
#main {
	width: 976px;
	margin: 0 auto;
	padding: 0;
}

#masthead {

}

#logo {
	padding: 6px 0 10px 6px;
	float: left;
	width: 183px;
}

#nav {
	float: left;
	width: 787px;
}

#content-wrapper {
	/**background: transparent url(../../images/bg_content-wrapper.gif) 0 0 repeat-y;**/
	margin-top: 2px;
	padding-top: 0px;
}

#resources {
	background: transparent url(../../images/bg_resources.gif) 0 0 no-repeat;
	background-color:#C6D1E6;
	width: 170px;
	padding: 16px 30px;
	height:100%;
	vertical-align:top;
}

#content {
	padding-left: 10px;
	padding-top: 5px;
	color: #616161;
	vertical-align:top;
	float: right;
	width: 735px;
}

#footer {
	background: transparent url(../../images/bg_footer.gif) 0 0 repeat-x;
	color: #7b7b7b;
	margin-bottom: 10px;
}
/************************************************
	(3) formatting for structures
*************************************************/


/* logo */
#logo img {
	display: block;
}

#nav #newsletter {
	list-style: none;
	margin: 0;
	float:left;
	padding:23px 0 0 150px;
	clear: both;
}
.signup {
	font-size:95%;
}
/* utility-nav */
#nav #utility-nav {
	list-style: none;
	margin: 0;
	padding: 23px 0 0 0;
	float: right;
	clear: both;
	font-size:90%;
}

#nav #utility-nav li {
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
}

#nav #utility-nav li.last {
	padding-right: 0;
}

#nav #utility-nav li a {
	color: #000;
	text-decoration: none;
	padding-right: 5px;
}


/* content-wrapper */
#content-wrapper ul {
	margin: 5px 0 0 16px;
	padding-left: 0;
}


#navtop {
	background:url(../../images/bg-nav.jpg) no-repeat right;
	height:2px;
	float: right;
	width: 770px;
	margin-top:11px;
}

/* resources */
#resources h3 {
	margin-bottom: 10px;
}

#resources p {
}



/* footer */
#footer ul {
	list-style: none;
	margin: 0 0 0 12px;
	padding: 5px 0 0 0;
	height: 25px;
}

#footer ul li {
	margin: 0;
	padding: 0 4px 0 0;
	display: inline;
}

#footer ul li a {
	margin-right: 4px;
	color: #7b7b7b;
	text-decoration: none;
}

#footer form {
	float: right;
	padding: 2px 3px 0 0;
}

#footer input {
	border: 1px solid #cacaca;
	background-color: #eee;
	height: 14px;
	width: 90px;
}

#footer label {
	color: #7b7b7b;
}

#footer p {
	margin: 0;
	text-align: right;
	color: #5c5c5c;
	font-size: .9em;
}

#content-wrapper-top {
	margin-top: 0px;
	border-top: 2px #3B67AE solid;
}
#splash {
	clear:both;
	border:0;
	height:325px;
	margin-top: 5px;
}

#splash img {
	margin-top: 2px;
	/*border-top:2px #3B67AE solid;*/
}
/************************************************
	(4) general purpose
*************************************************/


/* table.products */
table.products {
	margin-bottom: 25px;
	width: 100%;
}

table.products td.prod {
	vertical-align: top;
}

table.products td.prod-description {
	padding: 30px 10px 0 10px;
	font-size: .9em;
	vertical-align: top;
}

table.products td.prod-description p {
	margin-top: 0;
}

table.products td.separator {
	background: transparent url(../../images/bg_dots_separator_vert.gif) top right repeat-y;
}



/* table.featured-product */
table.featured-product {}

table.featured-product td {
	background: transparent url(../../images/bg_dots_separator_horz.gif) top left repeat-x;
	padding-top: 15px;
}

table.featured-product td.prod {
	padding-right: 30px;
}

table.featured-product td.prod {
	padding-right: 30px;
}

table.featured-product td.prod-description {
	padding-right: 150px;
}



/* utilities */
.clear {
	clear: both;
}

.pad-left {
	padding-left: 10px;
}
.pad-right {
	padding-right: 10px;
}


/*picture roll-over*/

#pic {
	left: 10px;
	position: relative;
	top: 10px;
	width: 125px;
	height:125px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	display: block;
	height: 100px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 125px;
}

#pic a.p1:hover {
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #3B67AE;
	display: block;
	height: 400px;
	left: 150px;
	position: absolute;
	top: -200px;
	width: 500px;
}

.img-right {
	border:#999999 solid 1px; padding:3px; float:right; margin:5px;
}

.img-left {
	border:#999999 solid 1px; padding:3px; float:left; margin:5px;
}

.img-regular {
	border:#999999 solid 1px; padding:3px; margin:5px;
}

ul.sitemap {
	list-style: disc url(../img/dash.gif) inside;
	padding-bottom: 5px;	
}

#social-networking {
	position:relative;
	float: left;
	width: 976px;
	color: #7b7b7b;
	padding-top:0px;
	font-size:95%;
	margin-bottom: 15px;
	line-height: 14pt;
}

#social-networking hr {
	width: 100%;  
	height: 1px;  
	border: 0;  c
	lear: both; /* puts the hr below floated content */  
	margin: 0.625em auto 1.1em auto; 
	color: #ddd;  
	background-color: #ddd; 
}
#twitter_div_blogger ul {
	padding-left: 0px;
	margin-left: 0px;
}

#twitter_div_blogger ul li {
	padding-left: -15px;
}