/* ----------------------------------- */
/* GLOBAL
/* ----------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	font: 12px Arial, Helvetica, sans-serif;
	background:#add6d6 url(/images/bg.gif) top repeat-x;
	margin:0;
	color: #636;
	text-align:center;
}
a:link, a:visited {
	color: #399;
}
a:hover, a:active {
	color: #636;
}
li {
	list-style: none;
}
h1 {
	font-size:24px;
	color:#399;
}
h2 {
	font-size:24px;
	color:#399;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#636;
}
h4 {
	font-size:14px;
	color:#399;
}
img {
	border:none;
}
ul {
	list-style:none;
	margin-left:10px;
}
li {
	margin-top:5px;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align:right;
}
.clear {
	clear:both;
}
/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#container {
	background: url(/images/bg.jpg) top center no-repeat;
	width: 100%;
	margin: 0 auto;
	text-align:left;
}
#header {
	height: 150px;
	width: 1000px;
	margin: 0 auto;
}
#header #logo {
	height: 150px;
	float:left;
}
#header #nav {
	height: 150px;
	float:right;
}
#header #phone {
	width:380px;
	height: 115px;
	float:right;
	text-align:right;
}
#menu {
	height: 35px;
	float:right;
}
#menu ul {
	background: url(/images/menu.jpg) 0 0 no-repeat;
	width: 600px;		/* Width of entire image */
	height: 35px;		/* Height of buttons */
	margin: 0;
}
#menu li {
	list-style: none;
	margin:0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 35px;		/* Each button must have the same height, define it here */
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	display: inline;		/* fixes IE/Win double margin float bug (safe) */
}
/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-courses {
	width: 100px;
}
#menu-gallery {
	width: 110px;
}
#menu-aboutus {
	width: 130px;
}
#menu-events {
	width: 110px;
}
#menu-contactus {
	width: 150px;
}
/* Changed values should match sum of "width" numbers specified above */ 
#menu-courses a:hover {
	background: transparent url(/images/menu.jpg) 0px -35px no-repeat;
}
#menu-gallery a:hover {
	background: transparent url(/images/menu.jpg) -100px -35px no-repeat;
}
#menu-aboutus a:hover {
	background: transparent url(/images/menu.jpg) -210px -35px no-repeat;
}
#menu-events a:hover {
	background: transparent url(/images/menu.jpg) -340px -35px no-repeat;
}
#menu-contactus a:hover {
	background: transparent url(/images/menu.jpg) -450px -35px no-repeat;
}
#feature {
	height: 450px;
	width: 1060px;
	margin: 0 auto;
}
#content-home {
	background: #fff url(/images/container_bg.gif) repeat-y;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
}
#content {
	background: #fff url(/images/container_bg.gif) repeat-y;
	width: 1000px;
	margin: 70px auto 0 auto;
	text-align:left;
}
#content ul li {
	list-style:disc;
	margin-left:10px;
}
#content ol li {
	list-style:decimal ;
	margin-left:20px;
}

#left-content {
	width: 680px;
	margin: 0 20px 0 20px;  /* top right bottom left*/
	float:left;
	min-height:650px;
}
#left-content img {
	margin:5px;
}
#left-content hr {
	background:url(/images/left_col_hr.gif) no-repeat;
	height: 9px;
	width: 640px;
	margin: 20px 0 20px 0;  /* top right bottom left*/
}
#product-left {
	margin:0;
	float:left;
	width: 670px;
}
#product-left #pager {
	background:#222;
	padding:10px;
	width: 622px;
}
#product-left-detail {
	margin-top:8px;
	width: 640px;
}
#product-detail-thumbs {
	text-align:right
}
#product-detail-thumbs img {
	margin:0 7px 8px 0;
}
.product-detail-left {
	width: 670px;
	float: left;
	text-align:left;
	margin-top:8px;
}
.product-detail-left h3 {
	font-size:16px;
	color:#666;
}
}
#product-left ul.product-list {
	list-style:none;
	padding:0;
	margin:4px 0 0 0;
	position:relative;
	width:640px;
	z-index:1;
}
#product-left ul.product-list.after-head {
	margin:0;
}
#product-left ul.product-list li {
	float:left;
	display:inline; /*ie*/
	width:202px;
	height:148px;
	background-color:#DDD;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:4px;
	margin-right:8px;
	position:relative;
	z-index:1;
	overflow:hidden;
	cursor:pointer;
}
#product-left .product-meta {
	position:absolute;
	bottom:16px;
	left:16px;
	z-index:22;
}
#product-left .product-meta h3 {
	margin:0;
	padding:0;
	line-height:1.6;
}
#product-left .product-meta h3 a {
	text-decoration:none;
	font-weight:bold;
	background:#CCC;
	padding:5px;
}
#product-left .product-meta .sm-title {
	float:left;
	display:inline;
	margin:7px 0 0 0;
	color:#666;

}
#product-left a.full-item-click {
	width:222px; 
	height:148px; 
	float:left;
	text-decoration:none;
	position:absolute;
	z-index:10;
}


#right-content {
	width: 220px;
	padding-left:30px;
	float:left;
}
#right-content li {
	margin-top:15px;
	font-weight:bold;
}
#right-content hr {
	background:url(/images/right_col_hr.gif) no-repeat;
	height: 10px;
	width: 225px;
	margin: 20px 0 20px 0;  /* top right bottom left*/
}
#right-content a:link, #right-content a:visited {
	color: #636;
	text-decoration:none;
}
#right-content a:hover, #right-content a:active {
	color: #399;
	text-decoration:none;
}
#footer {
	width:1000px;
	margin: 0 auto;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #636;
	text-decoration:none;
}
#footer .left {
	float: left;
	margin-left:10px;
}
#footer .right {
	float: right;
	text-align:right;
	margin-right:10px;
}
/* ----------------------------------- */
/* FORM
/* ----------------------------------- */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 625px;
	max-width: 650px;
	width: 650px;
	margin: 10px 10px 10px 10px;  /* top right bottom left*/
}
form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */ border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form input, select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:270px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: 1px solid #636;
	background:#CCC;
	padding:4px;
	color:#333;
}
form .radio {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: none;
	background:#ebebeb;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form .button {
	margin-left:120px;
	width: 110px;
}
.required {
	color:#c00;
}
