/*  ----------------------------------------------------------------------
  GENERAL REDECLARATIONS
  ---------------------------------------------------------------------- */

/* 
orange # FF3800
lighter green #00D7D7
green #009292
darker green #005555
yellowish green #AFDA03
*/
  
html				{min-height: 100%;}
* html				{height: 100%}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #081923 url("../images/backgrounds/blue.jpg") no-repeat center top;
}

body#page-3cms {background: #010101 url("../images/backgrounds/clouds.jpg") no-repeat center top;}
body#page-services {background: #020101 url("../images/backgrounds/night-sky-farm.jpg") no-repeat center top;}
body#page-hosting-domain-names {background: #020101 url("../images/backgrounds/night-sky-ocean.jpg") no-repeat center top;}

body, tr,
td, input,
select, textarea 	{font:normal 16px/24px Georgia, serif;color:#fff;}

input,
select,
textarea {
	color: #000;
}

a {outline: none;}
a:link,
a:visited { color: #fff;text-decoration: underline;}
a:hover,
a:active { color: #AFDA03;text-decoration: underline;}

#footer a:link,
#footer a:visited { color: #a1a1a1;text-decoration: none;}
#footer a:hover {  color: #ffffff; text-decoration: underline;}

ul, ol	 	{margin:0 0 10px 25px;}
dl 			{margin:0 0 10px;}
dt 			{font-weight:bold;}
dd			{margin:0 0 3px 10px;}
p 			{margin:0 0 15px;font-style: italic;}
h1 			{font-size: 30px;font-family: 'KlavikaMediumPlain', Verdana, Arial, Helvetica, sans-serif;text-transform: uppercase;color: #AFDA03;margin:0 0 12px;}
h2 			{font-size: 24px;font-family: 'KlavikaMediumPlain', Verdana, Arial, Helvetica, sans-serif;color: #009292;margin:0 0 8px 0;}
h3 			{font-size: 18px; font-family: 'KlavikaMediumPlain', Verdana, Arial, Helvetica, sans-serif;color: #009292;margin:6px 0 2px;}
h5			{font-size:xx-small; margin:3px 0;}
h6 			{font-size:xx-small; margin:0;}
hr 			{border-style: none; border-bottom: 1px dotted #999; color: #030A0E; background-color: #030A0E;margin-bottom: 14px;}
			/*color and background color should be the same as the background color of the div it is contained within*/
img 		{border:none;}
acronym		{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr		{clear: both;}
.clear-right{clear: right;}
.clear-left {clear: left;}
.right		{float: right;}
.left		{float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.intro {font-size: 15px; font-weight: normal;line-height: 1.4em;}
.hidden {display:none;}
.margin-left {margin-left: 9px;}
.margin-top {margin-top: 10px;}
.no-margin {margin:0 !important;}
.inline {display:inline;float:none;}

.fancybox-default.block,
.fancybox-default.block img,
.fancybox-default.left,
.fancybox-default.left img,
.fancybox-default.right,
.fancybox-default.right img {
	display: block;
}
.fancybox-default.block {
	margin: 1ex auto;
}
.fancybox-default.left {
	margin: 0 1ex 1ex 0;
}
.fancybox-default.right {
	margin: 0 0 1ex 1ex;
}
#fancybox-title-float-main {font-size: 14px;font-family: 'KlavikaMediumPlain', Verdana, Arial, Helvetica, sans-serif;font-weight: normal !important;line-height: 27px;}

/* new clearfix from http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
.clearfix:after {
	visibility: hidden;
	overflow: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	width: auto;
	line-height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#preload {position: absolute;top: -1000px; left: -1000px;}

img.left	{margin-right:10px;}
img.right	{margin-left:10px;}
.red 		{color: #ff1000;}
#map 		{width: 450px;height: 300px;}

h1.page-title {
	text-transform: lowercase;
}

.photo,
.post a.fancybox img {padding: 5px; background: #fff;}
.photo:hover ,
.post a.fancybox img:hover {padding: 5px; background: #AFDA03;cursor: pointer;}

a.download-link {display: block; padding: 2px 2px 2px 20px;cursor: pointer;background: url("/images/icons/pdf.gif") no-repeat 0 2px;}
.pdf-icon {background: url("/images/icons/pdf.gif") no-repeat 0 2px !important;}
.email-icon {background: url("/images/icons/email.gif") no-repeat 0 2px !important;}
.video-icon {background: url("/images/icons/video.gif") no-repeat 0 2px !important;}
.link-icon {background: url("/images/icons/link.png") no-repeat 0 2px !important;}

/* 
orange #AFDA03
green #009292
*/

/*  ----------------------------------------------------------------------
  STANDARD LAYOUT
  ---------------------------------------------------------------------- */

#wrapper {
	position: relative;
	background: transparent;
	width: 960px;
	text-align: left;
	margin: 0px auto;
}

#header {
	position: relative;
	background: transparent;
	width: 960px;
	height: 120px;
}

/* Text based header

#header h1 {
	float: left;
	padding: 35px 10px 0 35px;
	color: #fff;
	line-height: 1em;
	height: 50px;
	font-size: 50px;
	font-family: Georgia, Helvetica,Verdana,Arial,sans-serif;
}

#header h1 span {font-size: 30px;color: #BAE5EB}*/

#header h1 {padding-top: 30px;}

#header h1 a {
	background: transparent url("/images/logo.png") no-repeat center center;
	display: block;
	width: 260px;
	height: 60px;
	text-indent:-9999em;
}

#header h2 {
	position: absolute;
	top: -100px;
	left: 0px;
}

#content {
	width: 960px;
	height:auto;
}



/*----------------------------------
	COLUMNS
-----------------------------------*/

.column-full,
.column-left,
.column-middle,
.column-right {
	padding: 20px 20px 1px;
	margin-bottom: 30px;
}
.column-full {
	width: 920px;
}
.column-left,
.column-middle {
	float: left;
}
.column-right {
	float: right;
}

.content-2-col-left .column-left {
	width: 605px;
}
.content-2-col-left .column-right {
	width: 245px;
	padding-top: 14px;
}

.content-2-col-left.content-2-col-index .column-left {
	width: 560px;
}
.content-2-col-left.content-2-col-index .column-right {
	width: 290px;
	padding-top: 20px;
}

.content-2-col-equal .column-left, .content-2-col-equal .column-right {
	width: 425px;
}

.content-3-col-equal .column-left, 
.content-3-col-equal .column-right,
.content-3-col-equal .column-middle {
	width: 240px;
	padding: 30px 30px 1px 30px;
}
.content-3-col-equal .column-left {
	margin-right: 30px;
}


* html #content-main {/* IE6 */
	height: 100%;
}

#content-side {
	float:right;
	width: 250px;
	padding: 55px 0px 15px 0;
	margin: 0;
	height:100%;
}

body.two-col #content-main {
	float:left;
	width: 600px;
}

.opacity60 {background: url("../images/opacity/black-opacity-60.png") repeat 0 0;}
.opacity70 {background: url("../images/opacity/black-opacity-70.png") repeat 0 0;}
.opacity80 {background: url("../images/opacity/black-opacity-80.png") repeat 0 0;}

/*----------------------------------
	SPECIFIC PAGE STYLING
-----------------------------------*/

#home-info-box {
	position: absolute;
	top: 428px;
	left: 40px;
	width: auto;
	height: auto;
	z-index: 99999999;
	padding: 15px 20px 1px 20px;
}

#home-info-box h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	line-height: 34px;
}


body#page-home .gallery-images ul{
    margin-top: 0px;
}

.tag-lines {
	float: left;
	width: 300px;
	margin-right: 10px;
}

body#page-portfolio.content-3-col-equal .column-left, 
body#page-portfolio.content-3-col-equal .column-right,
body#page-portfolio.content-3-col-equal .column-middle {min-height: 430px;}

body#page-portfolio img.photo {margin-top: 15px;}

h2.portfolio-nav {color: #00D7D7;}
h2.portfolio-nav a:link,
h2.portfolio-nav a:visited {color: #009292; text-decoration: underline;}
h2.portfolio-nav a:hover,
h2.portfolio-nav a:active {color: #AFDA03; text-decoration: underline;}



body#page-graphic-design-portfolio .item-image {
	float: left;
	width: 200px;
	height: 166px;
	padding: 0 10px;
	margin: 0 40px;
}

body#page-graphic-design-portfolio .item-image a {
	display: table-cell;
	width: 200px;
	height: 166px;
	text-align: center;
	vertical-align: middle;
}

body#page-graphic-design-portfolio .item-image a img {
	vertical-align: middle;
}

.logos {
	background:#fff;
	padding-top: 20px;
	margin-bottom: 20px;
}

/*\*//*/
* html body#page-graphic-design-portfolio .item-image {
	display: block;
}
* html body#page-graphic-design-portfolio .item-image span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
* html body#page-graphic-design-portfolio .item-image a  {
	font-size: 1px;
}
/* non serve solito shift background-position: 11px 11px per IE/Mac, forse perche' su inline-block? */
body#page-graphic-design-portfolio .item-image a {
	border-collapse: collapse; /* Op7 */
}

body#page-graphic-design-portfolio .column-left {width: 450px;}
body#page-graphic-design-portfolio .column-right{width: 430px;}






body#page-contact-us .column-right p {
	font-size: 12px;
} 
body#page-contact-us .column-right p span {display: inline-block;min-width: 12px;padding-right: 10px;}

/*----------------------------------
	FOOTER
-----------------------------------*/

#footer {
	clear:both;
	width: 960px;
	min-height: 100px;
	background: transparent url("../images/3am-footer.png") no-repeat right 0px;	
	font-size:10px;
	color:#666;
	padding-top:12px;
	padding-bottom: 20px;
	text-align: left;
}

#footer h1 {
	float: left;
	margin: 18px 10px 0 0;
}

#footer a.facebook,
#footer a.email,
#footer a.phone {
	float: left;
	display: inline;
	width: 66px;
	height: 64px;
	text-indent: -9000px;
	background: url("../images/nav/connect-buttons.png") no-repeat 0 0;
}

#footer a.facebook {background-position: 0 0;}
#footer a.facebook:hover {background-position: 0 -64px;}
#footer a.email {background-position: -66px 0;}
#footer a.email:hover {background-position: -66px -64px;}
#footer a.phone {background-position: -132px 0;}
#footer a.phone:hover {background-position: -132px -64px;}


/* Forms */

form span {
	color:inherit;
}

form fieldset {
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	padding:1em;
	margin:1em 0;
}

form fieldset fieldset {
	clear: both;
	border-style:solid none none;
}

form input, form textarea, form select {
	border-style:solid;
	border-width:1px;
	border-color:#009292;
	padding:3px;
	color: #333;
	background: #CCCCCC url("../images/grey-blend.jpg") repeat-x 0 0;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus{}

form .form-item {
	clear:both;
	padding:0 0 0.4em;
	margin:0.5em 0;
}

form .form-item label {
	float:left;
	display:block;
	width:120px;
	text-align:right;
	font-style: italic;
	padding:6px 10px 4px 0px;
	line-height: 16px;
	margin:0;
	vertical-align:top;
}

form .form-item p, form .form-item span, form .form-item .dummy-input  {
	padding:4px;
	margin:0;
	display:inline-block;
}
form .form-item span {display: none;}

form .form-item .mceEditor, form .form-item .mceEditor span {
	position:relative;
	padding:0;
}

form .form-item .success, form .form-item .notice, form .form-item .error, form .form-item .warning {
	border-style:none;
	padding:4px;
}

form .form-item .description {
	margin-left:110px;
	padding:6px 1px;
	font-size:11px;
}

form .form-item span.description {
	margin-left:26px;
	display:block;
}

form .form-item .description.inline {
	display:inline;
	margin-left:15px;
	position:relative;
	top:-2px;
}

form .form-item.long label {width:150px;}
form .form-item.longer label {width:200px;}
form .form-item.extra-long label {width:250px;}

form .form-item.long .description {margin-left:160px;}
form .form-item.longer .description {margin-left:210px;}
form .form-item.extra-long .description {margin-left:260px;}

form .form-item input, form .form-item select, form .form-item textarea {
	float:none;
	display:inline;
	width:auto;
	margin:0;
	padding:4px;
}

form .form-item select {
	padding-top:3px;
	padding-bottom:3px;
}

form .form-item input.checkbox {margin:8px 0 0 2px;}

form .form-item button,
form .form-item input.button {
	padding:0.2em 1em;
	margin:0;
}

form .inline-container .form-item {border:none;margin:0;display:inline;}
form .inline-container .form-item label {
	float:none;
	display:inline;
	padding-left:0;
	vertical-align:text-top;
}

form .inline-container .form-item label span {
	margin-right:8px;
	position:relative;
}

form fieldset legend {padding:0 1em;}

td.numeric, td.numeric input, .form-item .numeric input, input.numeric {
	text-align: right;
}

#product-cart-view-form .form-item {
	width: auto;
}

/* 
orange #AFDA03
green #009292
*/

/*----------------------------------
	TABLE and LIST STYLING
-----------------------------------*/

table.data,
ul.data {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

table.data td,
table.data th,
ul.data li {
	vertical-align: top;
	padding: 1px;
	border-left: 1px solid #999;
	border-right: 1px solid #CACACA;
	padding: 3px 10px;
	background: #CCCCCC url("../images/grey-blend.jpg") repeat-x 0 0;
	color: #333333;
	font-style: italic;
}

table.data.centered-horizontal td,
table.data.centered-horizontal th,
ul.data.centered-horizontal li {text-align: center;}

ul.data li {list-style-type: none;}

table.data th {
	color: #fff;
	background: #00B7B7 url("../images/teal-blend.jpg") repeat-x 0 0;
	border-left: 1px solid #006F6F;
	border-right: 1px solid #00B6B6;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

ul.highlight
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
ul.highlight li
{
	background-image: url(../images/list-highlight-dot-green.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	font-style: italic;
}

table.data td span,
table.data th span,
ul.data li span,
ul.highlight li span {font-size: 0.8em;}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

.messages ul {
	margin-bottom:0;
	margin-top:0;
}

.messages,
.dc-error {
	border: 3px solid;
	padding: 10px;
	padding-left: 35px;
	margin-bottom: 10px;
	color: #333;
	background: url('/admin/images/icons/accept.png') no-repeat 10px 10px;
}

.messages.success {
	background-color: #BBEECC;
	border-color: #7AC593;
}

.messages.notice {
	background-image: url('/admin/images/icons/information.png');
	background-color:#DFEEFF;
	border-color:#95BEEF;
}

.messages.error{
	background-color: #FF9797;
	background-image: url('/admin/images/icons/exclamation.png');
	border-color: #FF4A4A;
}

.messages.warning,
.dc-error {
	background-color: #FFBD59;
	background-image: url('/admin/images/icons/error.png');
	border-color: #FF863E;
}

/* 	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
		MODULE STYLING
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 		
----------------------------------------------- */

/* ----------------------------------------------- 
		FAQS EXPAND-COLLAPSE STYLING - use this when we have a module built. As seen in Shark Shield and OLoughlins
		Use snippet of application.js or add it to three.js?
----------------------------------------------- */

.expand-collapse h3:hover {cursor: pointer;}

.expand-collapse h3 span {
	padding:0 15px;
	display:inline;
	background-position:5px -3px;
	background-repeat:no-repeat;
	background-image:url("/images/expand.png");
}

.expand-collapse h3.expanded span {
	background-image:url("/images/retract.png");
}

/*----------------------------------
	GALLERIES
-----------------------------------*/

.gallery-slideshow.gallery-pos1  {
	background: transparent;
	width: 940px;
	padding: 0px;
	padding-bottom: 20px;
	position: relative;
}

.gallery-slideshow.gallery-pos1 ul {
	margin: 0;
}

#slideshow-nav {
	position: absolute;
	z-index: 10;
	right: 30px;
	bottom: 40px;
}
#slideshow-nav a {
	color: #000000;
	background: #fff;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: left;
	text-indent: -9000px;
	text-decoration: none;
	width: 15px;
	height: 15px;
}
#slideshow-nav a:hover {
	background: #AFDA03;
	color: #FFFFFF;
}
#slideshow-nav a.activeSlide {
	background: #009393;
}
#slideshow-nav a.activeSlide:hover {
	color: #009393;
	cursor: default;
}

.gallery-fancybox li {
	float: left;
	border: 5px solid #fff;
	margin: 0 10px 20px 0px;
}
.gallery-fancybox li:hover {
	border: 5px solid #AFDA03;
}

.gallery-fancybox img {
	padding: 0px;
}

/* ----------------------------------------------- 
		LINKS MODULE
----------------------------------------------- */

img.link-group-photo {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
.link-group,
.links-wrapper {clear: left;margin-bottom: 20px;width: 100%;height: auto; float: left}
.link-group {border-bottom: 1px dashed #ccc;}
.links-wrapper ul {list-style: none;margin-left: 0px;}
.links-wrapper ul li {clear: left;height: auto;float: left;width: 100%;}
.links-wrapper ul li img {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
p.link-description,
p.link-url {margin-top: 0px;margin-bottom: 0px;}

/*----------------------------------
	BANNER MODULE
-----------------------------------*/

#header-banner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 468px;
	height:60px;
	border: 1px solid #ccc;
	overflow:hidden;
}

.banner-display {
	position: relative;
}

.banner-display .flash-banner-display-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

/*----------------------------------
	BREADCRUMBS
-----------------------------------*/

ul.breadcrumbs {
	margin:0;
	list-style-type:none;
	list-style-image:none;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

ul.breadcrumbs li {
	display:inline;
	margin-right:5px;
	font-size: 11px;
}

/*----------------------------------
	BLOGS
-----------------------------------*/

.blog-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.blog-item:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-item h2 {margin-bottom: 0px;}
.blog-item .item-image {margin: 0 10px 10px 0;}
.blog-item-profile-listing img {
	vertical-align: top;
}
.blog-item-profile h2 {
	margin-bottom: 2em;
}
.blog-item-profile-stats p {
	margin: 1em 0 0;
	clear: left;
}
.blog-item-profile-stats .clearfix:after {
	clear: left;
}
.blog-item-profile-stats .blog-item-profile-stat-label {
	float: left;
	width: 190px;
	padding-right: 10px;
}
.blog-item-profile-stats .blog-item-profile-stat {
	float: left;
}
h3.posted {color: #444;font-size: 11px;margin-top: 0px;}

.blog-listing-portfolio-full .posts .posts-col {
	width: 300px;
	float: left;
}
.blog-listing-portfolio-full .posts .posts-col.col-1 {
	margin-left: 30px;
}
.blog-listing-portfolio-full .posts .posts-col.col-2 {
	float: right;
}

.blog-listing-portfolio-full .post {
	padding: 20px 30px 15px /*!important*/;
	margin-bottom: 30px;
	font-size: 12px;
	font-style: italic;
}
.blog-listing-portfolio-full .post h2 {
	font-style: normal;
}
.blog-listing-portfolio-full .item-image a,
.blog-listing-portfolio-full .item-image img {
	display: block;
	margin: 0 auto;
}
.blog-listing-portfolio-full .post p {margin: 1em 0 0;}
.blog-listing-portfolio-full .post ul {margin: 1em 0 5px 12px;}
.blog-listing-portfolio-full .post li,
.blog-listing-portfolio-full .post dl {
	/*margin: 1em 0 0;*/
}

.blog-listing-portfolio-full .post  a.client-site:link,
.blog-listing-portfolio-full .post a.client-site:visited {
	color: #AFDA03;
	text-decoration: none;
}
.blog-listing-portfolio-full .post a.client-site:active,
.blog-listing-portfolio-full .post a.client-site:hover {color: #009292;}

/* columnizer plugin fallback for IE */
.blog-listing-portfolio-full .posts .column {
	width: 300px !important;
	margin-left: 30px;
}
.blog-listing-portfolio-full .posts .column.first {
	margin-left: 0;
}
.blog-listing-portfolio-full .posts .column.last {
	float: right !important;
}

/*----------------------------------
	COUNTDOWN TIMER
-----------------------------------*/

.countdown-timer {
	background: url("../images/countdown-timer/bg-panel.png") no-repeat 0 0;
    color: #FFFFFF;
    font-size: 18px;
    height: 36px;
    padding: 50px 0 0 20px;
    position: absolute;
    right: 0;
    top: 171px;
    width: 373px
}

.countdown-timer .timer-text {
	position: absolute;
	left: 20px;
	top: 20px;
	width:226px;
	height:26px;
	background: url(../images/countdown-timer/text-round1.png) no-repeat;
	text-indent: -100em;
	overflow: hidden;
}

.countdown-timer .timer-intervals {
	display: block;
	position: relative;
}

.countdown-timer .timer-digit {
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 26px;
	line-height: 24px;
	background: url("../images/countdown-timer/bg-cell.gif") no-repeat 0 0;
}
.countdown-timer .timer-suffix {
	padding: 0 1.2ex 0 0.5ex;
}

.countdown-timer .timer-interval-set-month {
	position: absolute;
	top: -37px;
	right: 20px;
}
.countdown-timer .timer-interval-set-month .timer-digit {
	font-size: 24px;
	line-height: 36px;
	width: 40px;
	height: 36px;
	background: url("../images/countdown-timer/bg-wide-cell.gif") no-repeat 0 0;
}
.countdown-timer .timer-interval-set-month .timer-suffix,
.countdown-timer .timer-interval-set-second .timer-suffix {
	padding-right: 0;
}

/*----------------------------------
	FORMS MODULE 
-----------------------------------*/

.form-item label {width: 100px;}

.form-item {
	padding:0.5em 0;
	margin-bottom:0.5em;
}

.form-item textarea {
	width: 360px;
}
form .form-item textarea.textarea-small {
	height: 2em;
}
form .form-item textarea.textarea-medium {
	height: 8em;
}
form .form-item textarea.textarea-large {
	height: 20em;
}

.form-item.required {
}
span.required {
	color: #E74A4A;
}

.form-item.error {
}

.form-item .description {
	clear:left;
}

fieldset.error {
	border-color:#E74A4A;
}
.form-item.error label {
	color: #E74A4A;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border-color:#E74A4A;
	border-style:solid;
	border-width:1px;
}
.form-item.error > input,
.form-item.error > textarea,
.form-item.error > select {
	border-color:#E74A4A;
	border-style:solid;
	border-width:1px;
}

.radiolabel {
	font-weight: normal;
}

.radio-group-wrapper, .checkboxes-wrapper {
	margin-left: 112px;
}

form .radio-group-wrapper input,
form .checkboxes-wrapper input {
	margin: 4px 5px 0 0;
	width: auto;
	float: left;
	clear: left;
}
form .radio-group-wrapper input:first-child,
form .checkboxes-wrapper input:first-child {
	clear: none;
}
form .radio-group-wrapper br,
form .checkboxes-wrapper br {
	display: none;
}

.form-buttons input,
.form-item button {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	padding: 4px;
	margin-left: 130px;
	margin-bottom: 20px;
	border: 1px solid #009292;
	background: #00B7B7 url("../images/teal-blend.jpg") repeat-x 0 0;
}
.form-item button:hover {
	color: #333;
	border: 1px solid #333;
	cursor: pointer;
	background: #CCCCCC url("../images/grey-blend.jpg") repeat-x 0 0;
}

/*----------------------------------
	SEARCH RESULTS
-----------------------------------*/

/*----------------------------------
	POLLS
-----------------------------------*/

.poll-wrapper p input, .poll-wrapper form label, .poll-wrapper form label input {
	display: inline;
	float: none;
	padding: 0;
	width: auto;
}

/*----------------------------------
	STORE MODULE
-----------------------------------*/

.cart-item-note textarea {
	font-family: monospace;
	white-space: pre;
	height: 3em;
}
.cart-item-note td textarea {
	width: 90%;
}

.accept-credit-cards {
	clear: both;
}

.accept-credit-cards span {
	display: block;
	margin-top: 1ex;
	word-spacing: 1em;
}

.cart-discount-redeem input {
	font-family: monospace;
}



/*----------------------------------
	MAPS MODULE
-----------------------------------*/

a.maps-larger-map {
	float: left;
	width: 590px;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
}

.maps-marker-info {color: #333;}

/*----------------------------------
	FAQS MODULE
-----------------------------------*/

.faq-list {
	clear: both;
	margin: 0 0 1em;
	padding: 0;
}

.faq-list dt {
	border-top: 1px dotted;
	padding: 1ex 0 0;
	margin: 1ex 2em 0 0;
}

.faq-list dt:first-child {
	border-top: 0 none ;
	padding-top: 0;
	margin-top: 0;
}

.faq-list dd {
	padding: 0;
	margin: 0 0 1ex 2em;
}

.faq-list p {
	padding: 0;
	margin: 0 0 1ex;
}

.faq-expanding dt {
	cursor: pointer;
}

.faq-expanding .faq-expand {
	display: block;
	float: left;
	margin: 0 1ex 0 0;
	padding: 0;
	text-indent: -2em;
	overflow: hidden;
	width: 9px;
	height: 18px;/* should equal line height */
	background: url('../images/retract.png') no-repeat center;
}
.faq-expanding .faq-collapsed .faq-expand {
	background-image: url('../images/expand.png');
}

/*----------------------------------
	PAGES MODULE
-----------------------------------*/

.section-images.left {
	margin: 0 1em 1em 0;
}
.section-images.right {
	margin: 0  0 1em 1em;
}

.aggregate-subpage {
	padding-left: 1em;
}

/*----------------------------------
	USERS MODULE
-----------------------------------*/

.form-item span.password_strength {
	padding-left: 1em;
}
.password_strength_1 {
	color: #D02000;
}
.password_strength_2 {
	color: #A05000;
}
.password_strength_3 {
	color: #708000;
}
.password_strength_4 {
	color: #40B000;
}
.password_strength_5 {
	color: #00D000;
}

/*----------------------------------
	TOOLTIPS
-----------------------------------*/

ul li.tooltip {cursor: help;}
ul li.tooltip:hover {color: #009292;}

.tooltip div.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2000000;
   /*
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;*/
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
   cursor: text;
   width: 200px;
   
   color: #fff;
   border: 1px solid #009292;
   background-image: url('../images/opacity/black-opacity-90.png');
}

.tooltip div.tooltip p {margin-bottom:10px;}


/* 
orange #AFDA03
green #009292
*/

/*----------------------------------
	DOMAIN NAME CHECKER
-----------------------------------*/

#check-domain, #check-tld-preferred {
	font-family: monospace;
}
#other-tlds {
	padding-top: 10px;
}
#other-tlds .form-item {
	width: 100px;
	display: inline-block;
	white-space: nowrap;
	text-align: right;
	padding-right: 1ex;
}
#other-tlds .form-item label {
	padding-right: 0.2ex;
}

form#domain-check {
	padding-bottom: 20px;
}

.dc-check span {
	padding-left: 20px;
}
.dc-check-yes span {
	color: #BBEECC;
}
.dc-check-no span {
	color: #ff0000;
}
.dc-check-dunno span {
	color: #DFEEFF;
}

