* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
body, html {
	height:100%;
	}
body {
	margin:0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f3f6ed;
	}
hr {
	display:none;
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header {
	width:751px;
	height:168px;
	background-image:url(../images/header.jpg);
	margin-right:auto; margin-left:auto;
	background-color:black;
	padding-left:1px;
	}
#menuBar {
	width:737px;
	height:30px;
	padding-left:14px;
	padding-right:1px;
	background-image:url(../images/menu.jpg);
	background-color:black;
	margin-right:auto; margin-left:auto;
	}
#menuBar div {
	float:left;
	height:30px;
	}
#menuBar div a {
	padding:0 10px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
   height:30px;
	line-height:30px;
	}
#menuBar div a:hover {
	background-image:url(../images/menu_over.jpg);
	display:inline-table;
	}
.menuDivider {
	width:2px;
	height:25px;
	background-image:url(../images/menu_divider.gif);
	}

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#content {
	width:661px;
	padding:25px 0;
	margin-right:auto; margin-left:auto;
	text-align:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 16px;
	}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -1;
	font-size:24px;
	line-height: 28px;
	font-weight:bold;
	color:#c00000;
	text-align:center;
	}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size:22px;
	line-height: 24px;
	font-weight:bold;
	color:#000099;
	text-align:center;
	}
h3 {
	font-size:14px;
	line-height: 16px;
	font-weight:bold;
	color:#0000FF;
	margin:0;
	}
#content a {
	color:#0000FF;
	}
#content a:hover {
	color:red;
	}
.table_style, .table_style2 {
	margin-top:15px;
	border-color:#949494;
	border-collapse:collapse;
	}
.table_style th, .subtitle {
	background-color:#00824a;
	font-weight:bold;
	color:white;
	text-align:left;
	padding:0 4px;
	}
.table_style2 th {
	text-align:left;
	padding:0 4px;
	vertical-align:top;
	}
.left {
	float:left;
	}
.cartTable h1, .adminTable h1 {
   font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	}
.adminTable th {
	background-color:#b1d1bc;
	color:black;
	text-align:right;
	}
.adminMenu {
	margin-left:-50px;
	margin-top:0;
	}

/* ================================= */
/* ========== Modal Popup ========== */
/* ================================= */

.ModalPopup {
	width:650px;
	padding:20px;
	background-color:white;
	border:5px solid #c00000;
	margin-right:auto; margin-left:auto;
	position: fixed;
	z-index: 100001;
	left:50%; top:50px; /*margin-left:-345px;*/
	}
.ModalPopup h1 {
	margin-top:0;
	}

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

#footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1d5700;
	}

.videobox {
	width: 450px;
	display: block;
	margin: 5px auto;
}

.testimonial {
	width: 500px;
	margin: 0 auto;
	background:#D2D6FF;
	border: 1px solid #000000;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
}

.alignleft {
	margin: 5px 10px 0 0;
	border: 1px solid #000000;
	float: left;
}

.alignright {
	margin: 5px 0 0 10px;
	border: 1px solid #000000;
	float: right;
}

.actionbox {
	width: 550;
	margin: 0 auto;
	background:#FFFFCC;
	border: 2px dashed #000000;
	padding: 20px 40px;
}

.checkmark ul {
	list-style: none;
	width: 600px;
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
}

.checkmark li {
	margin: 0 0 0 30px;
	width: 220px;
	float: left;
	line-height: 28px;
	background-image: url(blue-check-mark.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
}
