body {
	margin:0px; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:300;
	line-height:1.5em;
	color:#4d4c48;
	border:#00FF00 1px solid;
	
}


#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color:#4d4c48;	
}

#center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	border: 1px solid;
 	margin-top:35px;
	background-color:#FFFFFF;
	
}


/*---------------------------- TEXT STYLES ----------------------------*/

h2 {
	margin:0px 0px 16px 0px;
	padding-top:7px;
	font-size:25px;
	color:#2c2c2c; 
	font-family:"Myriad Pro Cond","Trebuchet MS", "Arial";
	
}

hr {

	background-color:#dddddc;
	border:#dddddc;
	height:1px;
	margin-bottom:12px;
}
small {
	padding-left:5px;
	color:#2c2c2c;
	font-size:11px;
	background:#03697f;
	display:block;
	margin-bottom:15px;
	font-weight:bold;
	width:80%;
}
a ,b {
	color:#2c2c2c;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 12px 0px; }


/*---------------------------- BEGIN MENU ----------------------------*/

#menuContainer{
	width:960px;
	height:69px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(../images/menu_bg.jpg);
	border-bottom:#0a8da6 1px solid;
}


#menu{
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
		
}
		
#menu ul{
   
	margin: 0; 
	padding: 0;
    float: left;
	position:relative;
	right:0px;
	top:0px;
	padding-right:31px;

}

#menu ul li{ 
    display: inline;
}

#menu ul li a{
    float: left; 
	text-decoration: none;
    color: #2c2c2c;
padding: 24px 5px;
	font-size:14px;
	font-weight:300;
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial Narrow";
	position:relative;
	right:0px;
	top:0px;
	z-index:10;
	text-transform:uppercase;
	font-size:17px;	
	color:#2c2c2c;
}

#menu ul li#selected a, #menu ul li a:hover{
    color:#0aafcf;
}

/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:383px;
	height:23px;;
	background-repeat:no-repeat;
	padding-top:23px;
	padding-left:31px;
}

#logoContainer p{
	font-family:"Myriad Pro Cond","Trebuchet MS", "Arial";
	font-size: 18px;
	color:#4d4c48;
font-weight:bold;
float: right;
}


/*---------------------------- BEGIN HEADER ----------------------------*/

#header{
	position:relative;
	left:0px;
	right:0px;
	width:958px !important;  /*for all non IE browsers*/
	width:960px;
	height:319px;
	background-color:#0aafcf;
	border:#0dc1e4 1px solid;

}

#headerPage{
	position:relative;
	left:0px;
	right:0px;
	width:958px !important;  /*for all non IE browsers*/
	width:960px;
	height:12px;
	background-color:#0aafcf;
	border:#0dc1e4 1px solid;

}



#leftHeaderContainer{
	width:500px;
	height:100%;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	padding:30px;
	padding-top:16px;
	padding-right:0px;
}

#rightHeaderContainer{
	width:470px;
	height:100%;
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	padding:30px;
	padding-left:20px;
}


#headerText{
	color:#FFFFFF;
}

#headerText p{
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial Narrow";
	font-size:36px;	
	color:#fff;
	font-weight:225;
	line-height:1.2em;
}

#headerTitle{
	display:block;
	height:77px;
	width:470px;
	background-repeat:no-repeat;
	}

#headerTitle h2{
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial Narrow";
	font-size:42px;	
	color:#fff;
	font-weight:250;
	padding-top:27px;
	}

.headerButtons{
	position:absolute;
	float:left;
	width:500px;
	height:43px;
	bottom:78px;
	left:29px;
}



.headerButton1 a{
   
    height:43px;
    width:198px;
	background-image:url(../images/button_packages.png);
	display:block;
	float:left;

}
.headerButton1 a:hover {
	background-image:url(../images/button_packages_over.png);
}


.headerButton2 a{
   
    height:43px;
    width:197px;
	background-image:url(../images/button_order.png);
	display:block;
	margin-left:20px;
	float:left;

}

.headerButton2 a:hover {
	background-image:url(../images/button_order_over.png);
}

.footerButton1 a{
   
    height:68px;
    width:198px;
	background-image:url(../images/button_packages_grey_refl.png);
	display:block;
	float:left;
}
.footerButton1 a:hover {
	background-image:url(../images/button_packages_grey_over_refl.png);
}


.footerButton2 a{
   
    height:68px;
    width:197px;
	background-image:url(../images/button_order_grey_refl.png);
	display:block;
	margin-left:20px;
	float:left;

}

.footerButton2 a:hover {
	background-image:url(../images/button_order_grey_over_refl.png);
}


#wrapper {
	position:absolute;
	top:30px;
	right:25px;
	width:366px;
	height:300px;
	
}

#headerSpacer{
	position:absolute;
	bottom:-24px;
	left:-2px;
	height:24px;
	width:960px;
	background-image:url(../images/header_space.jpg);
	border:#4d4c48 1px solid;
}

/*---------------------------- END HEADER ----------------------------*/

/*---------------------------- BEGIN CONTENT ----------------------------*/

#content{

	height:auto;
	min-height:200px;
	max-height:none;
	background-image:url(../images/content_shadow.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	position:relative;
	top:24px;
	left:0px;
	padding-bottom:30px;
	overflow:auto !important;
	overflow:inherit;
}

#contentContainer{
	width:550px;
	height:100%;
	min-height:244px;
	float:left;
	overflow:auto !important;
	overflow:inherit;
	padding:30px;
	padding-bottom:25px;
}

.contentText{
	padding-top:7px;
}

#frontcontentContainer{
	width:900px;
	height:100%;
	min-height:244px;
	float:left;
	overflow:auto !important;
	overflow:inherit;
	padding:30px;
	padding-bottom:25px;
}

.frontcontentText{
	padding-top:7px;
}

.frontleft{
	height:100%;
	min-height:244px;
	float:left;
	overflow:auto !important;
	overflow:inherit;
	// padding:30px;
	// padding-bottom:25px;
width:550px;
}

.frontcenter{
	height:100%;
	min-height:244px;
	float:left;
	overflow:auto !important;
	overflow:inherit;
	// padding:30px;
	// padding-bottom:25px;
width:850px;
}

.frontcenter p{	
	font-size:17px;	
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial";
	font-weight:bold;
	color:#4d4c48;
background:transparent url(http://img94.imageshack.us/img94/1498/iconclock.png) no-repeat scroll 25px 5px;
border-bottom:1px solid #233644;
height:45px;
padding:5px 0 15px 85px;
}

.postInfo{
	background-color:#0aafcf;
	border: 1px solid #297994;
	height:27px;
	width:100%;
	margin-top:12px;
}

.postInfo p{
	color:#FFFFFF;
	font-size:12px;
	padding-left:15px;
	line-height:27px;

}

.postInfo a{
	color:#FFFFFF;

}
.pages{

	margin-top:12px;
	float:left;
	position:relative;
	left:-10px;
	top:0px;
	height:26px;
	width:100%;
}


.pages a{
	margin-left:10px;
	background-color:#e6e6e6;
	border: 1px solid #c3cbcd;
	height:25px;
	width:25px;
	line-height:25px;
	text-align:center;
	display:block;
	float:left;
}

.currentPage a{
	margin-left:10px;
	background-color:#c7e4ea;
	border: 1px solid #92c3d3;
	height:25px;
	width:25px;
	line-height:25px;
	text-align:center;
	display:block;
	float:left;
}


/*---------------------------- SIDEBAR CONTENT ----------------------------*/

.sidebar{
	height:auto;
	width:300px;
	margin-right:30px;
	margin-top:30px;
	background-color:#f1f1f1;
	border: #e4e4e4 1px solid;
	float:right;
}

.frontright{
	height:auto;
	width:300px;
	// margin-right:30px;
	// margin-top:30px;
	background-color:#f1f1f1;
	border: #e4e4e4 1px solid;
	float:right;
}

.sidebarTitle{
	border:#d4d2d2 1px solid;
	height:43px;
	width:100%;
	margin-left:-1px;
	margin-top:-1px;
	background-image:url(../images/sidebar_title_bg.jpg);

}

.sidebarTitle p{	
	text-transform:uppercase;
	font-size:17px;	
	padding-top:10px;
	padding-left:12px;
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial";
	font-weight:bold;
	color:#4d4c48;
}

.sidebarMenu{
	font-size:14px;
	padding:13px;
	position:relative;
	padding-bottom:14px;
}

.sidebarMenu ul{ 
	text-decoration: none;
    color: #2c2c2c;
	font-size:14px;
	font-weight:300;
	font-family:Arial;
	position:relative;
	left:-39px;
	top:-13px;
	list-style:none;
	margin-bottom:-13px;
	
}
.sidebarMenu ul li a{
	display:block;
	height:14px;
	width:258px;;
	background-color:#f8f8f8;
	border-bottom:#f1f1f1 1px solid;
	padding:7px;
	text-decoration: none;
	list-style:none;

}

.sidebarMenu ul li a:hover{
	background-color:#d6edfb;

}



#bubble{

	background-image:url(../images/bubble_bg.jpg);
	background-repeat:repeat-y;
	position:relative;
	height:100%;

}

#bubble p{

	padding:12px;


}
#bubbleClient{
	margin-bottom:-4px;

	font-weight:300;
	color:#0aafcf;
	font-weight:bold;
	text-align:center;

}


/*---------------------------- END SIDEBAR  ----------------------------*/

/*---------------------------- SERVICES BLOCK  ----------------------------*/

.bottom{
	width:298px;
	height:100%;
	border:#d4d2d2 1px solid;
	display:block;
	margin-right:10px;
float: left;
}

.bottomright{
	width:278px;
	height:100%;
	border:#d4d2d2 1px solid;
	display:block;
	margin:0;
float: right;
}

.bottomtext{
	padding:12px;
	padding-bottom:0px;
	font-size:16px;
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial";

}

.servicesBlock{
	width:550px;
	height:100%;
	border:#d4d2d2 1px solid;
	display:block;
	margin-top:20px;
}

.servicesBlockTitle{	
	height:44px;
	float:left;
	background-color:#f9f7f7;
	line-height:44px;
	border-bottom:#d4d2d2 1px solid;
	padding-left:12px;
	font-weight:bold;
	font-size:19px;
	float:none;
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial";

}

.servicesText{
	padding:12px;
	padding-bottom:0px;

}

.servicesText img{
	margin-right:12px;
	float:left;
}

.servicesText p{
	margin-left:12px;
}

.servicesText b{
	color:#0aafcf;
	font-size:14px;
	font-weight:300;

}

.servicesButtons{
	position:relative;
	left:-1px;
	float:left;
	width:500px;
	height:70px;
	margin-bottom:4px;
}


/*---------------------------- END SERVICESBLOCK  ----------------------------*/


/*---------------------------- FOOTER  ----------------------------*/

#footer{
	background-image:url(../images/header_space.jpg);
	background-repeat:repeat-x;
	width:960px;
	height:60px;
	position:relative;
	bottom:0px;
	left:-1px;
	text-align:center;
	margin-top:0px;
	background-color:#4d4c48;
	border: #4d4c48 1px solid;
}

#footerText{
	position:absolute;
	top:15px;
	right:30px;
	color:#ffffff;
	font-size:13px;
}

#footerMenu ul{
	position:absolute;
	top:3px;
	left:-20px;
	font-size:11px;
	float:left;
	text-decoration: none;
	color:#fff;
}

#footerMenu ul li{
	float:left;
	text-decoration: none;
	padding-left:10px;
	text-transform:uppercase;
	list-style:none;
}

#footerMenu ul li a{
	color:#fff;
	font-weight:bold;
}


/*---------------------------- END FOOTER  ----------------------------*/

/*---------------------------- SLIDER  ----------------------------*/

div.fadeWrapper {
	position: relative;
	top:0px;
	left:0px;
	width:347px;
	height:223px;
	overflow:hidden;
	padding:6px;
	background-color:#fff;
	border:1px solid #cfcfd1;
}

.imageHolder{
	width:347px;
	height:223px;
	position:absolute;
	top:6px;
	left:6px;
}

#featured{
	width:86px;
	height:87px;
	background-image:url(../images/featured.png);
	position:absolute;
	top:-5px;
	right:0px;
}

/*---------------------------- END SLIDER  ----------------------------*/



/*---------------------------- BEGIN EMAIL FORM ----------------------------*/
.input{
	width:300px;
	height:24px;
	border:1px solid #b0a4a4;
	background-color:#fff;
	padding-top:8px;
}

.textArea{
	height:205px;
	padding-top:0px;
}

.errorMessage{
	color:red;
}






input, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F9F9 url(images/form-gradient.gif) repeat-x scroll -1px -2px;
border-color:#D9D9D9 #EAEAEA #FFFFFF;
border-style:solid;
border-width:1px;
color:#666666;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background-color:transparent;
padding:8px;
margin-bottom: 7px;
outline-style:none !important;
font-size: 15px;
}

input {
width: 250px;
}

textarea {
width: 400px;
height: 200px;
}

.button:active, .button:hover, .button, a.button {
background-image:url(images/buttons.gif);
border-color:#2A2F35;
}

.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/buttons.gif) no-repeat scroll center -34px;
border:0 solid #131313;
color:#EEEEEE;
height:30px;
letter-spacing:1px;
line-height:16px;
overflow:visible;
padding:5px 12px;
text-transform:uppercase;
width: 80px;
}


/*---------------------------- END EMAIL FORM ----------------------------*/


/*---------------------------- SEARCH AND OTHERS ----------------------------*/

.imgBorder{
	border:1px solid #b9b9b9;
}

.search{
	width:190px;
	height:20px;
	padding-top:5px;
	margin-top:14px;
	margin-left:2px;
	margin-right:2px;
}

#searchButton{
	color:#fff;
	background-color:#363636;
	width:73px;
	height:27px;
	border:1px solid #b0a4a4;
}

.leftFloated{
	float:left;
	position:relative;
	top:0px;
	left:0px;
}

.blueLink{ 
	color:#0aafcf;

}

a img{
	border:none;
}

a img:hover{
	border:none;
	text-decoration:none;
}

#package-table {
	width: 560px;
	text-align: left;
	float: left;
	font-family:"Myriad Pro Cond","Trebuchet MS", "Arial";
	font-size: 18px;
	margin: 5px;
	}
	
.package-row {
	display: block;
	}
	
.package-desc {
	width: 240px;
height: 24px;
	text-align: left;
	float: left;
	display: table-cell;
	padding: 8px 0 8px 10px;
	color: #2c2c2c;
	}
	
.package-indiv {
	width: 100px;
height: 24px;
	text-align: center;
	float:left;
	display: table-cell;
	padding: 8px 0;
	}

.package-indiv input {
margin: 0px;
padding: 0px;
border: none;
}
	
.package-head-blank {
	width: 240px;
height: 24px;
	text-align: left;
	line-height: 29px;
	float: left;
	display: table-cell;
	padding: 5px 0 5px 10px;
	}
	
.package-head-indiv {
	width: 100px;
height: 24px;
	text-align: center;
	float:left;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
	color: #0aafcf;
	}

.package-indiv img {
	padding-top: 5px;
	}

.line {
background-color: #f1f1f1;
}

ul#feat {
// width:550px;
margin: 0px;
padding-left: 0px;
}

ul#feat li {
float:left;
display:block;
margin: 0 20px 0 5px;
width:250px;
}

ul#feat li h3 {
	font-size:17px;	
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial";
	font-weight:bold;
	color:#4d4c48;
padding-left: 55px;
margin: 0px;
}
ul#feat li p {
	font-family:"Myriad Pro Cond","Trebuchet MS", "Arial";
	font-size: 16px;
	color:#4d4c48;
padding-left: 55px;
}

.cartHeaders {
font-size: 12px;
}

.simpleCart_items {
font-size: 13px;
}

.itemName{
float: left;
width: 95px;
}

.itemPrice{
float: left;
width: 50px;
}

.itemQuantity{
float: left;
width: 60px;
text-align: center;
}


.itemQuantity input{
padding: 1px;
text-align: center;
width: 20px;
}

.itemTotal{
float: left;
width: 60px;
}
