
* {
	margin:0;
	padding:0;
}

body {
	background: url(images/background2.gif) repeat top left;
	font-family: verdara, arial, sans-serif;
	font-size: 100%;
}

a {
	color: #0450b2;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 926px;
}

#top {
	background: url(images/header_top.gif) no-repeat #fff top left;
	height: 30px;
}

#top td {
	padding: 5px 3px;
	font-size: .8em;
}

#top td a {
	text-decoration: underline;
	color: #353597;
	font-weight: bold;
}

#header {
	background: url(images/header_top_line.jpg) repeat-x #fff top left;
	height: 250px;
}

#header .topmostmenu {
	height: 22px;
	text-align: right;
	background-color: #fe3;
}

#header ul {
	list-style-type: none;
	text-align: right;
}

#header ul li {
	float: right;
	margin-left: 5px;
}

#header ul li a {
	font-size: .8em;
	color: #353597;
	text-decoration: none;
	padding-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#header #logo {
	/*background: url(images/rocket-banner-logo.png) no-repeat 35px 0px;*/
	width: 100%;
	padding-top: 0px;
	padding-bottom:5px;
}

#header #logo table {
	/*margin-top:35px;*/
	margin-top: 3px;
}

#header #banner {
	background: url(images/colon.jpg) no-repeat 175px 0px;
	height: 50%;
	padding-top: 0px;
}

#header #banner h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #808080;
}

#header #banner td.welcome {
	padding-left: 20px;
	padding-top: 5px;
	font-size: .8em;
}

#header #banner td.welcome a {
	text-decoration: none;
	padding-top: 10px;
	color: #0450b2;
	font-weight: bold;
}


#topmenu_bar {
	background: url(images/sub_header_line) repeat-x top left;
	height: 26px;
	background-color: #fff;
	border-top: 1px solid;/*loc add more*/
	border-top-color:#333333;
	border-bottom: 1px solid;
	border-bottom-color:#333333;
}

#topmenu_tab_bar {
	height: 70px;
	background-color: #fff;
	text-align: center;
}

ul.topmenu {
	list-style-type: none;
}

ul.topmenu li {
	float: left;
	width: 17%;
	height: 13px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	/*text-transform:uppercase;*/
	margin-top: 6px;
	background: url(images/sub_header_bar_separator.jpg) no-repeat bottom right;
}

ul.topmenu li.last {
	width: 15%;
	background: none;
}

ul.topmenu li a {
	text-decoration: none;
	color: #000;
}

ul.topmenu_tab {
	text-align: center;
	list-style-type: none;
	margin-left: 75px;
	margin-top:0;
}

ul.topmenu_tab li {
	float:left;
	background: url(images/top_menu_tab.jpg) no-repeat top left;
	width: 135px;
	margin-right: 25px;
}

ul.topmenu_tab li a {
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

#topmenu_button_bar {
	height: 40px;
	max-height:40px;
	margin-top: 0;
	background-color: #fff;
	margin-bottom: 0px;
}

ul.topmenu_button {
	list-style-type: none;
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

ul.topmenu_button li {
	float: left;
	background: url(images/sub_top_menu_tab_1.jpg) no-repeat top left;
	width: 164px;
	margin-right: 14px;
	height: 23px;
	text-align: center;
}

ul.topmenu_button li a {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a.heading {
	color: rgb(98,99,101);
	text-decoration:underline;
	font-size: 1.2em;
	font-weight: bold;
}

#content {
	background-color: #fff;
	min-height: 800px;
}

#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2.heading {
	color: rgb(98,99,101);
	text-decoration:underline;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
}

#content p {
	font-family: arial, verdara, sans-serif;
	font-size: .8em;
	color: rgb(98,99,101);
	margin-bottom: 40px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

div.highlight_button {
	width: 100%;
	height: 230px;
}

ul.highlight {
	list-style-type: none;
	margin-left: 11px;
}

ul.highlight li {
	float: left;
	height: 172px;
	width: 295px;
	margin-right: 4px;
	/*background: url(images/round_box_bg_vert.gif) repeat-x bottom center;*/
}

ul.highlight li a {
	text-decoration: none;
	/*padding: 10px 10px;//Loc*/
	font-size: .8em;
	color: #000;
	font-weight:bold;
}

ul.highlight li div#banner_design h1 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	padding: 15px 5px;
}


ul.highlight li div#online_design h1 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 5px;
}
ul.highlight li h2 {/*new*/
	color: blue;
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 5px;
}


#footnote {
	background-color: #fff;
	height: 70px;
	font-size: .9em;
	text-align: center;
	color: #353597;
}
/*
#shipping_bar {
	width: 100%;
	height: 41px;
	background: url(images/shipping-bar.png) no-repeat top left;
}
*/

div.gradient_bar {
	width: 100%;
	height: 6px;
	background: url(images/gradient-bar.jpg) no-repeat bottom center;
}

#footer {
	border-top: 1px solid #808080;
	height: 120px;
	background-color: #fff;
	text-align:center;
}

#footer tr {
	list-style-type: none;
	margin-top: 5px;
}

#footer tr td {
}

#footer tr td a {
	text-decoration: none;
	color: #353597;
	font-size: .7em;
}

#footer .copyright {
	text-align: center;
	color: #808080;
	font-size: .8em;
	padding-top: 15px;
	background-color: #fff;
}

#bottom {
	background: url(images/footer_bottom.jpg) no-repeat #fff bottom left;
	height: 20px;
	border-top:1px solid #808080;
}

.clear {
	clear: both;
}


.quickintro {
	font-size: 24px;
	color: rgb(164,43,48);
	text-align: center;
	padding: 30px 0;
	font-family: impact, verdara,arial narrow,sans-serif;/*loc add more*/
	font-weight:normal;
}

.quickintroBig{
	color: rgb(160,32,8);
	text-align: center;
	padding: 30px 0;
	font-weight:normal;
	font-family:impact;
	font-size:24px;
	}
.quickintroMed{
	color: rgb(160,32,8);
	text-align: center;
	padding: 30px 0;
	font-weight:normal;
	font-family:impact;
	font-size:18px;
	}
.quickintroSma{
	color: gray;
	text-align: center;
	padding: 30px 0;
	font-weight:normal;
	font-family:arial;
	font-size:12px;
	}

.stepguide {
	font-size: 1.5em;
	color: #000;
}

.viewprice {
	color: #808080;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

div.center {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}
div.left {
	width: 450px;
	font-size:20px;
	text-align: left;
	margin-left: 50px ;
	color:#666666;
	}
div.right {
	font-size:20px;
	text-align: left;
	margin-left: 30px ;
	color:#666666;
	float: right;
	}
#content div.content-item {
	padding: 10px 20px;
}
#content div.content-item centre {
	padding: 10px 20px;
	text-align: center;
}
div.important-note {
	color: rgb(160,32,8);
	font-size: 2em;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}


.inputbox {
	border:1px solid #808080;
	font-size: 1em;
}

.checkbox {
	width: 20px;
	height: 20px;
}

.button {
	border:1px solid #808080;
	padding: 2px 10px;
	font-size: 1em;
}

.button:hover {
	color: #fff;
	background-color:#0450b2;
	cursor: pointer;
}

.generic-red {
	color: #ff0000;
	font-weight:bold;/*loc add more*/
}
.generic-gray{
	color: #AAAAAA;
	font-weight:bold;
}

.generic-darkgray{
	color: rgb(98,99,101);
	font-weight:bold;
}

.generic-darkblue {
	color: #0450b2;
}

/* LOC */
/*#shipping_bar {
	width: 100%;
	height: 41px;
	background: url(images/shipping-bar.png) repeat-x top left;
	text-align: center;
	font: bold 1.5em verdana, arial narrow, sans-serif;
	color: #B02008;
	padding-top:5px;
}
*/
.onlineproof{
	font: normal 3em verdana,arial,sans-serif;
	color: #000;
	text-align: center;
	padding: 20px 0;
}
div.space{
	padding:20px 0;
}
.generic-blue {
	color: blue;
}
#col1
{
width: 20%;
float: left;
}
#col2
{
	width:40%;
	float: left;
}
table.summary
{
	float:left;
}
table.center
{
	float:center;
	padding-left: 200px;
}
table.center td.col1
{
	padding:5px 20px;
	border-right: 1px solid navy;
	text-align: right;

}
table.summary td.col1
{
	padding:5px 20px;
	border-right: 1px solid navy;
	text-align: right;

}

table.summary td.col2
{
	padding:5px 20px;
}
#sum_note
{
	float:left;
	width: 220px;
	margin: 0 0 0 20px;
	text-align: center;
}
.clearthefloats {clear:both;}

.proofavail
{
	font-size: 14px;
	font-family: arial, helvetica,sans-serif;
	color: rgb(98,99,101);
	font-weight: bold;
}

div.orderbutton{
	margin-top:30px;
	width:40%;
	text-align:center;
	float:left;
}
div.haft{
	width:50%;
	text-align:center;
	float:left;
}
div.button_small{
	background: url(images/button_small.png) no-repeat #fff bottom left;
	text-align:center;
	font-size:1.2em;
	width:90px;
	height:36px;
	color:#fff;
	font-weight:bold;
	padding-top:10px;
}
.general-grey{
	color: #808080;
}

table.tutorialindex th {
	font-family: Verdara, Arial, Sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
}

table.tutorialindex td ul {
	list-style-type: none;
	margin-top: 40px;
}

table.tutorialindex ul li a {
	font-family: Verdara, Arial, Sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

table.tutorialindex ul li a:hover {
	text-decoration: underline;
	color: #0450b2;
}

div.rbox {
	background: url(images/round_box_sum_middle.png) repeat-y #fff 0 0;
}

div.rbox_top {
	height:16px;
	background: url(images/tl.gif) no-repeat #fff top left;
}

div.rbox_top > div {
	background: url(images/tr.gif) no-repeat top right ;
	height: 17px;
}

div.rbox_middle {
	background: url(images/ml.gif) repeat-y #fff top left;
}

div.rbox_middle > div {
	background: url(images/mr.gif) repeat-y top right;
	padding-left: 10px;
	padding-right: 10px;
}

div.rbox_bottom {
	background: url(images/bl.gif) no-repeat #fff bottom left;
	height:16px;
}

div.rbox_bottom > div {
	background: url(images/br.gif) no-repeat bottom right;
	height:16px;
}

div.arrow_h div.l div label {
	background-color: #fff;
	text-align:center;
}


div.arrow_v div.t div label {
	background-color: #fff;
	text-align:center;
}

div.error {
	background-color: #f8bda9;
	font-size: .9em;
	text-align: center;
	padding: 10px 5px;
	margin: 10px 0;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #57060a;
}

div.warn {
	background-color: #faffb5;
    text-align: center;
    font-size: .9em;
    padding: 10px 5px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #463b0b;
	margin: 10px 0;
}

div.info {
    background-color: #e4edd5;
    text-align: center;
	font-size: .9em;
    padding: 10px 5px;
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #000;
	margin: 10px 0;
}

div.frame {
	border: 1px solid #0450b2;
	background: url(images/frame_gradient.jpg) repeat-x #fff bottom left;
	font-size: .8em;
	margin: 10px 5px;
}

div.frame h2 {
	font-family: verdara,arial, sans-serif;
	font-size: 12px;
	background-color: #0450b2;
	color: #fff;
	padding: 5px 5px;
	margin-bottom: 15px;
	text-align:center;
}

div.frame div.note {
	padding: 10px;
}

div.frame fieldset {
	border: 1px solid #DDDDDD;
	padding: 10px 10px;
	margin: 10px;
}

div.frame fieldset legend {
	font-weight: bold;
}

table.content-table th,td {
	padding: 5px 5px;
}

a.no-decorat {
	text-decoration: none;
}

a.no-decorat:hover {
	text-decoration: underline;
}

/*
ul.topmenu_button {
	list-style-type: none;
	margin-left: 55px;
	margin-top: 0;
}

ul.topmenu_button li {
	float: left;
	background: url(images/sub_top_menu_tab.jpg) no-repeat top left;
	width: 143px;
	margin-right: 25px;
	height: 23px;
	text-align: center;
}

ul.topmenu_button li a {
	font-size: .7em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
*/

ul.usermenu {
	list-style-type: none;
}

ul.usermenu li {
	float: left;
	background-color: #0450b2;
	margin-right: 25px;
	text-align:center;
	padding: 5px 10px;
}
ul.usermenu li a {
	display: block;
	font-size: .7em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul.usermenu li:hover, ul.usermenu li.selected {
	background-color: #a02008;
}

/*LOc*/
div.rboxsum_top{
	background: url(images/round_box_sum_top.png) no-repeat #fff top center;
	width:344px;
	height:16px;
	margin-top:50px;
}
div.rboxsum_middle{
	background: url(images/round_box_sum_middle.gif) repeat-y #fff top center;
	width:344px;
	padding-left:25px;
	text-align:left;
	position:relative;
	top:-2px;
}
div.rboxsum_bottom{
	background: url(images/round_box_sum_bottom.png) no-repeat #fff top center;
	width:344px;
	height:16px;
	padding-left:20px;
	margin-bottom:30px;
	position:relative;
	top:-2px;
}

td.arrowleft{
	background: url(images/arrow_left_demension.png) no-repeat top left;
}
td.arrowright{
	background: url(images/arrow_right_demension.png) no-repeat top right;
}
td.arrowup{
	background: url(images/arrow_up_demension.png) no-repeat top left;
}
td.arrowdown{
	background: url(images/arrow_down_demension.png) no-repeat bottom left;
}
#shipping_bar {/*Loc modified*/
	width: 100%;
	height: 41px;
	background: url(images/shipping-bar.gif) repeat-x top left;
	text-align: center;
	font: 1.5em impact, arial narrow, sans-serif;
	color: rgb(164,43,48);
	padding-top:5px;
}

.priceheader {
	font-size: 2em;
	font-weight: bold;
	color: #0450b2;
	text-transform: uppercase;
}

div.verify-note {
	background: url(images/teacher.png) no-repeat 70px 60px;
	height: 220px;
}

div.teacher-note {
	background: url(images/ace-small.png) no-repeat bottom right;
	height: 100px;
}

div.teacher-note div.center {
	background:none;
	padding-top: 30px;
}

div.proof-unavail {
	border: 1px solid #0450b2;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	
}

.proofavail-small
{
	font-size: 13px;
	font-family: arial, helvetica,sans-serif;
	color: rgb(98,99,101);
	font-weight: bold;
}

div.sitemap {
	padding: 5px 200px;
}
