/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #666;
	line-height: 135%;
}

#header .wrapper {
	position: relative;
	overflow: hidden;
}
img#rocket {
	width: 143px;
	height: 22px;
	margin-top: 35px;
	
}
/* Font family information */

body#ff-catalyst, #ff-catalyst td, #ff-catalyst .rok-content-rotator h2 {
	font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-catalyst h1, body#ff-catalyst h2, body#ff-catalyst h3, body#ff-catalyst h4,
body#ff-catalyst .contentheading, body#ff-catalyst .rotator-title,
body#ff-catalyst.componentheading  {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-optima, #ff-optima td {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-geneva, #ff-geneva td {
	font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-helvetica, #ff-helvetica td {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

body#ff-lucida, #ff-lucida td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

body#ff-georgia, #ff-georgia td {
	font-family: Georgia, sans-serif;
}

body#ff-trebuchet, #ff-trebuchet td {
	font-family: "Trebuchet MS", sans-serif;
}

body#ff-palatino, #ff-palatino td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* end font family information */

form {
	margin: 0;
	padding: 0;
}

body.f-smaller,
body#ff-optima.f-smaller,
body#ff-georgia.f-smaller {
	font-size: 11px;
}

body,
body.f-default {
	font-size: 12px;
}

body#ff-optima,
body#ff-optima.f-default {
	font-size: 13px;
}

body#ff-georgia,
body#ff-georgia.f-default {
	font-size: 13px;
}

body.f-larger,
body#ff-optima.f-larger,
body#ff-georgia.f-larger {
	font-size: 15px;
}

A[target="_blank"] {
 background:
  url(/images/blank.gif)
  no-repeat
  0px
  2px;
  padding-left: 10px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Joomla Elements */

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

.componentheading {
	font-size: 170%;
	line-height: 100%;
	padding: 0;
	margin: 25px 0 20px 0;
}

.contentheading {
	font-size: 190%;
	font-weight: normal;
	line-height: 110%;
	padding-bottom: 8px;
	margin: 15px 0 0 0;
}

td.buttonheading,
.contentpaneopen td.buttonheading {
	padding: 0px 3px 0;
}

td.column_separator {
	padding-left: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

.sectiontableheader {
  	font-weight: bold;
  	padding: 4px;
  	line-height: 20px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  	text-align: left;
  	padding: 2px 0 0px 5px;
  	border-bottom: 1px solid #f1f1f1;
}

tr.sectiontableentry2 td,
td.sectiontableentry2 {
 	height: 27px;
}

tr.sectiontableentry1 td,
td.sectiontableentry1 {
	height: 27px;
	background: #f7f7f7;
}

.contentpane,
.contentpaneopen {
	width: 100%;
}

/* @end */

/* @group Structure */

#topmod {
	padding: 20px 0;
	margin: -49px 0 0; /*  - height + padding-top ==> -69px + 20px = -49px */
	overflow: hidden;
}

#logo {
	width: 320px;
	height: 80px;
	float: left;
}
#logo embled {
 position: absolute;
 z-index : 3;
}
#header {
	height: 80px;
	background: url(../images/header-bg.png) 0 0 repeat-x;
}

#top-tab {
	width: 193px;
	height: 30px;
	float: right;
	margin-right: 78px;
	text-align: center;
	cursor: pointer;
}

#searchmod {
	position: absolute;
	margin-top: 40px;
	margin-left: 710px;

}

span.tab-text {
	padding-left: 12px;
}

#showcase2 {
	height: 200px;
}

#showcase-promo {
	height: 200px;
}

#showcase-promo img#promo {
	position: absolute;
	bottom: -29px;







	left: 40px;
	width: 877px;
	height: 207px;
}

#featured-mod,
#featured-mod2 {
	height: 136px;
	overflow: hidden;
}

#featured-shadow {
	height: 136px;
	background: url(../images/featured-shadow.png) 50% 0 no-repeat;
	overflow: hidden;
}


#featuredmodules {
	padding: 0 5px 0 25px;
	color: #fff;
}

#showcase,
#featured-mod,
#page-bg,
#showcase .wrapper,
#featured-mod .wrapper,
#page-bg .wrapper {
	position: relative;
}

#showcase {
	z-index: 1;
}

#featured-mod, #page-bg {
	z-index: 0;
}

#main-shadow {
	position: absolute;
	left: -20px;
	width: 20px;
	height: 192px;
	background: url(../images/page-shadow-l.png) 0 0 no-repeat;
}

#main-shadow2 {
	position: absolute;
	right: -20px;
	width: 20px;
	height: 192px;
	background: url(../images/page-shadow-r.png) 100% 0 no-repeat;
}

#main-content {
	background: #fff url(../images/content-bg.png) 0 0 repeat-x;
}

table.mainbody,
table.blog {
	width: 100%;
}

td.leftcol {
	background: url(../images/column-shadow-l.png) 100% 50px no-repeat;
}

td.rightcol {
	background: url(../images/column-shadow-r.png) 0 50px no-repeat;
}

td.maincol .padding {
	padding: 32px 20px 20px 20px;
}

td.rightcol .padding,
td.leftcol .padding {
	padding: 20px 33px 20px 25px;
}

#inset {
	margin-bottom: 30px;
}

#page-bg {
	background: #fff url(../images/page-bg.png) 0 0 repeat-x;
}

#page-bg-bottom {
	height: 31px;
	background: url(../images/page-bg-bottom.png) 0 0 repeat-x;
	overflow: hidden;
}

#bottom-tab {
	height: 31px;
	width: 149px;
	margin-left: 50px;
	padding-top: 15px;
	text-align: center;
	cursor: pointer;
}

span.bottom-tab-text {
	padding-left: 12px;
}

span.tab-text, span.bottom-tab-text {
	color: #fff;
}

span.tab-text-up, span.bottom-tab-text-up {
	background: url(../images/tab-arrow-up.png) 0 50% no-repeat;
}

span.tab-text-down, span.bottom-tab-text-down  {
	background: url(../images/tab-arrow-dn.png) 0 50% no-repeat;
}

#bottom {
	overflow: hidden;
	padding: 20px 0 10px 0;
}

#footer {
	background: #666 url(../images/footer-bg.png) 0 0 repeat-x;
}

#footer2 {
	width: 333px;
	height: 121px;
	float: right;
	background: url(../images/footer-graphic.png) 0 0 no-repeat;
}
.spacer .block {
	float: left;
}

.spacer.w99 .block {
	width: 100%;
}

.spacer.w49 .block {
	width: 50%;
}

.spacer.w33 .block {
	width: 33.3%;
}

.spacer.w24 .block {
	width: 25%;
}

/* @end */

/* @group Modules */

#featuredmodules {
	padding-top: 10px;
}

#featuredmodules .module div div div {
	padding: 1px;
}

#showcasemodules .module,
#bottommodules .module,
#featuredmodules .module,
#mainmodules .module,
td.maincol .module-hilite1,
td.maincol .module-hilite2,
td.maincol .module-hilite3,
td.maincol .module-hilite4 {
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

td.leftcol .module-hilite1,
td.rightcol .module-hilite1,
td.leftcol .module-hilite2,
td.rightcol .module-hilite2,
td.leftcol .module-hilite3,
td.rightcol .module-hilite3,
td.leftcol .module-hilite4,
td.rightcol .module-hilite4 {
	margin-bottom: 30px;
	overflow: hidden;
}

td.leftcol .module h3,
td.rightcol .module h3,
td.maincol .module h3,
td.leftcol .module-menu h3,
td.rightcol .module-menu h3 {
	color: #666;
	background: url(../images/h3-arrow.png) 0 3px no-repeat;
	padding-left: 20px;
}

td.leftcol .module,
td.rightcol .module {
	margin-bottom: 30px;
	overflow: hidden;
}

#main-content .module-hilite1 h3,
#main-content .module-hilite2 h3,
#main-content .module-hilite3 h3,
#main-content .module-hilite4 h3 {
	padding-left: 28px;
	padding-top: 5px;
}

#bottom .module h3 {
	padding-left: 20px;
}

.module-note h3 {
	font-style: italic;
	color: #65613E;
}

.module-note {
	font-style: italic;
	width: 215px;
	margin-bottom: 20px;
	background: url(../images/note-bg.png) 0 0 repeat-y;
	color: #65613E;
}

.module-note div {
	background: url(../images/note-bg-top.png) 0 0 no-repeat;
}

.module-note div div {
	background: url(../images/note-bg-bottom.png) 0 100% no-repeat;
}










.module-note div div div {
	padding: 30px 20px 20px 20px;

}

#mainmodules,




#featuredmodules {
	overflow: hidden;
}

#bottom-menu {
	height: 32px;
	float: left;
	color: #ccc;
}





#bottom-menu a {
	 line-height: 32px;
	 height: 32px;
	 margin-right: 15px;
	 padding-right: 15px;
	 padding-left: 0;
	 margin-top: 6px;
	 display: block;
	 float: left;
	 font-size: 100%;
	 text-indent: 0;
	 background: url(../images/bottom-menu-div.png) 100% 50% no-repeat;
	 color: #ccc;
}

#bottom-menu a:hover {
	color: #fff;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 46px;
	width: 100%;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#horiz-menu a,
#horiz-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
	padding: 0 17px;
	font-weight: normal;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
}

#horiz-menu ul ul li a,
#horiz-menu ul li.active.parent ul a {
	padding-left: 5px;
}

#horiz-menu ul ul li a:hover,
#horiz-menu ul li.active.parent ul a:hover {
	padding-left: 5px;
	background: url(../images/dropdown-arrow-over.png) 10px 50% no-repeat;
	color: #fff;
}

/* mouseovers */

#horiz-menu li li a:hover {
	background: none;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
	background: none;
}

#horiz-menu li li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
}

/* @end */

/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 34px;
	text-indent: 26px;
	height: 32px;
	overflow: hidden;
	font-size: 120%;
}

a#active_menu.mainlevel {
	background-position: 0 -64px;
	padding-left: 12px;
}

a.mainlevel:hover {
	background-position: 0 -32px;
}

a.sublevel {
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
	font-size: 120%;
	line-height: 34px;
}

a.mainlevel:hover,
a.sublevel:hover {
	text-decoration: none;
}

/* @end */

/* @group Sub Menu */

ul.menu {
	margin: 0 0 15px 0;
	padding: 0;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu span {
	display: block;
	height: 32px;
}

ul.menu a {
	display: block;
	line-height: 34px;
	text-indent: 15px;
	height: 32px;
	font-size: 120%;
}

ul.menu ul {
	margin: 4px 0;
}

ul.menu ul li a {
	text-indent: 10px;
}

ul.menu ul a {
	background: none;
	text-indent: 0;
}

ul.menu ul {
	margin-left: 10px;
	padding: 0;
}

ul.menu ul ul {
	padding: 0;
	margin-left: 20px;
}

ul.menu li li {
	padding: 0;
	margin: 0;
}

ul.menu ul a {
	text-indent: 0;
}

ul.menu li a {
	padding-left: 10px;
}

ul.menu li.active li a,
ul.menu li.active li a:hover {
	background: none;
}

ul.menu li.active a,
ul.menu li.active a:hover {
	background-position: 0 -64px;
	text-decoration: none;
	padding-left: 22px;
	line-height: 36px;
}

ul.menu li a:hover {
	background-position: 0 -32px;
	text-decoration: none;
}

/* @end */

/* @group Content Styles */

/* @group Readon */

a.readon {
	margin-top: 20px;
	font-weight: normal;
	font-size: 100%;
	display: block;
	text-indent: 10px;
	line-height: 110%;
	background: url(../images/path-arrow.png) 0 0 no-repeat;
}

#tabmodules a.readon {
	background: none;
	text-indent: 0;
}

#bottom a,
#bottom a.readon
#topmod a {
	color: #ddd;
}

#featured-mod a {
	color: #fff;
}

/* @end */

/* @group Pathway */

span.pathway {
	display: block;
	line-height: 220%;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 15px;
}

span.pathway img {
	float: none;
	vertical-align: top;
	width: 6px;
	height: 22px;
	padding-right: 10px;
	background: url(../images/path-arrow.png) 0 50% no-repeat;
}

span.pathway a {
	float: none;
	padding: 0 12px 0 0;
}

/* @end */

/* @group Typography */

ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4,
ul.bullet-5 {
	padding-left: 15px;
	margin-left: 0;
}

ul.bullet-1 li, 
ul.bullet-2 li,
ul.bullet-3 li,
ul.bullet-4 li,
ul.bullet-5 li {
	list-style: none;

	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 14px;

}

pre {
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ddd;

	border-right: 5px solid #ddd;
	border-left: 5px solid #ddd;

	border-bottom: 1px solid #ddd;
}

blockquote {
	display: block;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 10px 20px 10px 20px;
	margin: 15px 0;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-right: 5px solid #ddd;
	border-left: 5px solid #ddd;
	border-bottom: 1px solid #ddd;
}

blockquote.color1,
blockquote.color2,
blockquote.color3 {
	display: block;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 0px 20px;
	margin: 15px 0;
	border: 0;
	background: 0;
}

blockquote.color1 {
	color: #666;
}

blockquote.quotes {
	display: block;
	background: url(../images/typo/quote-start.png) 0 5px no-repeat;
	padding: 0px 20px 0 38px;
	margin: 20px 0;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	color: #666;
	border: 0;
}

blockquote.quotes p {
	padding: 0 38px 0 0;
	margin-top: 0;
	background: url(../images/typo/quote-end.png) 100% 100% no-repeat;
}

.important {
	border: 1px solid #999;
}

.important,
.important2,
.important3,
.important4 {
	padding: 15px;
	margin: 15px 0;
}

span.important-title,
span.important-title2,
span.important-title3,
span.important-title4 {
	display: block;
	float: left;
	margin-top: -24px;
	background: #fff;
	padding: 0 8px;
	font-weight: bold;
	font-size: 120%;
}

.important4 {
	border: 1px solid #000;
}

span.important-title,
span.number {
	color: #666;
}

span.important-title4 {
	color: #000;
}

span.number,
span.number-color,
span.number-color2 {
	display: block;
	font-size: 170%;
	float: left;
	margin: 2px 10px 0 15px;
}

span.highlight {
	background: #FFFBD5;
}

span.highlight,
span.highlight-color,
span.highlight-color2 {
	padding: 1px 2px;
}

span.highlight-bold {
	font-weight: bold;
	font-size: 120%;
}

span.dropcap,
span.dropcap-color,
span.dropcap-color2 {
	display: block;
	font-size: 260%;
	float: left;
	margin: 0px 4px 0 0;
	line-height: 100%;
}

span.inset-left {
	display: block;
	color: #000;
	padding: 15px;
	float: left;
	width: 20%;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
span.p10 {
	display: block;
	color: #000;
	padding: 15px;
	float: left;
	width: 10%;
}
span.inset-right {
	display: block;
	color: #000;
	padding: 15px;
	float: right;
	width: 20%;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
span.inset-right2 {
	display: block;
	float: right;
        width: 20%;
        padding: 5px;
}
/* @end */

/* @group Notice Styles */

span.attention,
span.notice,
span.alert,
span.download,
span.approved,
span.media,
span.note,
span.cart,
span.camera,
span.doc {
	display: block;
	padding: 8px 10px 8px 36px;
	margin: 15px 0;	
}

span.attention {
	color: #bc7950;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(../images/typo/attention.png) 10px 50% no-repeat;
}

span.notice {
	color: #899bd6;
	border: 1px solid #9BCC54;
	background: #CDEFA6 url(../images/typo/notice.png) 10px 50% no-repeat;
}

span.alert {
	color: #CF3738;
	border: 1px solid #FFACAD;
	background: #FFD5D5 url(../images/typo/alert.png) 10px 50% no-repeat;
}

span.download {
	color: #1C6B8B;
	border: 1px solid #6ABCE2;
	background: #A8CDE3 url(../images/typo/download.png) 10px 50% no-repeat;
}

span.approved {
	color: #666;
	border: 1px solid #a8a8a8;
	background: #ccc url(../images/typo/approved.png) 10px 50% no-repeat;
}

span.media {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(../images/typo/media.png) 10px 50% no-repeat;
}

span.note {
	color: #bc7950;
	border: 1px solid #E7BD72;
	background: #FFF3A3 url(../images/typo/note.png) 10px 50% no-repeat;
}

span.cart {

	color: #666;
        text-align: center;
	border: 1px solid #C5C5C5;
	background: #E6E6E6 url(../images/typo/cart.png) 10px 50% no-repeat;
}

span.camera {
	color: #666;
	border: 1px solid #C5C5C5;
	background: #E6E6E6 url(../images/typo/camera.png) 10px 50% no-repeat;
}

span.doc {
	color: #C76E34;
	border: 1px solid #FFBB65;
	background: #FFE0B6 url(../images/typo/doc.png) 10px 50% no-repeat;
}

/* @end */

/* @grup RokContentRotator */

.rok-content-rotator {
        height: 350px;
	margin: 0;
	background: url(../images/rotator-br.png) 100% 100% no-repeat;
}

.rotator-2 {
        height: 350px;
	background: url(../images/rotator-bl.png) 0 100% no-repeat;
}

.rotator-3 {
        height: 350px;
	background: url(../images/rotator-tr.png) 100% 0 no-repeat;
}

.rotator-4 {
	background: url(../images/rotator-tl.png) 0 0 no-repeat;
        height: 350px;
	padding: 0px 20px 20px 20px;
}

.rok-content-rotator li {
	height: 34px;
}

.rotator-title {
	padding: 0 0 3px 19px;
	font-size: 150%;
	height: 60px;
	line-height: 48px;
	color: #666;
	background: url(../images/h3-arrow.png) 0 16px no-repeat;
}

.rok-content-rotator h2 {
	width: 213px;
	height: 34px;
	font-size: 100%;
	line-height: 36px;
	text-indent: 40px;
	padding: 0;
	margin: 0 7px 0 7px;
	z-index: 1;
	background: url(../images/rotator-tab.png) 18px 0 no-repeat;
	outline: none;
}

.rok-content-rotator h2 a {
	display: block;
	z-index: 3;
	position: absolute;
	width: 213px;
	color: #666;
	outline: none;
}

.rok-content-rotator h2 a.active {
	font-weight: normal;
	font-size: 100%;
}

.rok-content-rotator h2 a:hover,
.rok-content-rotator h2 a:hover.active {
	text-decoration: none;
}

.rok-content-rotator .arrow {
	position: absolute;
	width: 213px;
	height: 34px;
	right: 27px;
	z-index: 2;
	background: url(../images/rotator-tab-active.png) 0 0 no-repeat;
}

.rok-content-rotator .content {
	padding: 0px 20px 20px 20px;
	margin-top: 65px;
}

/* dont change below */
.rok-content-rotator {
	position: relative;
}

.rok-content-rotator ul {
	padding: 0;
	float: right;
	margin: 0;
	width: 227px;
	background: url(../images/rotator-shadow.png) 100% 50% no-repeat;
}

.rok-content-rotator .arrow {
	position: absolute;
	top: 60px;
}

.rok-content-rotator li { 
	list-style: none;
	padding: 0;
}

.rok-content-rotator .content {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 250px;
}

/* @end */

/* @group RokSlide */
#moduleslider-size {
	height: 1005px;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}


#tabmodules .module {

}

#tabmodules {
	overflow: hidden;
	background: url(../images/rotator-br.png) 100% 100% no-repeat;
}

#tabmodules div {
	background: url(../images/rotator-bl.png) 0 100% no-repeat;	
}

#tabmodules div div {
	background: url(../images/rotator-tr.png) 100% 0 no-repeat;	
}

#tabmodules div div div {
	padding: 0 0 0 20px;
	background: url(../images/rotator-tl.png) 0 0 no-repeat;
}

#tabmodules div div div div {
	background: none;
	padding: 0;
}

#tabmodules li span {		
	background: none;
	line-height: 46px;
}


#rokslide-toolbar span {
	white-space: nowrap;
}

#rokslide-toolbar {
	color: #666;
	margin: 0;
	padding: 0 0px;
}

#rokslide-toolbar li.current {
	background: url(../images/slide-tab-r.png) 100% 1px no-repeat;
	height: 42px;
}

#rokslide-toolbar li.current span {
	background: url(../images/slide-tab-l.png) 0 1px no-repeat;
	height: 42px;
}

#frame {
	text-align: left;
}

#frame #moduleslide .module {
	margin-top: 10px;
} 

#frame .module, #frame .module-hilite1, #frame .module-hilite2, #frame .module-hilite3, #frame .module-hilite4 {
	float: left;
}

#frame .module div, #frame .module-hilite1 div, #frame .module-hilite2 div, #frame .module-hilite3 div, #frame .module-hilite4 div {
	padding: 0;
}

#frame .module div div, #frame .module-hilite1 div div, #frame .module-hilite2 div div, #frame .module-hilite3 div div, #frame .module-hilite4 div div {
	padding: 0;
}

#frame .mmpr-1 .module, #frame .mmpr-1 .module-hilite1, #frame .mmpr-1 .module-hilite2, #frame .mmpr-1 .module-hilite3, #frame .mmpr-1 .module-hilite4 {
	width: auto;
}

#frame .mmpr-2 .module, #frame .mmpr-2 .module-hilite1, #frame .mmpr-2 .module-hilite2, #frame .mmpr-2 .module-hilite3, #frame .mmpr-2 .module-hilite4 {
	width: 46%;
}

#frame .mmpr-3 .module, #frame .mmpr-3 .module-hilite1, #frame .mmpr-3 .module-hilite2, #frame .mmpr-3 .module-hilite3, #frame .mmpr-3 .module-hilite4 {
	width: 31%;
}

#frame .mmpr-4 .module, #frame .mmpr-4 .module-hilite1, #frame .mmpr-4 .module-hilite2, #frame .mmpr-4 .module-hilite3, #frame .mmpr-4 .module-hilite4 {
	width: 22%;
}

#frame .mmpr-5 .module, #frame .mmpr-5 .module-hilite1, #frame .mmpr-5 .module-hilite2, #frame .mmpr-5 .module-hilite3, #frame .mmpr-5 .module-hilite4 {
	width: 18%;
}
/* @end */
a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

a.nounder:hover {
	text-decoration: none;
}

a img.album {
	border-width: 2px;
	border-style: solid;
}

.clr {
	clear:both;
}

fieldset {
	border-left: 0;
	border-right: 0;
}

fieldset.input {
	border: 0;
}

a img {
	border: 0;
}

img.content-left {
	float: left;
	margin-right: 10px;
	padding: 5px;
}

img.content-right {
	float: right;
	margin-left: 10px;
	padding: 5px;
}

#referencewidth {
	width: 100%;
	overflow:hidden;
}

body .pollstableborder {
	border: 0px;
}

.back_button {
	margin-top: 20px;
}

/* @end */

/* @group Signal Login Styling */

#sl_horiz {
	height: 28px;
	overflow: hidden;
	float: right;
}

#sl_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 10px;
}

#sl_horiz .button {
	border: 0;
	width: 53px;
	height: 26px;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	color: #666;
	background: url(../images/login-button.png) 0 0 no-repeat;
}

#sl_horiz .button:hover {
	color: #333;
}

#sl_horiz #sl_username {
	float: left;
}

#sl_horiz #sl_username input {
	padding-left: 24px;
	overflow: hidden;
	width: 110px;
	font-size: 100%;
	font-weight: normal;
	height: 22px;
	border: 1px solid #666;
	color: #666;
	background: #fbfbfb url(../images/user_bg.png) 0 50% no-repeat;
}

#sl_horiz #sl_pass {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_pass input {
	padding-left: 24px;
	overflow: hidden;
	width: 110px;
	font-size: 100%;
	font-weight: normal;
	height: 22px;
	border: 1px solid #666;
	color: #666;
	background: #fbfbfb url(../images/pass_bg.png) 0 50% no-repeat;
}

#sl_horiz #sl_rememberme {
	margin-left: 10px;
	float: left;
	line-height: 22px;
	color: #fff;
}

#sl_horiz #sl_submitbutton {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_lostpass,
#sl_hoziz #sl_lostname,
#sl_horiz a {
	margin-left: 10px;
	float: left;
	line-height: 22px;
	color: #fff;
}

#sl_horiz #sl_register {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_posttext {
	margin-left: 10px;
	float: left;
}

/* @end */

/* demo content stuff */
/* can be deleted */

#featuredmodules .module div div div .png {
	padding-right: 8px;
}

.featured-1 {
	background: url(../images/demo-1.png) 0 5px no-repeat;
	margin-top: 20px;
	width: 42px;
	height: 60px;
	float: left;
}

.featured-2 {
	background: url(../images/demo-2.png) 0 5px no-repeat;
	margin-top: 20px;
	width: 42px;
	height: 60px;
	float: left;
}

.featured-3 {
	background: url(../images/demo-3.png) 0 5px no-repeat;
	margin-top: 20px;
	width: 42px;
	height: 60px;
	float: left;
}
.non-dec  a{
       text-decoration: none;
}

.featured-4 {
	background: url(../images/demo-4.png) 0 5px no-repeat;
	margin-top: 20px;
	width: 42px;
	height: 60px;
	float: left;
}

span.featured-header {
	display: block;
	color: #eee;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 160%;
	line-height: 100%;
	margin-top: 25px;
	height: 25px;
	overflow: hidden;
}
span.featured-desc {
	color: #fff;
	font-style: italic;
	font-size: 100%;
}

.tool-tip {
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
#plan-t1 {
	width: 630px;
	padding: 0;
	margin: 0;
}
#plan-t2 {
	width: 910px;
	padding: 0;
	margin: 0;
}
#plan-t3 {
	width: 880px;
	padding: 0;
	margin: 0;
}
#plan-monit {
	width: 600px;
	padding: 0;
	margin: 0;
}
#price-table caption {
	padding: 0 0 5px 0;
	width: 600px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#price-table td.one {
	border-bottom: 1px solid #C1DAD7;
        border-right: 1px solid #C1DAD7;
        text-align: center;
        background: #fff;
        vertical-align: middle;
	padding: 6px 6px 6px 2px;
	color: #4f6b72;
}
#price-table td.top {
	border-top: 1px solid #C1DAD7;
}
#price-table td.small {
        font-size: 9px;
}

#price-table td.alt {
	background: #F5FAFA;
	color: #797268;
}
#price-table td.in {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;

	color: #6D929B;
	text-align: center;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
        vertical-align: middle;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header2.gif) no-repeat;
}
#price-table th.in2 {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;

	color: #6D929B;
	text-align: center;
	border-top: 1px solid #C1DAD7;
        vertical-align: middle;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header2.gif) no-repeat;
}
#price-table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;

	color: #6D929B;
        border-right: 1px solid #C1DAD7;
	
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
        vertical-align: middle;
	padding: 6px 6px 6px 2px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}
#price-table th.blue {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
        vertical-align: middle;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header2.gif) no-repeat;
}

#price-table th.tbl {
        vertical-align: middle;
        text-align: center;
	background: none;
}
#price-table th.monit-h1 {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	letter-spacing: 7px;
        padding: 6px 6px 6px 240px;
	text-transform: uppercase;
	background: #d1edd0 url(/images/bg_monit_h2.gif) no-repeat;
}
#price-table th.monit-h3 {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
        text-align: center;
	letter-spacing: 3px;
	background: #d1edd0 url(/images/bg_monit_h3.gif) no-repeat;
}

#price-table th.nobg {
	border-top: 0;
	border-left: 0;
        text-align: center;
	border-right: 1px solid #C1DAD7;
	background: none;
}
#price-table th.nobg2 {
        text-align: center;
	background: none;
	border: 0;
}
#price-table th.nobg-n {
	border-top: 0;
	border-left: 0;
        text-align: center;
	border-right: 0;
	background: none;
}
#price-table th.spec {	
	border-left: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 0;
        text-align: center;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}
#price-table th.spec-top {	
	border-left: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        text-align: center;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}
#price-table th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
        text-align: center;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #90826f;
}

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(/images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/images/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/images/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/images/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/images/multibox/rightDisabled.png) no-repeat;
}



.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/images/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.Desc {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
        display:none;
}
.SoldOut {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
        display:none;
}
#htmlElement {
	padding: 10px;
	background-color: #000;
}


/* 
Service Table Start
*/
.service_table thead td,.service_table thead th{
width: 910px;
	font-weight:bold;
	border-bottom:2px solid #92473F;
	color:#243A4A;
	background:transparent;
	white-space:nowrap;
}
.service_table thead th{
	text-align:center;
}
.service_table td,.service_table th{
	padding:5px;
        text-align:center;
}
.service_table th{
	text-align:center;
}
.service_table .price td,.service_table .price th{
	border-bottom:1px dashed #CCC;
}
.service_table .price strong{
	font-size:18px;
}
.service_table .price em{
	font-style:normal;
	color:#cd6054;
	background:transparent;
}
.service_table h3{
	font-size:11px;
}
.service_table li{
	float:left;
	width:220px;
	margin:0;
	padding:0;
	list-style:none;
}
.service_table .more{
	clear:both;
	text-align:right;
}
/* 
Service Table End
------------------
Tooltip Start
*/
div.yoo-tooltip-toggler {
	cursor: pointer;
}

div.yoo-tooltip div.default .tooltip-tl {
	background: url(/images/tooltip/bubble_tl.png) 0 0 no-repeat;
	position: relative; /* for close button */
}

div.yoo-tooltip div.default .tooltip-tr {
	padding: 0px 15px 0px 15px;
	background: url(/images/tooltip/bubble_tr.png) 100% 0 no-repeat;
}

div.yoo-tooltip div.default .tooltip-t {
	background: url(/images/tooltip/bubble_t.png) 0 0 repeat-x;
}

div.yoo-tooltip div.default .tooltip-l {
	background: url(/images/tooltip/bubble_l.png) 0 0 repeat-y;
}

div.yoo-tooltip div.default .tooltip-r {
	padding: 0px 15px 0px 15px;
	background: url(/images/tooltip/bubble_r.png) 100% 0 repeat-y;
}

div.yoo-tooltip div.default .tooltip-m {
	background: #ffffff;
	overflow: hidden;
}

div.yoo-tooltip div.default .tooltip-bl {
	background: url(/images/tooltip/bubble_bl.png) 0 0 no-repeat;
}

div.yoo-tooltip div.default .tooltip-br {
	padding: 0px 15px 0px 15px;
	background: url(/images/tooltip/bubble_br.png) 100% 0 no-repeat;
}

div.yoo-tooltip div.default .tooltip-b {
	background: url(/images/tooltip/bubble_b.png) 0 0 repeat-x;
}

div.yoo-tooltip div.default .tooltip-arrow {
	background: url(/images/tooltip/bubble_arrow.png) 50% 0 no-repeat;
}
/* 
Tooltip End
Additional style START
*/
.list-blue li {
        list-style: none;
	padding: 1px 0 4px 25px;
	background-image: url(/images/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.list-red li {
        list-style: none;
	padding: 1px 0 4px 25px;
	background-image: url(/images/bullet-red.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#server-listing table
{
	width: 875px;
	margin: 8px auto 14px;
	border-bottom: 1px solid #404040;
}

#server-listing table th
{
	background-color: #f5f5f5;
	color: #333333;
	border-bottom: 1px solid #201f3f;
	font-weight: 600;
	font-size: 0.98em;
	padding-top: 4px;
	padding-bottom: 4px;
}
#server-listing table th.plans-title
{

	width: 875px;
	text-align: left;
	color: #ffffff;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 27px;
	font-weight: normal;
}
#server-listing th.b1
{
background-image: url(/images/servers-table1.png);
}
#server-listing th.b2
{
background-image: url(/images/servers-table2.png);
}
#server-listing th.b3
{
background-image: url(/images/servers-table3.png);
}
#server-listing th.b4
{
background-image: url(/images/servers-table4.png);
}
#server-listing table td
{
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 0.93em;
}
#server-listing table .processor
{
	text-align: left;
	padding-left: 15px;
	border-left: 1px solid #404040;
	width: 145px;
}
#server-listing table .processor-es
{
	text-align: left;
	padding-left: 15px;
	border-left: 1px solid #404040;
	width: 160px;
}
#server-listing table .processor-bs
{
	text-align: left;
	padding-left: 15px;
	border-left: 1px solid #404040;
	width: 200px;
}
#server-listing table .hdd-bs
{
	width: 115px;
	text-align: left;
}
#server-listing table .hdd-es
{
	width: 155px;
	text-align: left;
}
#server-listing table .hdd
{
	width: 170px;
	text-align: left;
}
#server-listing table .ram, #server-listing table .price
{
	width: 80px;
        text-align: left;
}
#server-listing table .discounted
{
	width: 80px;
        text-align: left;
        text-decoration: line-through;
}
#server-listing table .bandwidth
{
	width: 80px;
        text-align: left;
}
#server-listing table .ip
{
	width: 50px;
        text-align: left;
}
#server-listing table td.order, #server-listing table th.order
{
	width: 80px;
        text-align: left;
	border-right: 1px solid #404040;
}
#server-listing table td.light 
{
	background-color: #ffffff;
}
#server-listing table td.dark 
{
	background-color: #d2dde7;
}
#server-listing a.sold-out, #server-listing a.soldout
{
	color: #7D7D7D;
}
#server-listing a.mb
{
	color: #DB5311;
}
/* 
Additional style END
*/
/* 
* Horizontal Login-Form Style 
*/

#sl_horiz {
	height: 22px;
	width: 600px;
	margin-top: 5px;
	margin-left: 270px;
	float: left;
}

#sl_horiz .button {
	font-size: 100%;
	font-weight: normal;
	color: #888;
	height: 24px;
	line-height: 10px;
}

#sl_horiz #sl_username {
	background-image: url(/images/login/user_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 177px;
	float: left;
}

#sl_horiz #sl_username input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #888;
}

#sl_horiz #sl_pass {
	background-image: url(/images/login/pass_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 177px;
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_pass input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #777;
}


#sl_horiz #sl_submitbutton {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_posttext {
	margin-left: 10px;
	float: left;
}
#goog-wm h3.other-things {
  color: #8f2831;
  font-size: 15px;
}
   
#goog-wm li.search-goog {
  display: none;
}
#price-table2 .signup_button {
	text-align: center;
	font-weight: bold;
	background: url(/images/buffera.gif) repeat-x center center;
	border: 1px solid #990000;
	padding: 2px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#price-table2 .hosting_th {
	background: url(/images/content_bg.gif) repeat-x;
	font-weight: bold;
	border-bottom: 2px solid #C2E6F3;
	padding-top: 8px;
	padding-bottom: 8px;
        width:94px;
}
#price-table2 .main {
	width:200px;
}
#price-table2 .mini {
	width:250px;
}
#price-table2 .s {
	text-decoration:line-through;
}
#price-table2 .line-r {
	border-right: 1px solid #eaf5fc;
        font-weight:normal;
}
#price-table2 .line-r-red {
	border-right: 1px solid #eaf5fc;
        font-weight:bold;
        color:#B22222;
}
#price-table2 .line-r {
	border-right: 1px solid #eaf5fc;
        font-weight:normal;
}
#price-table2 .red {
        font-weight:bold;
        color:#B22222;
}
.red {
        font-weight:bold;
        color:#B22222;
}
#price-table2 .flarge {
	font-size:14px;
}
#price-table2 .fsmall {
	font-size:10px;
}
#price-table2 .hosting_title {
	background: #FBFDFE;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	padding-left: 20px;
	border-right: 1px solid #FFF5F2;
}

#price-table2 .tick {
	background: url(/images/8-em-check.gif) no-repeat center center;
}
#price-table2 .info {
        padding-left:20px;
	background: url(/images/info-m.png) no-repeat left center;
}
#price-table2 .cross {
	background: url(/images/8-em-cross.gif) no-repeat center center;
}
#price-table2 th, #price-table2 td {
        border-bottom:1px solid #FFF5F2;
        padding:3px;
        text-align:center;
}
#price-table2 table {
        border:2px solid #F6FBFE;
        margin-top:10px;
        width: 672px;
        font-size:11px;
}
#price-table2 a:hover {
        color:#404041;
        text-decoration:underline;
}
#price-table2 a, #price-table2 a:link {
        color:#00698c;
        text-decoration:none;
}
#button-style a:hover {
        color:#ffffff;
        text-decoration:underline;
}
#button-style a, #button-style a:link {
        color:#ffffff;
        text-decoration:none;
}
#button-style .signup_button {
	text-align: center;
	font-weight: bold;
	background: url(/images/buffera.gif) repeat-x center center;
	border: 1px solid #990000;
	padding: 2px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#price-table2 .bgblack {
	background: url(/images/bgblack.gif) repeat-x center center;
	border: 2px solid #9b9b9b;
}
#price-table2 .vps {
        width: 850px;
}
#price-table2 .main-vps {
	width:130px;
}
.btn_sq, .button {
-moz-border-radius-bottomleft:0.3em;
-moz-border-radius-bottomright:0.3em;
-moz-border-radius-topleft:0.3em;
-moz-border-radius-topright:0.3em;
background:#FFFFFF url(/images/buttons/silverbg.gif) repeat-x scroll left 1px;
border:1px solid #C6C6C6;
color:#000000 !important;
cursor:pointer;
margin:0;
padding:1px 7px 2px;
vertical-align:middle;
white-space:nowrap;
font-size:12px;
}
.btn_sq:hover {
border:1px solid #8C8C8C;
color:#000000 !important;
text-decoration:none !important;
}