
HTML {
	margin: 0;
	padding: 0;
	border: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0;
	color: #404040;
	background: #fff url(pics/bg.gif) repeat-x top;
	font: normal .75em/1.4em Arial, sans-serif;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #0085a7;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #444;
}
H2 {
	font-size: 1.66em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #444;
}
H3 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #444;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #cdcdcd;
	background-color: #cdcdcd;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG {
	border-color: #ccc;
}
TABLE {
	border-color: #ccc;
}
TD {
	border-color: #ccc;
}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 980px;
	padding: 0;
	height: auto;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

/* Header
===========*/
#header {
	padding: 111px 0 0 0;
	height: 104px;
	overflow: hidden;
	position: relative;
	background: url(pics/header.gif) repeat-x top;
}

/* Lang
=========*/
#lang {
	position: absolute;
	right: 370px;
	top: 10px;
}
#lang SPAN {
	display: none;
}
#lang  A {
	margin: 0 5px;
}

/* logo
=========*/
#logo {
	position: absolute;
	left: 0px;
	top: 18px;
}

/* loginLink
===============*/
.login {
	width: 150px;
	position: absolute;
	top: 0px;
	right: 190px;
}
.login P {
	margin: 0;
	padding: 0;
}
.login A {
	display: inline-block;
	padding: 8px 8px 8px 25px;
	background: url(pics/lock.gif) no-repeat left center;
	color: #000;
}

/* searchBox
==============*/
.searchBox {
	width: 190px;
	position: absolute;
	top: 5px;
	right: 0px;
}
.searchBox TABLE {
	border-collapse: collapse;
}
INPUT.searchInput {
	width: 155px;
	height: 20px;
	padding: 1px 5px 0 5px;
	line-height: 20px;
	border: 0;
	color: #000;
	background: url(pics/searchInput.gif) no-repeat right top;
}
INPUT.searchSubmit {
	margin: 2px 0 0 5px;
	border: 0;
	width: 15px;
	height: 19px;
	background: url(pics/searchSubmit.gif) no-repeat center center;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
}

/* Top Navigation
===================*/
#nav {
	height: 43px;
	width: 960px;
	padding: 0 0 0 20px;
	overflow: hidden;
	position: absolute;
	top: 69px;
	left: 0;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
}
#nav UL LI.open {
	background: #0cf url(pics/navRight.gif) no-repeat right top;
}
#nav UL LI A {
	display: block;
	float: left;
	height: 33px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #fff;
	background: url(pics/navLeft.gif) no-repeat left top;
}
#nav UL LI A.open:hover {
	text-decoration: none;
}

/* column2
===========*/
#header .column2Text {
	height: 62px;
	padding: 10px 20px 0 40px;
	overflow: hidden;
	color: #fff;
	background-color: #0cf;
}
#header .column2Text H1, 
#header .column2Text H2, 
#header .column2Text H3 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 0;
  	color: #fff;
}

/* demoButton
=============*/
A.demoButton {
	display: inline-block;
	padding: 0 0 0 37px;
	font-size: 20px;
	line-height: 50px;
	background: url(pics/demoButton.gif) no-repeat left top;
	color: #fff;
}
A.demoButton SPAN {
	display: inline-block;
	padding: 0 48px 3px 0;
	line-height: 47px;
	background: url(pics/demoButton.gif) no-repeat right top;
	cursor: pointer;
}
A.demoButton SPAN:hover {
	text-decoration: underline;
}

/* breadCrumb
===============*/
.breadCrumb {
	padding: 13px 0 0 280px;
	color: #737373;
	font-size: 11px;
}
.breadCrumb A {
	color: #0085a7;
}
.crumbCurrent {
	color: #737373 !important;
}

/* Content
============*/
#content {
	padding: 0 0 20px 0;
}
#main {
	width: 660px;
	padding: 0 40px 0 0;
	float: right;
	height: auto;
	min-height: 1px;
	overflow: hidden;
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 10px;
}
#column1 {
	width: 230px;
	float: left;
	height: auto;
	min-height: 1px;
	overflow: hidden;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 15px;
}
#clearDiv,
.clearDiv {
	clear: both;
}


/* Sub Navigation
===================*/
#subnav {
	padding: 5px 0 40px 0;
}
#subnav UL {
	margin: 0;
	padding: 0;
}
#subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#subnav UL LI A {
	display: block;
	padding: 12px 5px 12px 45px;
	overflow: hidden;
	text-decoration: none;
	font-size: 1.25em;
	color: #0085a7;
	background: url(pics/subnav.gif) no-repeat 16px 12px;
	border-bottom: 1px solid #dcdcdc;
	text-decoration: none;
}
#subnav UL LI A:hover {
	text-decoration: underline;
}
#subnav UL LI A.open {
	background: url(pics/subnavOpen.gif) no-repeat 16px 12px;
}
/* sub */
#subnav UL LI UL {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
#subnav UL LI UL LI {
}
#subnav UL LI UL LI A {
	background: none;
	border: 0;
	padding: 2px 5px 2px 16px;
}
#subnav UL LI UL LI A:hover {
}
#subnav UL LI UL LI A.open {
	background: none;
	color: #d95a9d;
}
/* subsub */
#subnav UL LI UL LI UL {
	border: 0;
}
#subnav UL LI UL LI UL LI {
}
#subnav UL LI UL LI UL LI A {
	font-size: 1em;
	background: url(pics/lineSubnav.gif) no-repeat left top;
	margin: 0 0 0 35px;
	padding: 2px 0 2px 10px;
}
#subnav UL LI UL LI UL LI A.open {
	background: url(pics/lineSubnavOpen.gif) no-repeat left top;
}
#subnav UL LI UL LI UL LI A:hover {
}
#subnav UL LI UL LI UL LI A.open {
}

/* Footer
===========*/
#footerContainer {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	padding: 20px 0;
	height: 128px;
	font-size: 11px;
	color: #696969;
}
#footerContainer A {
	color: #696969;
}
.footerLinks {
	padding: 20px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	line-height: 1.5em;
}
#footer {
	padding: 7px 0 0 20px;
	float: left;
}
#footer .text DIV {
	display: inline;
}
#footer .siteInfoName {
	padding-right: 10px;
}

/* really
===========*/
#really {
	padding: 5px 10px 0 20px;
	float: right;
}
#really A {
	color: #909090;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
}
#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* featureBox
===============*/
TABLE.cmsFeatures DIV {
	width: 270px;
	height: 161px;
	overflow: hidden;
	position: relative;
	padding: 0 20px 15px 20px;
	margin-top: 15px;
	background: url(pics/featureBox.gif) no-repeat left top;
	line-height: 1.5em;
}
TABLE.cmsFeatures A.featuresReadMore {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
TABLE.cmsFeatures H2 {
	margin-bottom: 18px;
	font-size: 18px;
}
TABLE.cmsFeatures H2 A {
	display: block;
	padding-top: 6px;
}
TABLE.cmsFeatures H2 IMG {
	padding-right: 10px;
}

/* column1 FORM
=================*/
#column1 FORM {
	padding: 0 0 20px 0;
	width: 180px;
}
#column1 FORM INPUT {
	width: 173px;
	height: 25px;
	padding: 2px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background: #fff url(pics/formtextbg.gif) no-repeat left top;
}
#column1 FORM TEXTAREA {
	width: 173px;
	height: 105px;
	padding: 2px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background: #fff url(pics/formtextbg.gif) no-repeat left top;
	overflow: auto;
}
#column1 FORM .submit {
}
#column1 FORM .submit INPUT {
	width: 87px;
	height: 24px;
	border: 0px;
	background: url(pics/formsubmitbg.gif) no-repeat left top;
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
}

/* readMore ???
=============*/
.readmore A {
	display: inline-block;
	height: 24px;
	background: url(pics/readmore-left.gif) no-repeat left top;
}

.readmore A SPAN{
	display: inline-block;
	height: 24px;
	background: url(pics/readmore-right.gif) no-repeat right top;
	color: #fff;
	font-size: 1.1em;
	height: 18px;
	padding: 3px 10px;
	cursor: pointer;
}

.readmore A:hover {
	color: #fff;
	text-decoration: none !important;
}

/*Price-table
==============*/
.price {
	color: #fff;
	border-collapse: collapse;	
}
.price .blue, .price .green {
	padding: 0px 28px 0px 20px;
	width: 164px;
}
.price .pink {
	width: 164px;
	padding: 0px 20px 0px 20px;	
}
.price H2 {
	margin: 0 0 5px 0;
	font-size: 2.2em;
	color: #fff;
}
.price H3 {
	margin: 15px 0px 0px 0px;
	font-size: 4.7em;
	color: #fff;
	text-align: right;
	line-height: 0.75em;
}
* html .price H3 {
	line-height: 1em;
}
.price H3 EM{
	font-size: 0.35em;
	font-style: normal;	
}
.price P U {
	font-size: 0.9em;
	text-decoration: none;	
}
.price .top TD{
	padding-top: 30px;
	height: 170px;	
}
* html .price .top TD {
	height: 140px;	
}
.price .top .blue {
	background: url(pics/price-top-blue.jpg) no-repeat left top;	
}
.price .top .green {
	background: url(pics/price-top-green.jpg) no-repeat left top;	
}
.price .top .pink{
	background: url(pics/price-top-pink.jpg) no-repeat left top;	
}
.price .middle TD {
	height: 40px;	
}
.price .middle .blue {
	background: url(pics/price-middle-blue.jpg) no-repeat left top;	
}
.price .middle .green {
	background: url(pics/price-middle-green.jpg) no-repeat left top;	
}
.price .middle .pink{
	background: url(pics/price-middle-pink.jpg) no-repeat left top;	
}
.price .bottom TD {
	height: 100px;
	padding-bottom: 15px;
	background: url(pics/price-bottom.jpg) no-repeat left bottom;	
}
* html .price .bottom TD {
	height: 85px;	
}
.price A {
	color: #fff !important;
}
.price TR.bottom TD.blue A {
	font-weight: bold;
	color: #84d7eb !important;
}
.price TR.bottom TD.green A {
	font-weight: bold;
	color: #8ce500 !important;
}
.price TR.bottom TD.pink A {
	font-weight: bold;
	color: #ff7fbe !important;
}
.price .extra-top TD {
	background: url(pics/price-extra-top.jpg) no-repeat left top;	
}
.price .extra-bottom TD {
	background: #00131e url(pics/price-extra-bottom.jpg) no-repeat left bottom;
	padding: 0px 20px 8px 20px;
}

/*Price -title*/
.pricetitle {
	color: #fff;
}
.pricetitle .top {
	height: 90px;
}
.pricetitle-blue .top .left {
	background: #299ed2 url(pics/pricetitle-left-blue.jpg) no-repeat left top;	
}
.pricetitle-blue .top .right {
	background: #299ed2 url(pics/pricetitle-right-blue.jpg) no-repeat right top;	
}
.pricetitle-green .top .left {
	background: #79ad27 url(pics/pricetitle-left-green.jpg) no-repeat left top;	
}
.pricetitle-green .top .right {
	background: #79ad27 url(pics/pricetitle-right-green.jpg) no-repeat right top;	
}
.pricetitle-pink .top .left {
	background: #bd3b7b url(pics/pricetitle-left-pink.jpg) no-repeat left top;	
}
.pricetitle-pink .top .right {
	background: #bd3b7b url(pics/pricetitle-right-pink.jpg) no-repeat right top;	
}
.pricetitle-grey .top .left {
	background: #747474 url(pics/pricetitle-left-grey.jpg) no-repeat left top;	
}
.pricetitle-grey .top .right {
	background: #747474 url(pics/pricetitle-right-grey.jpg) no-repeat right top;	
}
.pricetitle .bottom .left {
	background: #00131e url(pics/pricetitle-bottom-left.jpg) no-repeat left bottom;	
}
.pricetitle .bottom .right {
	background: #00131e url(pics/pricetitle-bottom-right.jpg) no-repeat right bottom;	
}
.pricetitle .left {
	padding-left: 30px;	
}
.pricetitle .right {
	padding-right: 30px;	
}
.pricetitle H1 {
	margin: 15px 0px 0px 0px;
	font-size: 4.7em;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
}
.pricetitle H1 EM {
	font-size: 0.35em;
	font-style: normal;	
}

/* Zeebra -table
===============*/
.zeebra {
	line-height: 1.5em;
	border-collapse: collapse;
}
.zeebra TH {
	font-weight: normal;
	padding: 6px 0px;
	font-size: 1.1em;
	background: #00131e;
	color: #fff;
	border-right: 1px solid #fff;
}
.zeebra TD {
	padding: 11px 0px;
	background-image: url(pics/zeebra-border.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.zeebra TH, .zeebra TD {
	width: 110px;
}
.zeebra TD {
	border-left: 1px solid #fff;	
}
.zeebra TH.first, .zeebra TD.first {
	width: 167px;
	padding-left: 20px;
}
.zeebra TD.first {
	border-left: 1px solid #cbcbcb;
}
.zeebra TH.first {
	border-left: 1px solid #00131e;	
}
.zeebra TD.last {
	border-right: 1px solid #cbcbcb;	
}
.zeebra TH.last {
	border-right: 1px solid #00131e;	
}
.zeebra TD.odd {
	background-color: #f0f0f0;	
}
.zeebra .last TD {
	background-image: none;
	border-bottom: 1px solid #cbcbcb;	
}


/* gallery
============*/
.galleryThumbHolder {
width:680px;
}
div.thumb {
border: 0px;
padding: 0px;
margin: 5px 17px 15px 0px;
} 
div.thumb span.title {
text-align: center;
}
.gallery a.current {
	font-weight: bold;
}


/* JS Carousel text
==============*/
.carouselText {
	clear: both;
}
