/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body,td {
	line-height: 135%;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif
}

body {
			
}

body.f-smaller {
	font-size: 11px;
}

body,
body.f-default {
	font-size: 13px;
}

body.f-larger {
	font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

h1 { 
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}


body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Joomla Elements */

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

.componentheading {
	font-size: 150%;
}

#mainframe td.contentheading {
	font-size: 200%;
	padding-left: 25px;
	width: 100%;
}

#mainframe td.column_separator {
	padding-left: 15px;
}

body.f-smaller #mainframe td.contentheading {
	background-position: 0 5px;
}

body.f-default #mainframe td.contentheading {
	background-position: 0 7px;
}

body.f-larger #mainframe td.contentheading {
	background-position: 0 9px;
}

.componentheading {
	padding: 10px 5px;
	margin-bottom: 15px;
	font-weight: bold;
}

td.componentheading {
	padding-bottom: 15px;
}

#mainframe td.sectiontableheader {
	font-weight: bold;
	padding: 4px 2px;
}

.sectiontableentry1,
.sectiontableentry2 {
	text-align: left;
	padding: 2px 0;
}

.contentpane,
.contentpaneopen {
	width: 100%;
}

/* @end */

/* @group Structure */

div.wrapper {
	margin: 0 auto;	
	text-align: left;
	vertical-align: top; /* OpenWeb */
}

div#header {
	/*height: 111px;*/
}

#header .wrapper {
	position: relative;
	z-index: 10;
}

img#logo {
	position: absolute;
	/*top: 18px;*/
	top: 10px;
	/*width: 233px;*/
	width: 300px;
	/*height: 75px;*/
	height: 55px;
}

div#horiz-menu {
	position: relative;
	/*margin-left: 260px;*/
	/*margin-left: 327px;*/
	margin-left: 310px;
	/*top: 32px;*/
	top: 20px;
}


div#sub-menu {
	position: absolute;
	left: 262px;
	top: 75px;
}

div#transparent {
	position: relative;
	z-index: 5;
}

div#pathway {
	float: left;
	height: 30px;
	margin-bottom: 15px;
}

div#mod-top {
	float: right;
	height: 30px;
	/*margin-bottom: 15px;*/
	margin-bottom: 0px;
}


#transparent div#mainbody,
#transparent div.padding {
	clear: both;
	/*padding-bottom: 5px;*/
	padding: 0px;
}

div#inset1 {
	background: url(../images/inset.png);
	padding: 5px;
	margin: 0;
}

div#inset2 {
	background: url(../images/inset.png);
	padding: 0;
	margin: 0;
}

div#divider {
	background: url(../images/body-div.png);
	height: 8px;
	overflow: hidden;
}

div.section {
	background: url(../images/body-bg.png) repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.section .padding {
	margin-left: -25px;
}

div#transparent .padding {
	/*margin-left: -30px;*/
}

div.section td.section,
#mainframe td.fixed {
	padding-left: 20px;
}

/* @end */

/* @group Table Control */

#mainframe {
	width: 100%;
}

table.sections {
	width: 100%;
}

#mainframe td,
.sections td {
	padding: 0;
}

td.fixed {
	padding-left: 20px;
	width: 225px;
}

td.w24 {
	width: 25%;
}

td.w33 {
	width: 33%;
}

td.w49 {
	width: 50%;
}

td.w99 {
	width: 100%;
}

#mainframe td.spacer,
.sections td.spacer,
#glass .sections td.spacer,
#smoke .sections td.spacer {
	width: 20px;
	background: none;
	border: 0;
}

td.spacer img {
	width: 20px;
}

#mainframe tr {
	vertical-align: top;
}

/* @end */



/* @group Login/Logout */

.loginelement {
	/*width: 150px;*/
	float:  left;
	padding: 3px 15px;
	line-height: 25px;
	white-space: nowrap;
}

.loginelement label {
	font-weight: normal;

}

.loginelement  .inputbox {
	width:  75px;
	margin-left: 5px;
	vertical-align: middle;
}

span.loginsubmit,
span.logoutsubmit {
	display: block;
	float:  left;
	background: url(../images/login-button.png) 0 50% no-repeat;
	width: 53px;
	height:  23px;
	line-height: 23px;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	/*margin-left: -10px;	*/
	margin-left: 10px;	
	cursor: pointer;
	color: #fff;
}

span.loginsubmit a:hover,
span.logoutsubmit a:hover {
	text-decoration: none;
}

span.loginsubmit span,
span.logoutsubmit span {
	text-decoration: none;
}

/* @end */

/* @group Modules */

.moduletable,
.module {
	margin: 0;
	padding: 10px 10px 30px 10px;
}

.module-hilite1a,
.module-hilite1b,
.module-hilite1c,
.module-hilite2a,
.module-hilite2b,
.module-hilite2c {
	margin: 0;
	padding: 0 10px 30px 10px;
}

/* OpenWeb */
.module-hilite5a,
.module-hilite5b,
.module-hilite5c,
.module-hilite6a,
.module-hilite6b,
.module-hilite6c,
.module-hilite7a {
	margin: 0;
	padding: 0 10px 30px 10px;
	height: 200px;
}

/* OpenWeb */
#mainframe .module-hilite5a,
#mainframe .module-hilite5b,
#mainframe .module-hilite5c,
#mainframe .module-hilite6a,
#mainframe .module-hilite6b,
#mainframe .module-hilite6c,
#mainframe .module-hilite7a {
	margin: 0px 0px 20px 0px;
	padding: 0 10px 30px 10px;
	height: 130px;
}

#mainframe .module-hilite7a {
	margin: 0px 2px 10px 2px;
	padding: 0 10px 30px 10px;
	height: 180px;
}

#mainframe .module-hilite7b {
	margin: 0px 0px 20px 0px;
	padding: 0 10px 30px 10px;
	min-height: 180px;
}

.moduletable h3,
.module h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

.moduletable h3,
.moduletable-hilite1a h3,
.moduletable-hilite1b h3,
.moduletable-hilite1c h3, 
.moduletable-hilite2a h3,
.moduletable-hilite2b h3,
.moduletable-hilite2c h3,
.moduletable-hilite3a h3,
.moduletable-hilite3b h3,
.moduletable-hilite3c h3,
.moduletable-hilite4a h3,
.moduletable-hilite4b h3,
.moduletable-hilite4c h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	padding-left: 25px;
}

.moduletable,
.moduletable-hilite1a,
.moduletable-hilite1b,
.moduletable-hilite1c, 
.moduletable-hilite2a,
.moduletable-hilite2b,
.moduletable-hilite2c,
.moduletable-hilite3a,
.moduletable-hilite3b,
.moduletable-hilite3c,
.moduletable-hilite4a,
.moduletable-hilite4b,
.moduletable-hilite4c{
	padding: 15px 15px 25px 15px;
}

div#inset1 .moduletable {
	padding: 10px 10px 30px 10px;	
}

.module h3 {
	height: 30px;
	line-height: 30px;
	background: url(../images/title-bg1.png) 0 0 no-repeat;
	padding: 0 0 0 7px
}

.module-hilite3a div div div,
.module-hilite3b div div div,
.module-hilite3c div div div,
.module-hilite4a div div div,
.module-hilite4b div div div,
.module-hilite4c div div div {
	padding: 10px 10px 10px 10px;
	color: #eee;
}

/* OpenWeb */
.module-hilite5a div div div,
.module-hilite5b div div div,
.module-hilite5c div div div,
.module-hilite6a div div div,
.module-hilite6b div div div,
.module-hilite6c div div div,
.module-hilite7a div div div,
.module-hilite7b div div div {
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px;
	color: #666666;
}

.module-hilite3a div div div div,
.module-hilite3b div div div div,
.module-hilite3c div div div div,
.module-hilite4a div div div div,
.module-hilite4b div div div div,
.module-hilite4c div div div div {
	background: none;
}

.module-hilite1a h3,
.module-hilite1b h3,
.module-hilite1c h3, 
.module-hilite2a h3,
.module-hilite2b h3,
.module-hilite2c h3,
.module-hilite3a h3,
.module-hilite3b h3,
.module-hilite3c h3,
.module-hilite4a h3,
.module-hilite4b h3,
.module-hilite4c h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 15px 0;
	padding: 0 0 0 35px;
	height: 32px;
	line-height: 32px;
}

/* OpenWeb */
.module-hilite5a h3,
.module-hilite5b h3,
.module-hilite5c h3,
.module-hilite6a h3,
.module-hilite6b h3,
.module-hilite6c h3,
.module-hilite7a h3,
.module-hilite7b h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 10px 0;
	padding: 0 0 0 35px;
	height: 32px;
	line-height: 32px;
}

/* OpenWeb */
.module-hilite7a h3 {
	padding: 0 0 0 0px;
}

#mainframe .module-hilite5a h3,
#mainframe .module-hilite5b h3,
#mainframe .module-hilite5c h3,
#mainframe .module-hilite6a h3,
#mainframe .module-hilite6b h3,
#mainframe .module-hilite6c h3,
#mainframe .module-hilite7a h3,
#mainframe .module-hilite7b h3 {
	margin: 0px 0px 0px 0px;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 37px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	/*margin-right: 10px;*/
	margin-right: 6px;
	padding: 0;
}

#horiz-menu li span {
	display: block;
	float: left;
	height: 37px;
}

#horiz-menu a,
#horiz-menu span.separator {
	display: block;
	float: left;
	height: 37px;
	line-height: 30px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 16px;
}

#horiz-menu li li a {
	font-size: 12px;
}

#horiz-menu a:hover {
	text-decoration: none;
}

#horiz-menu li:hover,
#horiz-menu li.sfHover {
	background: none;	
}

#horiz-menu.splitmenu li.active:hover span,
#horiz-menu.splitmenu li.active.sfHover span {
	background: none;
}

/* @end */

/* @group Sub Menu */

#sub-menu ul {
	margin: 0;
	padding: 0;
}

#sub-menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#sub-menu ul li a {
	padding: 0 15px;
	font-size: 12px;
}

/* @end */

/* @group Content Styles */

/* @group Readon */
#transparent .readon {
	display: block;
	clear: both;
	float: right;
	padding-left: 22px;
	font-weight: bold;
	margin-top: 15px;
}

div.section .readon {
	display: block;

	clear: both;
	width: 99px;
	height: 31px;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}

/* @end */

/* @group Pathway */
span.pathway {
	float: left;
	display: block;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 5px;
}

span.pathway img {
	float: left;
	margin: 10px 10px;
}

span.pathway a {
	float: left;
}

/* @end */

/* @group Typography */

ul.bullet-1a,
ul.bullet-1b,
ul.bullet-1c,
ul.bullet-1d,
ul.bullet-1e,
ul.bullet-1f,
ul.bullet-1g,
ul.bullet-1h,
ul.bullet-2a,
ul.bullet-2b,
ul.bullet-2c,
ul.bullet-2d,
ul.bullet-2e,
ul.bullet-2f,
ul.bullet-2g,
ul.bullet-2h,
ul.bullet-3a,
ul.bullet-3b,
ul.bullet-3c,
ul.bullet-3d,
ul.bullet-3e,
ul.bullet-3f,
ul.bullet-3g,
ul.bullet-3h,
ul.bullet-a,
ul.bullet-b,
ul.bullet-c,
ul.bullet-d,
ul.bullet-e,
ul.number {
	padding-left: 20px;
	margin-left: 0;
}

ul.bullet-1a li,
ul.bullet-1b li,
ul.bullet-1c li,
ul.bullet-1d li,
ul.bullet-1e li,
ul.bullet-1f li,
ul.bullet-1g li,
ul.bullet-1h li,
ul.bullet-2a li,
ul.bullet-2b li,
ul.bullet-2c li,
ul.bullet-2d li,
ul.bullet-2e li,
ul.bullet-2f li,
ul.bullet-2g li,
ul.bullet-2h li,
ul.bullet-3a li,
ul.bullet-3b li,
ul.bullet-3c li,
ul.bullet-3d li,
ul.bullet-3e li,
ul.bullet-3f li,
ul.bullet-3g li,
ul.bullet-3h li,
ul.bullet-a li,
ul.bullet-b li,
ul.bullet-c li,
ul.bullet-d li,
ul.bullet-e li,
ul.number li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 28px;
}

pre {
	padding: 10px;
	background: url(../images/trans-quote.png);
}

blockquote {
	font-style: italic;
	font-size: 100%;
	line-height: 150%;
	width: auto;
	padding: 10px;
	margin: 15px 0;	
	background: url(../images/trans-quote.png);
}

blockquote.b {
	font-style: italic;
	font-size: 100%;
	line-height: 150%;
	width: auto;
	padding: 5px 10px 5px 40px;
	margin: 15px 0;
	background: #fff url(../images/quote-start.png) 0 0 no-repeat;
	color: #333;
}

blockquote.b p {
	background: #fff url(../images/quote-end.png) 100% 100% no-repeat;
}

/* @end */

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}


/* @end */

.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.clr {
	clear:both;
}

div#rocket-logo {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

img#rocket {
	background: url(../images/rocket.png) 0 0 no-repeat;
	width: 144px;
	height: 21px;
	border: 0;
}



div#preload {
	position: absolute;
	top: -1000px;
}

/* Tooltips */

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Preload menu 'over' states */

div#preload span {
	display: block;
	width: 100px;
	height: 30px;
}

/* OpenWeb styles */

div#openweb-logo {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}


div#footer2 {
	clear: both;
}

div#AuthorizeNetSeal{
	width: 90px;
	height: 150px;
	/*margin: 0px auto;*/
	float: right;
}

div.AuthorizeNetSeal {

}

div#social {
	width: 100px;
	float: left;
}


a#AuthorizeNetText {
	display: none;
	visibility: hidden;
}

img#openweb {
	/*background: url(../images/openweb.png) 0 0 no-repeat;*/
	width: 144px;
	height: 21px;
	border: 0;
}

img.album {
	border: 1px solid #999999;
	float: left;
	margin: 0px 5px 0px 0px;
}

/* @end */

/* rokheadrotator stuff */

#rokheadrotator {
	/*height: 235px;*/
	height: 260px;
	width: 620px;
	position: relative;
	background: none;
}

#rokheadrotator .controls {
	top: 14px;
	position: absolute;
	right: 13px;
	z-index: 1;
}

#rokheadrotator .controls img {
	background-image: url(../images/scroller-controls.png);
	cursor: pointer;
	height: 15px;
	margin-right: 11px;
	width: 15px;
}

#rokheadrotator .control-prev {
	background-position: 0pt 0pt;
}

#rokheadrotator .control-next {
	background-position: 0pt -17px;
}

#rokheadrotator .control-pause {
	background-position: 0pt -34px;
}

#rokheadrotator .control-play {
	background-position: 0pt -51px;
}
/* RokHeadRotator _EOF_ */

/* OpenWeb styles */
#footer {
	display: block;
	text-align: center;
}

div#vmMainPage h1 {
	color: #9C1308;
	font-size: 1.6em;
	line-height: 130%;
}

div.product_details h3 {
	line-height: 130%;
}

.special {
	background-color: #FFC0CB;
	color: #000;
	font-weight: bold;
}

td.fixed1 .moduletable {
	padding: 0px;
}

#mod-top form,
#mod-top form input {
	margin: 0px;
	padding: 0px;
}

hr.hline {
	width: 100%;
	height: 1px;
	display: block;
	border: 1px solid #E9E9E9;
	margin: 10px 0px;
}

.greeting {
	float: left;
	margin: 6px 0px 0px 0px;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* System Standard Messages */
#system-message dd.message ul { background: #C3D2E5 url(../images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../images/notice-alert.png) 4px top no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../images/notice-note.png) 4px top no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

span.article_separator {
	display: none;
	visibility: hidden;
}

table.blog {
	width: 100%;
}

