/* ************************************************************************************* */
/* GLOBAL CSS */

a, a:visited, a:active {
	text-decoration:none;
	color:#06F;
}

a:hover {
	color:#F00;
}

body, html {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;	
	height:100%;
}


.heading {
	font-size: 14px;
	font-weight:bolder;
}

body.index {
	background-color:#efefef;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.img, a img, img {
	border:0px;
}

.spacer-40 {
	clear:both;
	padding-bottom:40px;
}

.spacer-20 {
	clear:both;
	padding-bottom:20px;
}

.padding-20 {
	padding-top:20px;
}

.padding-10 {
	padding-top:10px;
}

.emphasise{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#222;
	text-align:left;
}

#footer {
	clear:both;
	padding-top:30px;
	padding-bottom:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-top:0px;
}

.copyright {
	font-size:9px;
	padding-top:7px;
}


/* ************************************************************************************* */
#wrapper {
	width:378px;
	height:332px;
}

#hex_1 {
	background-image:url(../images/hex/hex_1.png);
}

#hex_2 {
	background-image:url(../images/hex/hex_2.png);
	cursor:pointer;
}

#hex_3 {
	background-image:url(../images/hex/hex_3.png);
	height:166px;
}

/* ************************************************************************************* */
/* Index Page */


.index-link-left, .index-link-center, .index-link-right {
	width: 230px; 
	height:60px;
	padding:10px; 
	cursor:pointer;
	text-align:left;
	padding-left:20px;
	border-left:1px solid #999;
}

.index-link-left img, .index-link-center img, .index-link-right img {
	float:left;
}

.index-link-left {
	float:left; 
}

.index-link-center {
	float:left; 
	margin-left:10px;
}

.index-link-right {
	float:right; 
	margin-left:0px;
	border-right:1px solid #999;
}

.index-link-title {
	float:left;
	padding-left:15px;
	padding-top:5px;
	width: 160px; 
	font-weight:bolder;
}

.index-link-text {
	font-weight:normal;
	padding-top:5px;
	font-size:12px;
}


.index-info-left, .index-info-center, .index-info-right {
	font-size:12px;
	width: 230px; 
	padding:10px; 
	padding-left:20px;
	cursor:pointer;
	border-left:1px solid #999;
	text-align:left;
}

.index-info-left {
	float:left; 
}


.index-info-center {
	float:left; 
	margin-left:10px;
}

.index-info-right {
	float:right; 
	margin-left:0px;
	border-right:1px solid #999;
}


.index-btm-left, .index-btm-right {
	height:70px;
	padding:10px; 
	padding-left:20px;
	border-left:1px solid #999;
	cursor:pointer;
	text-align:left;
}

.index-btm-left {
	float:left; 
	width: 365px;
}

.index-btm-right {
	float:left; 
	margin-left:10px;
	width: 377px; 
	border-right:1px solid #999;
}

.index-btm-title {
	float:left;
	padding-left:15px;
	padding-top:5px;
	width: 300px; 
	font-weight:bolder;
}

.order-wrapper, .order-wrapper-hover {
	font-size: 24px;
	padding:20px;
	margin-top:20px; 
	float:right;
	width:375px; 
	height:40px; 
	background-repeat:no-repeat;
}

.order-wrapper {
	color:#aaa; 
	background-image:url(../images/offer.png); 
}

.order-wrapper:hover {
	color:#000; 
	background-image:url(../images/offer-hover.png); 
	cursor:pointer;
}

#order-arrow {
	float:right; 
	position:absolute;
	margin-top:20px;
}

/* ************************************************************************************* */
/* Left Nav */
#sidenav{
	text-align:left;
}

#sidenav .normal {
	width:160px;margin-top: 20px;font-weight:bolder;
	padding:5px;
}

#sidenav .normal a {
	color:#000;
}

#sidenav .active {
	width:160px;margin-top: 20px;font-weight:bolder; /*background-color:#444;*/ color:#FFF;
	padding:5px;
	
	background-image:url(../images/arrow.png);
	background-position:left;
	background-repeat:no-repeat;
}
#sidenav .active a {
	color:#FFF;
}

/* ************************************************************************************* */

#range-header {
	 background-color:#99F;
}



.form_label{
	width:150px;
	font-style:italic;
	text-align:left;
	float:left;
	padding-top:8px; 
	font-size: 14px;
	clear:both;
}

.form_input {
	text-align:left;
	float:left;
	width:210px;
	padding-top:7px;
	padding-left:15px;
	height:24px;
	background-image:url(../images/range/input-background.png); 
	background-repeat:no-repeat;
}

.form_input_error {
	text-align:left;
	float:left;
	width:210px;
	padding-top:7px;
	padding-left:15px;
	height:24px;
	background-image:url(../images/range/input-background-error.png); 
	background-repeat:no-repeat;
}


.form_result {
	text-align:left;
	float:left;
	width:30px;
	margin-top:3px;
	margin-left:30px;
	height:25px;
	
	background-repeat:no-repeat;
	
}

.form_result_error {
	text-align:left;
	float:left;
	width:30px;
	margin-top:3px;
	margin-left:30px;
	height:25px;
	background-image:url(../images/range/error.png); 
	background-repeat:no-repeat;
	
}


.form_input:hover {
	background-image:url(../images/range/input-background-hover.png); 
}

input {
	font-size: 12px;
	border: 1px solid #999;
	background-color: #ffffcc;
	color: #000000;
	
}


.text {
	width: 165px;
	text-align:left;
	background-color:#fff;
	border:0px;
}

.checkbox-custom {
	margin-left:3px;
	width:12px;
	height:12px; 
	border:1px solid #ccc;
	float:left;
	font-size:10px;
}



#submit-btn {
	float:right; 
	width: 80px; 
	padding:3px;
	font-size:14px;
	cursor:pointer;
	border: 1px solid #fff;
}

#submit-btn:hover {
	color:#000;
	border: 1px solid #999;
	background-color:  #efefef;

}

/* ************************************************************************************* */
/* Content */
#content {
	font-size:12px;
	text-align:left;
	color:#666;
}

.header-text {
	color:#000; 
	font-size:16px;
	text-decoration:underline;
}

.title-text {
	font-weight:bolder;
	text-decoration:underline
}


.order-now {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 100px;
	clear:both;
	margin-top:60px; 
	padding:5px;
	cursor:pointer;
	font-weight:bolder;
} 

.order-now img {
	margin-top:10px;
}
/* ************************************************************************************* */


.mail-it-bullets, .back-it-bullets {
	margin-left:20px;
	padding:0px;
}

.mail-it-bullets li, .back-it-bullets li {
	background-image:url(../images/icons/small/right.png);
	
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-bottom:14px;
}





/* ************************************************************************************* */
/* MAIL IT */
#mail-it-header {
	 background-color:#d00;
}

body.mail-it {
	background-color:#ffffff;
}


#mail-it-pricing {
	font-size:14px;
}

#banding {
	float:left;
	width:140px; 
	border-right:1px solid #000000; 
	padding:5px;
	padding-right:8px;
}

#pricing {
	float:left;
	width:140px;
	padding:5px;
	padding-left:10px;
}

#pricing div, #banding div { padding:3px; }

.mail-it-bullets2 {
	margin-left:20px;
	padding:0px;
}
.mail-it-bullets2 li {
	background-image:url(../images/icons/small/right2.png);
	
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-bottom:14px;
}


.mail-it-triggers {
	margin-left:15px; 
	padding:0;
}

.mail-it-triggers li {
	padding-bottom:8px;
}

.mail-it-ordered {
	margin-left:20px;
	padding-left:0;
}
/* ************************************************************************************* */


/* ************************************************************************************* */
/* BACK IT */
#back-it-up-header {
	background-color:#0d0;
}
/* ************************************************************************************* */



/*



.bottom_container {
	
	height:30px;
}

#nav_links {
	width: 290px;
	vertical-align:bottom;
}

#nav_links a, #nav_links a:active, #nav_links a:visited {
	color:#000;
}

#nav_links a:hover {
	color:#000;
	text-decoration:overline;
}



*/