html {
	}
	
body {
	margin: 0px auto;
	text-align: center;
	background-image: url(../assets/images/bg/bg_r1_c6.jpg);
	background-repeat: repeat-x;
	background-color: #9B9EAE;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	text-decoration: none;
	color: #003399;
	background: transparent;
	}

a:visited {
	text-decoration: none;
	color: #003399;
	background: transparent;
	}

a:hover {
	text-decoration: underline;
	color: #003399;
	}

a:active {
	text-decoration: none;
	color: #003399;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;	}

h1 {
	font-size: 15px;
	margin-bottom: 0.25em;
	margin-top: 0px;
	}

h2 {
	font-size: 12px;
	margin-top: 0.1em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0em;
	}

h3 {
	font-size: 11px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #000000;
	}
	
h4 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #666666;
	font-weight: normal;
	}
	
.em {
	width: 10em;
	}

p {
	margin-top: 0;
	line-height: 1.5em;
	font-size: 12px;
	}
	
blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: left;
	font-size: 8px;
	}
	
ul {
	list-style-type: none;
	padding: 0px;
	font-size: 11px;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	}

li {
	margin-bottom: 0.5em
	}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: none;
	}

/* Form */

form {
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

form h2 {
	font-size: 11px;
	color: #333333;
	padding-bottom: 7px;
}
	
form h3 {
	font-size: 11px;
	color: #0D0D0D;
	padding-bottom: 5px;
}
	
form p {
	font-size: 11px;
	margin-bottom: 0px;
}

div.block {
	display: block;
	height: 30px;
}

label {
	font-size: 11px;
	color: #333333;
	display: block;
	float: left;
	width: 8em;
	margin-right: 0.5em;
	line-height: 2em;
}

.shortlabel{
	width: 3em;
	display: inline;
}
	
input {
	margin-bottom: 7px;
}

.button {
	margin-left: 90px;
	cursor:pointer;
}
	
select {
	display: block;
	margin-bottom: 7px;
}
	
textarea {
	display: block;
	margin-bottom: 7px;
}
	
.inline {
	float: left;
	margin-right: 10px;
	}
	
/* FIXES ------------------- */

#bodywrap {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../assets/images/bg/bg_r3_c2.jpg);
	}

.dot {
	clear: both;
	content: "."
	margin-bottom: 0px;
	color: #FFFFFF;
	height: 20px;
	margin-bottom: 0px;
	}
	
/* PAGE COMPONENTS ------------------- */

#login {
	}

/* Masthead */

#masthead {
	display: none;
	}

	
/* Nav Bar */

#navbar {
	display: none;
	}
	
/* Left Column */

#leftcolumn {
	margin: 7px 20px 20px 1px;
	float: left;
	}
	
#leftcolumn h1 {
	font-size: 14px;
	margin-bottom: 0em;
	padding-bottom: 5px;
	}
	
#leftcolumn form {
	padding-left: 10px;
	}

#leftcolumn p {
	font-size: 12px;
	
	}
	
/* Right Column */

#rightcolumn {
	display: none;
	}
	
/* Menu */

input.icon {
	display: inline;
	vertical-align: bottom;
	}

#menu p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 0em;
	font-weight: bold;
	padding: 6px 0px 0px 10px;
	}
	
#menu ul {
	margin: 0em 0px 0em 10px;
	}
  
#menu a {
	text-decoration: none;
	display: block;
	}
  
#menu a:hover {
	text-decoration: underline;
	}

.sub a {
	font-size: 11px;
	margin-bottom: 5px;
	padding-left: 7px;
	}
	
/* Right Column */

#rightcolumn {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	}


#centercolumn {
	margin-left: 205px;
	width: 735px;
	}
	
/* Bottom Footer */
	
#footer {
	display: none;
	}
	
/* Bread Crumbs*/
	
#breadcrumbs p {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	}
	
/* Products*/
	
	
/* Box */

.box {
	border: 1px solid #333333;
	padding: 3px;
	width: 203px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.box img {
	border: 1px solid #666666;
	}
	
.box p {
	font-size: 11px;
	}
	
/* Member Alert */
	
.alert {
	float: right;
	width: 165px;
	border: 1px dotted #C7BDAE;
	margin-bottom: 10px;
	margin-left: 15px;
	}

.alert h1 {
	background-color: #1E2F4B;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 13px;
	}
	
.alert p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	}
	
/* IMAGE STYLES -------------------- */
	
img.bullet {
	display: inline;
	vertical-align: middle;
	}

.banner {
	margin-bottom: 15px;
	}
	
.thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
	padding: 3px;
}

.thumbnail img {
}

.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

/* FONT STYLES -------------------- */

.greytext {
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.smalltext {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.dateline {
	color: #444444;
	margin-top: 1em;
	margin-bottom: 0em;
	}
	
.byline {
	color: #444444;
	margin-bottom: 1em;
	}
	
.teaser {
	color: #444444;
	margin-bottom: 1em;
	}
	
.source {
	color: #666666;
	text-align: right;
	font-size: 10px;
	margin-top: -0.1em;
	}
	
.credit {
	color: #666666;
	text-align: right;
	font-size: 9px;
	margin-top: -0.1em;
	margin-bottom: 0;
	padding-right: 3px;
	}
	
.caption {
	color: #333333;
	font-size: 9px;	}
	
.quote {
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	font-size: 11px;
	padding-top: 10px;
	line-height: 1.3em;
	}
	
.red {
	color: #BD0000;
	font-weight: bold;
	}	
	
/* MISC STYLES -------------------- */

.top {
	padding-top: 15px;
	}
	
.bottom {
	padding-bottom: 15px;
	}
	
.center td {
	vertical-align: middle;
	}
	
/* List tables */
	
.specs h3 {
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	}
	
.specs label {
	color: #666666;
	font-size: 10px;
	}
	
.specs p {
	color: #000000;
	font-size: 10px;
	}

.specs li {
	color: #333333;
	font-size: 10px;
	}
	
/* List tables */
	
.list {
}

.list td	{
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	}
	
.label td	{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	}
	
.c1 td {
	background-color:#F6F6F6
	}
	
.c td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BABABA;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BABABA;
	}
	
.cleanlist td	{
	padding: 4px 4px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	}



.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	padding: 5px;
	margin-left: -5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2652A9;
	color: #1A1A1A;
	margin-bottom: 5px;
	}
	
/*
	
.c1 {
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../assets/images/house/lable_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px 0px 0px 2px;
	padding: 4px;
	font-size: 11px;
	color: #333333;
	}
*/

.detail {
	padding-top: 10px;
}

.listing {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 745px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.iconlist {
	float: right;
	background-image: url(../assets/images/toolbox/toolbox_r3_c1.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	width: 182px;
	margin-left: 20px;
	}

.icon_listb {
	background-image: url(../assets/images/toolbox/toolbox_r5_c1.jpg);
	height: 6px;
	}

.icon_listt {
	background-image: url(../assets/images/toolbox/toolbox_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 25px;
	}
	
.iconlist p {
	padding-right: 5px;
	padding-left: 10px;
	}

.divider {
	background-image: url(../assets/images/house/divider.jpg);
	background-repeat: repeat-x;
	height: 15px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

.tip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin-right: 25px;
}

.edittip a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	float: right;
	margin-right: 5px;
}
.add {
	margin-top: 5px;
	margin-bottom: 1px;
	font-size: 10px;
}
.title {
	font-size: 16px;
}

#imagecolumn {
	float: left;
	width: 175px;
	}
	
#imagecolumn img{
	width: 175px;
	}
	
#copycolumn {
	margin-left: 200px;
	}
	
.subtitle {
	font-size: 12px;
	margin-bottom: 5px;
	color: #333333;
	}
	
.status {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	width: 520px;
	}
.error {
	color: #CC0000;
	font-weight: normal;
}
.subhead {
	padding-top: 3px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 2px;
	background-color: #FBFCFF;
	}

.numbertext {
	margin-left: 45px;
	}

.number {
	float: left;
	}
/* End hide from IE-mac */
.note {
	font-size: 10px;
	color: #999999;
}
.bold {
	font-weight: bold;
}
/* Gallery */

.gallery {
	float: left;
	width: 125px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 20px;
	text-align: left;
	}
	
.gallery a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	}
	
.gallery img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.gallery h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
	}
	
.gallery h2 {
	color: #666666;
	font-size: 11px;
	}
	
.print_hide {
	display: none;
}
