                                                                                                                                                                                                                                                                                                                                                                      * {
	margin: 0px auto;
	padding: 0px;
}

body {
	font-family: Myriad Pro, Verdana;
	font-size: 12px;
	text-align: center;
	background: #df0000;
	color: rgb(0, 0, 0);
	text-align: center;
}

#wrapper {
	width: 922px;
	text-align: left;
	background: #fff;
	background: url(../images/content_bg.png) repeat-y;
	position: relative;
}

/* HEADER */

#header {
	height: 103px;
	background: url(../images/header_bg.png) no-repeat;
	padding: 10px 20px;
	margin-bottom: 10px;
}

#header_one {
	width: 600px;
	height: 25px;
	padding-top: 5px;
	float: right;
	text-align: right;
	clear: right;
}

#logo {
	float: left;
	height: 99px;
	width: 95px;
	margin-top: 8px;
	clear: left;
	background: url(../images/logo.png) no-repeat;
	_background-image: none; /* stop fagging up IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png",sizingMethod="scale"); /* for IE */
}


/* MENU */

#menu {
	text-align: right;
	position: absolute;
	right: 15px;
	top:  40px;
	height: 50px;
	padding-top: 10px;
}

#menu ul {
	list-style-type: none;
}

#menu ul ul {
	display: none;
}

#menu li {
	float: left;
}

.subitem {
	display: inline;
	position: absolute;
	top: 62px;
	right: 0px;
	_width: 600px;
	text-align: right;
}

.subitem li {
	margin: 0 10px;	
}

#submenu {
	position: relative;
	top: 15px;
	_top: 3px;
	clear: both;
}

#submenu A {
	font-weight: bold;
	color: #000;
	margin: 0px 10px;
}

#submenu A:hover {
	text-decoration: none;
	color: #DF0000;
}


/* CONTENT */

#content {
	width: 887px;
	text-align: left;
}

#side {
	float: left;
	margin-left: 3px;
	width: 225px;
	background: #e0ecff;
	text-align: center;
	padding-bottom: 8px;
}

#side_title {
	text-align: center;
	color: #FFF;
	width: 205px;
	height: 63px;
	letter-spacing: 2px;
	padding: 35px 10px 10px 10px;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/side_title.png) no-repeat;
}

#container {
	float: right;
	width: 645px;
	margin-right: 3px;
}



.container_content {
	padding: 10px;	
	width: 623px;
	min-height: 270px;
	border-left: 1px dotted #ccc;
	
}

.container_content img {
	border:10px solid #c0d8ff;
	margin:0 0 10px 10px;
}

.zippy {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 10px 0;
}

#businesscard {
	width: 185px;
	padding: 5px;
	border: 1px dashed #A5392E;
	float: left;
	text-align: left;
}

#marquee {
	background: url(../images/marquee.png) no-repeat;
	height: 300px;
	position: relative;
}

#hometext {
	width: 640px;
	padding: 14px;
	text-align: justify;
	font-size: 14px;
	line-height: 15px;
	color: #000;
	float: left;
	position: relative;
	top: 200px;
}

.blog_home {
	width: 426px;
	float: left;
	padding: 0 14px;
}

.testimonials {
	width: 426px;
	float: right;
}

#kids {
	float: right;
	clear: right;
	width: 212px;
}

#storeinfo {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #DF0000;
	border-top: 1px dotted #0E4192;
}

.calendar {
	color: #282828;
}

.calendar a, a:visited, a:active {
	color: #ff0000;
	font-weight: normal;
}

.day {
	float: right;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: right;
	padding-left: 3px;
	width: 10px;
}

.events {
	clear: right;
}

/* FOOTER */

#bottom {
	background: url(../images/footer_bg.png) no-repeat;
	height: 20px;
	padding: 0 17px;
	clear: both;
}

.boxes_wrapper {
	width: 922px;
	background: #DF0000;
}

.boxes {
	width: 300px;
	float: left;
	background: url(../images/box_bg.png);
	display: inline;
	text-align: left;
}

.boxes_content {
	width: 260px;
	height: 175px;
	overflow: hidden;

}

#footer {
	color: #ccc;
	clear: both;
}

#footer a, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
}


/* OTHER STYLES */

a, a:visited, a:active {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #ccc;
	width: 100%;
}

#container ul {
	list-style: none;
}

#container li {
	margin-left: 25px;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #093C8F;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

.fatalException {
	color: red;
	font-family: serif;
	font-size: 18px;
}

.fatalExceptionContent {
	color: black;
	font-family: fixed;
	font-size: 12px;
	padding-left: 2em;
}

.formRequiredField {
}

.formErrorMessage {
}

#login OL   {
	list-style-type: none;
}
.menu {
	font-family: arial, sans-serif;
}

.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}


/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:149px;
padding:7px 0;
color:#000;
background:#B5DFD6;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.error {
	color: red;
	padding: 5px;
}

/*style classes section */
#classes_section {
	line-height:24px;
	width:625px;
	background: url(../images/container_title.png) no-repeat top;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#c0d8ff;
	padding-bottom:5px;
	
}
#classes_section h2 {
	
	color:#FFFFFF;
	line-height:30px;
	padding-left:10px;
	font-weight:normal;
	border:none;
	

}
#classes_section ul{
	margin:0;
	list-style-position:inside;
	padding:0;
}
#classes_section li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 10px;
	border-right:1px solid #ffffff;
}
#classes_section a {
	color:#000000;
}
#classes_section a:hover {
	color:#ffffff;
}
#details {
	background-color:#E0ECFF;
	padding:10px;
	width:605px;
}
#details h2 {
	margin-top:10px;
	color:#333333;
}

#contactForm,#jobForm {
	background-color:#c0d8ff;
	padding:10px 5px;
	margin-top:20px;

}

#contactForm textarea,#contactForm input,#jobForm textarea,#jobForm input,#jobForm select {
	background-color:#E0ECFF;
	margin-bottom:10px;
}

