@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f6f1;
	font-size: 11pt;
}

body{
	width: 770px;
	margin: 0 auto 0 auto;
}


.content{
	width: 740px;
	height: auto;
	float: left;
	padding: 10px 0 0 0;
}

.mcontent{
	width: 750px;
	height: auto;
	float: left;
	padding: 10px;
}

.icontent{
	width: 750px;
	height: auto;
	float: left;
}

.float_left{
	float: left;
}

/* SP Text Styles */

.title{
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

.big_text_highlighted{
	width: 58px;
	height: auto;
	float: left;
	padding: 5px;
	background: #dedede url(images/text-big-bg.jpg) no-repeat center;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-right: 10px;
}

.regular_para{
	margin: 0 0 10px 0;
	padding: 0;
}

.fontGeorgia{ font-family: Georgia, "Times New Roman", Times, serif; }
.fontTrebuchet{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
.fontHelvetica{ font-family: Helvetica, Arial, sans-serif; }

.fs_40pt{ font-size: 40pt; }
.fs_25pt{ font-size: 25pt; }
.fs_20pt{ font-size: 20pt; }
.fs_15pt{ font-size: 15pt; }
.fs_17pt{ font-size: 17pt; }
.fs_12pt{ font-size: 12pt; }
.fs_30pt{ font-size: 30pt; }
.fs_10pt{ font-size: 10pt; }
.fs_8pt{ font-size: 8pt; }

.col_666{ color: #666666; }
.col_000{ color: #000000; }
.col_CC0000{ color: #CC0000; }
.col_575134{ color: #575134; }
.col_114fa3{ color: #114fa3; }
.col_FFF{ color: #FFF; }
.col_a98817{ color: #a98817; }
.col_ff6600{ color: #ff6600; }

.padtop_25px{
	padding: 25px 0 0 0;
}

.mr_10px{ margin-right: 10px; }

.niagrax_pbg_01{
	width: 577px;
	height: 51px;
	float: left;
	background: url(images/niagrax-bg.jpg) no-repeat bottom;
	padding: 194px 32px 0 141px;
}

.niagrax_pbg_01_con, .niagrax_pbg_01_con_in{
	width: 750px;
	height: auto;
	float: left;
	background: url(images/niagrax-bg-mid-bg.jpg) repeat-y;
}

.niagrax_pbg_01_con_in{
	background: url(images/niagrax-bg-mid.jpg) no-repeat top;
}

.padded_content{
	width: 660px;
	height: auto;
	float: left;
	padding: 0 45px 0 45px;
}

/* Order Now */

.contents_order{
	width: 100%;
	height: auto;
	float: left;
	color: #1c5b97;
	font-size: 12px;
}

.contents_order a:link, .contents_order a:visited, .contents_order a:active{
	color: #666666;
}

#order_container{
	width: 715px;
	height: auto;
	float: left;
	border: 1px solid #FFFFFF;
	text-align: left;
	color: #FFF;
	padding: 10px;
}

.orc_side{
	width: 450px;
	height: auto;
	float: left;
}

.pvx_items:link, .pvx_items:visited, .pvx_items:active{
	width: 450px;
	height: auto;
	float: left;
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 1px;
	background: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.pvx_items:hover{
	border: 1px solid #AAA;
	background: #FBFBFB;
	text-decoration: none;
}

.shipping_info{
	width: 450px;
	height: auto;
	float: left;
	border: 1px solid #e3ebf3;
	padding: 10px;
	margin-top: 10px;
	background: #FFF;
	cursor: default;
	color: #1c5b97;
}

.checkout{
	padding: 8px;
	margin-top: 5px;
}

.text_embeded{
	border: none;
	background: url(images/dollar.gif) left center no-repeat;
	padding: 0 0 0 14px;
	font-weight: 500;
}

.grey{
	color: #777;
}

.font_medium{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
}

.spacedout{
	text-decoration: line-through;
}

.font_large_red{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #CC3300
}

.font_small{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.font_large{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 28px;
	color: #CC0000;
}

.regular_text_smaller{
	color: #333;
	font-size: 12px;
}

.font_big{
	color: #0550C5;
	font-size: 18px;
}

.support{float:left; margin:0 0 0 150px;}



#form{float:left; margin:25px 15px 0 0; width:350px;}

#inputArea
	{
	    background-color: #d6e5f4;
	    padding: 10px;
	    width:410px;
		float:left;
			}
	#inputArea input, #inputArea textarea
	{
	    margin-bottom: 5px;
	    display: block;
	    padding: 4px;
	    width: 325px;
		
	}

        .activeField
        {
            background-image: none;
            background-color: #ffffff;
            border: solid 1px #33677F;
        }
        


.formbutton {
cursor : pointer;
border : 1px outset #ccc;
background : #999;
color : #666;
font-weight : bold;
padding : 1px 2px;
background : url(images/formbg.gif) repeat-x left top;
margin-left:2px;
}