@charset "utf-8";
/* CSS Document */

a {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

table, tbody, tr, td{
	padding:0;
	margin:0;
	border-collapse:collapse;
}

img {
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}

.spacer {
	line-height:0.4em;
}

.spacerBig {
	height:40px;
}

.textBody {
	font-size:0.875em;
	color:#666;
	line-height:1.4em;
}

.textHeading {
	font-size:2.438em;
	font-weight:bold;
	color:#9C002F;
}

.textSubheading {
	font-size:1.375em;
	color:#666;
}

.textFormHeading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.438em;
	color:#FFF;
}

.textHeadingMedium {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.688em;
	color:#B21E38;
}

.textFormSubheading {
	font-size:1.0em;
	font-weight:bold;
	color:#607087;
}

.textFormCaption {
	font-size:1.125em;
	color:#FFF;
}

.textProductTitle {
	font-size:1.25em;
	font-weight:bold;
	color:#B21E38;
}

.textProductPrice {
	font-size:0.875em;
	font-weight:bold;
	color:#B21E38;
}

.textProductMenu {
	font-size:0.938em;
	font-weight:bold;
	color:#8292A2;
	margin:0 0 10px 0;
}

.textProductMenu a {
	text-decoration:none;
	color:#8292A2;
}
	

/* Top Containers & Content */

#topWrapper {
	width: 100%;
	margin: 0 auto;
	background-color:#0C223D;
	border-bottom:solid 1px;
	border-bottom-color:#092C4F;
	background-image:url(../images/site/header_bkg.jpg);
}

#topHeader {
	margin: 0 auto;
	width: 980px;
	height:99px;
}

#logo {
	margin:17px 0 0 0;
	width:600px;
	float:left;
}

#topNavWrapper {
	width: 100%;
	height:52px;
	background-image:url(../images/site/subhead_gradient_bkg.jpg);
	background-repeat:repeat-x;
}

#topNavBar {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	height:52px;
	list-style: none;
}


/* Slide Taba */

#slidetabsmenu {
float:right;
margin:1px 0 0 0;
height:41px;
color:#333;
font-size:0.938em;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 0;
padding:0 0 0 0;
}

#slidetabsmenu li{
	float:left;
	display: block;
	margin:0;
	padding:10px 0 0 6px;
}

#slidetabsmenu a {
float:left;
background:url(../images/site/sliderTabs_left.png) no-repeat left top;
background-position:0% -82px;
margin:0;
padding:0 0 0 10px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(../images/site/sliderTabs_right.png) no-repeat right top;
background-position:100% -82px;
padding:10px 30px 13px 20px;
font-weight:bold;
color:#999;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color:#CCC;
}

#slidetabsmenu #current a {
background-position:0 0px;
}

#slidetabsmenu #current a span {
background-position:100% 0px;
color: #333;
}

#slidetabsmenu a {
background-position:0 -82px;
}

#slidetabsmenu a:hover {
background-position:0% -42px;
}

#slidetabsmenu a:hover span {
background-position:100% -42px;
}

 


/* Bottom Containers and Content */

#bottomWrapper {
	margin: 0 auto;
	width:980px;
	padding: 28px 0 0 0;
}

.contentLeftColumn {
	float: left;
	width: 580px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}

.contentRightColumn {
	float: right;
}

.content {
	margin:0 0 25px 0;
}

#loginBox {
/*	height:372px;*/
	width:310px;
	background-color:#0C223D;
	background-image:url(../images/site/login_gradient_bkg.jpg);
	background-repeat:repeat-x;
	padding:16px 10px 0 34px;
}

#loginBoxBottom {
	height:10px;
	width:354px;
	background-image:url(../images/site/loginBox_bottom.gif);
	background-repeat:no-repeat;
}

#loginBox .label {
	font-size:0.875em;	
	color:#95A3B1;
	margin:0 0 10px 0;
}

.loginInput {
	height:21px;
	width:282px;
}

.contactInfo {
/*	margin:6px 0 8px 0;*/
	padding:6px 0 8px 0;
}

.contactInfo img {
	margin:0 14px 0 0;
	vertical-align:middle;
}

.product {
        background: none repeat scroll 0 0 #E4E1D6;
        border: 1px solid #CCCCCC;
        padding: 10px;
        margin-top: 25px;
        margin: 8px;
        width: 450px;
        float: left;
}
.productInner {
        background: none repeat scroll 0 0 #FFF;
        padding: 5px;
}

.productLeftColumn {
        float: left;
        width: 110px;
}

.productRightColumn {
        float: right;
        width: 330px;
}

.productDetails {
        margin:0 0 0 7px;
        padding:0 0 0 0;

        float:none;
}

#footer {
}

#footerWrapper {
	background:#fff url(../images/site/footer_bar.png) no-repeat;
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
	padding:40px 0 0 0;
}

.copyright {
	font-size:0.75em;
	color:#666;
	padding:0 0 0 43px;
}


/* Table Styles */
table a,
table a:link,
table a:visited {
	border:none;
	color:#004B85;
	text-decoration:none;
	font-weight: bold;
}		
table img {
	border:0;
	margin-top:.5em;
}	
table {
	width:100%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
}	
tr.odd td,
tr.odd .column1 {
	background:#f4f9fe url(../images/tableBackground.gif) no-repeat;
}	
.column1 {
	background:#f9fcfe;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
td {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}	
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#004B85;
}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
}	
tfoot th strong {
	font:bold 1.2em "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#004B85;
}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
#orderHistoryTable th, #proposalsTable th {
	cursor: pointer;
}


.section {
	cursor: pointer;
	color: #004B85
}
.section-content {
	display: none;
}

.halfR {
	float: right;
	width: 49.5%;
}
.halfL {
	float: left;
	width: 49.5%;
}
#notesContainer {
	display: none;
        background:#f4f9fe;
	border-top:1px solid #e3f1fe;
	margin: 10px 0;
	padding: 10px;

}
.note {
	cursor: pointer;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
.address {
	padding: 10px;
}
.orderHeader {
	font:bold 1em/1.1em "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#004B85;
}
.orderRecap {
	margin: 0 0 20px 0;
}
.orderOptions {
	margin: 3px 0 3px 30px;
}
.spacer-20 {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
        line-height: 0;
        height: 0;
	padding-top: 20px;
}
a.contactEmail {
	color: #fff;
}

#fancy_title table, 
#fancy_title caption, 
#fancy_title tbody, 
#fancy_title tfoot, 
#fancy_title thead, 
#fancy_title tr, 
#fancy_title th, 
#fancy_title td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* ---- Search ---- */

#searchwrapper {
	float: right;
	width:205px; /*follow your image's size*/
	height:33px;/*follow your image's size*/
	background: url(../images/site/searchBox.gif) no-repeat 0 0;
	padding:0px;
	margin: 36px 0 0 0;
	position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:7px;
	left:9px;
	width:153px;
	height:23px;
}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:4px;
	left:164px;
	width:37px;
	height:29px;
}

.contactInfo div.image {
        float: left;
        width: 64px;
        height: 64px;
        text-align: center;
}
.contactInfo p {
        font-size: 16px;
        font-weight: bold;
}

.pagination {
	margin-left: 8px;
}
.disable {
	margin-left: 8px;
}

.goback {
        margin: 0!important;
}

.productImageContainer {
        float: right;
        padding: 0px 0px 10px 30px;
        text-align: center;
}


