/* ----------------  INITIAL START ------------- */

* { margin: 0px; padding: 0px;}

h1 { margin-bottom: 10px;}
h2 { margin-bottom: 7px;}
h3, h4, h5 { margin-bottom: 5px;}
p, ul { margin-bottom: 7px; }

form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { 
		border: none;
		border: 1px solid #999;
		background: white;
}

/* ----------------  INITIAL END ------------- */


/* ----------------  FONT  ------------- */

a:link, a:visited {
	text-decoration: none;
	color: #26a1dc;
	font-weight: bold;
}
a:hover, a:active {
	color: #ccc;
}
a img {
	border: none;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
.button a:link, .button a:visited {
	color: white;
	font: normal bold 12px Arial, Helvetica, sans-serif;
}
.button a:hover, .button a:active {
	color: #8ddaff;
}
.footer a:link, .footer a:visited {
	color: #0191d7;
	font: normal normal 11px Arial, Helvetica, sans-serif;
}
.footer a:hover, .footer a:active {
	color: #aaa;
}
.smalltext, textarea {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #aaa;
}
.submitButton {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.submitButton:hover {
	color: #8ddaff;
	cursor: pointer;
	cursor: hand;
}
/* ----------------  BASICS  ------------- */

body {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
input {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #838282;
	background: none;
	border: none;
}
.submitButton {
	background: transparent;
	border: none;
	position: relative;
	top: -1px;
}
#mainwrapper {
	width: 752px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/basics/fax.jpg) left top no-repeat;
	color: #636466;
	line-height: 20px;
}
#logo {
	padding-top: 15px;
	position: absolute;
	margin-left: -42px;
}
#navigation {
	padding-top: 68px;
	padding-left: 324px;
}
#navigation .aboutNavi, #navigation .productsNavi, #navigation .buynowNavi, #navigation .contactNavi, #navigation .homeNavi {
	float: left;
}
#navigation .homeNavi {
	padding-right: 3px;
}
.rightSide {
	width: 460px; 
	float: left;
}
.leftSide {
	width: 292px; 
	padding-top: 133px;
	float: left;
}


/* ----------------  BOXES FEATURED CONTAINER  ------------- */
ul li {
	list-style: none;
	background: url(../images/basics/listpoint.png) left center no-repeat;
	padding-left: 15px;
}

.textbox_HP_left {
	padding-top: 10px;
	padding-right: 10px;
}
.ms {
	width: 275px;
}
.ms_top {
	 background: url(../images/basics/ms_top.jpg) left top no-repeat; 
}
.ms_bottom {
	background: url(../images/basics/ms_bottom.jpg) left bottom no-repeat; 
	padding: 10px 15px 15px 15px;
}
.monthlyHeader {
	padding-left: 15px;
	padding-top: 15px;
}
.ms_icon {
	position: absolute;
	margin-left: -82px;
	margin-top: -30px;
}
.ms_icon_page {
	position: absolute;
	margin-left: 355px;
	margin-top: -80px;
}
.paddingbox_hp {
	padding-left: 35px;
}
.redSticker {
	background: url(../images/basics/redsticker.png) left top no-repeat;
	text-align: center;
	width: 105px;
	height: 92px;
	position: absolute;
	margin-left: 350px;
	margin-top: -75px;
}
#redStickerTest {
	background: url(../images/basics/redsticker.png) left top no-repeat;
	text-align: center;
	width: 105px;
	height: 92px;
}
.redSticker .redPrice {
	font: normal bold 20px Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	padding-top: 28px;
	padding-right: 20px;
}
.customerBox {
	padding-left: 35px;
}
.customers {
	font: italic normal 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #344e82;
}
.headerNormal {
	padding-bottom: 10px;
	padding-top: 10px;
}
/* ----------------  BUTTON AND FORMS  ------------- */

.button {
}
.buttonMiddle {
	background: url(../images/basics/button_middle.jpg) left top repeat-x;
	height: 34px;
}
.buttonLeft {
	background: url(../images/basics/button_left.jpg) left top no-repeat;
	height: 34px;
}
.buttonRight {
	background: url(../images/basics/button_right.jpg) right top no-repeat;
	height: 29px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
}
.inputMiddle {
	background-color: #eee;
	border: #ccc 1px solid;
	height: 25px;
}
.inputRight {
	background-color: #eee;
	height: 19px;
	padding-left: 5px;
	padding-top: 6px;
}
.inputLeft {
	background-color: #eee;
	height: 25px;
}
.textarea {
	border: #ccc 1px solid; 
	background-color: #eee;
	height: 40px;
}
/* ----------------  ABOUT PAGE  ------------- */





/* ----------------  FOOTER  ------------- */

.footer {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #babbbc;
}

.footer .footerLine, .spacer {
	background: url(../images/basics/footer_line.gif) left top repeat-x;
	height: 8px;
}
.footerFirst {
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* ----------------  OPERATIONALS  ------------- */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}



.HP_prod_one div h1, .customerBox div h1, .monthlyHeader h1, .leftSide div h1 {
	display: none;
}



