@charset "UTF-8";

/* --------   Global styles   ------------ */

body {
	margin: 0;
	text-align:center;
	padding:0;
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #eee;
	
}
/*#homePage {
	background: #818a29;
	
	
	}

#kitsPage {
	background: #932e1f;
	
	}

#classesPage {
	background: #7e424e;
	
	}	
	
#aboutPage {
	background: #ba970b;
	
	}	
	
#contactPage {
	background: #d88330;
	
	}	
*/

.hidden {
    display: none;
    visibility: hidden;
}
#loading {
   
    padding: 20px;
    
    display: none; /* hidden */
    position: absolute;
    top: 700px;
    left: 50%;
    z-index:3;   
    color:#cccccc;
    vertical-align:middle;
    opacity:0.7;
   
    margin: 0 0 0 -220px;
    
    width: 440px;
    background: #fff;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: lighter;
    font-size: 11px;
    }
p, li {
	font: 0.8em Arial, Helvetica, sans-serif ;
	color:#666666;
	line-height: 1.3em;
}

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #666666;
	
	margin:0;
	padding:0

	
}
h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666666;
	
	margin:0;
	padding:0

	
}

h3 {

	font: 14px Arial, Helvetica, sans-serif;
	line-height: 16px;
        color: #666666;
	margin:0 0 5px 0;
	
	

}

h4 {
	font: 11px Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
	color: #666666;
	font-weight:normal;
	}

a {
	text-decoration:none;
	color: #666666;
}

.clearFloat {
	clear:both;
}

.floatRight {
	float:right;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	border-left:#cccccc thin dashed;
	border-right:#cccccc thin dashed;
	background: #fff url(../images/bg.jpg) top left repeat-x;
}

#header {
	background: url(../images/logo.gif) top left no-repeat;
	height: 105px;
}

.date {
    font-size: 0.8em;
    font-weight: bold;
}
/* --------  NavBar area   ------------ */


#navBar {
	height:35px;
	
	}

#navigation {
	postition: relative;
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	height:35px;

	}

#navigation li{
margin:0;
float:left;
min-height:0;
}


	
#navigation li a {
	margin:0;
	width:93px;
	padding:15px 10px 0px 5px;
	display:block;
	height:20px;
	float:left;

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	
	
	}

#navigation li a:hover {
	
	font-weight:bold;
	
	}

#button1 {
	background: url(../images/btn1.gif) no-repeat;
	color:#8ba533;
}
#button2 {
	background: url(../images/btn2.gif) no-repeat;
	color:#d2371F;
}
#button3 {
	background: url(../images/btn3.gif) no-repeat;
	color:#7d9592;
}

#button4 {
	background: url(../images/btn4.gif) no-repeat;
	color:#884565;
}

#button5 {
	background: url(../images/btn5.gif) no-repeat;
	color:#FFCE01;
}
#button6 {
	background: url(../images/btn6.gif) no-repeat;
	color:#F69333;
}

/* --------  Main content area   ------------ */

#mainContent {
	
	text-align: left;
	padding: 0;
	margin-bottom: 50px;
}

.boxMed {
	position:relative;
	width: 196px;
	height: 191px;
	padding: 15px 10px 10px 10px;
	margin: 0 12px 12px 0;
	background: url(../images/boxMed.gif);
	float:left;
        text-align: left;
	}

.boxMedAdmin {
	position:relative;
	width: 196px;
	height: 191px;
	padding: 15px 10px 10px 10px;
	margin: 0 12px 12px 0;
	background: url(../images/boxMedAdmin.gif);
	float:left;
	}

.boxMedRight {
	width: 196px;
	height: 191px;
	padding: 15px 10px 10px 10px;
	background: url(../images/boxMed.gif);
	float:left;
	}
.mainContentAreaWrap {
	width: 421px;
	float:left;
	
}
#leftSideBar {
	width: 228px;
	float:left;

}
.mainContentArea {
	width: 421px;
	height: 421px;
	padding: 12px 12px;
	background:url(../images/boxLarge.gif);
	float:right;
	margin: 0 12px 0 0;
	text-align:center;
}	

.mainContentAreaTeach {
	width: 423px;
	min-height: 420px;
	background: #fff url(../images/boxLargeLine.gif) 0 10px no-repeat;
        border: 1px dashed #bbb;
	padding: 14px 10px 9px;
	float:right;
	margin: 0 12px 0 0;
}	

.mainContentAreaNews {
	width: 423px;
	
	background: #fff url(../images/boxLargeLine.gif) 0 10px no-repeat;
        border: 1px dashed #bbb;
	padding: 14px 10px 9px;
	float:left;
	margin:0 12px 12px 0;
}

.mainContentAreaPrivacy {
	width: 425px;
	
	
	padding: 15px 10px 10px 10px;
	float:right;
	margin: 0 12px 0 0;
}
.sizePrice {
	position:absolute;
	bottom: 0;
	left:0;
	margin: 0 0 10px 10px;
	}

.size {
	margin: 0 0 0 0;
	vertical-align:bottom;
	width: 130px;
	float:left;
	color:#666666; 

}

.price {
	text-align:right;
	width: 60px;
	float:right;
	color:#666666; 
}

.SideNav {
	margin: 12px 0;
	width: 215px;
	height: 102px;
	float:left;
	}
	
a.next {
	margin: 12px 0 0 12px;
	width: 102px;
	height: 102px;
	display:block;
	background:url(../images/btnNext.gif);
	float:left;
}

a.next:hover {
	margin: 12px 0 0 12px;
	width: 102px;
	height: 102px;
	display:block;
	background:url(../images/btnNextOver.gif);
	float:left;
}
a.prev {
	margin: 12px 0;
	width: 102px;
	height: 102px;
	display:block;
	background:url(../images/btnPrev.gif);
	float:left;
}
a.prev:hover {
	margin: 12px 0;
	width: 102px;
	height: 102px;
	display:block;
	background:url(../images/btnPrevOver.gif);
	float:left;
}


#location {
	margin: 12px 0;
	}

/* --------   picture and title  ------------ */
#title {
	padding: 15px 0 15px 0;
	}

#titleImg {
	margin: 15px 0 0 0;
	}




/* --------  Sidbar navigation ------------ */

#sidebar {
	float: right;
	width: 215px;
	text-align:left;
	padding: 0px 0 0 0;
}
#sideTitle {
        
        font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
        width: 208px;
        height: 21px;
	text-align:left;
	padding: 15px 0 0 8px;
        margin: 0 0 10px 0;
}
#sideTitle[class*='home']  {
    background: url(../images/sideTitle_home.png) no-repeat;
}
#sideTitle[class*='kit'],#sideTitle[class*='Kit'] {
    background: url(../images/sideTitle_kit.png) no-repeat;
}
#sideTitle[class*='class'],#sideTitle[class*='Class']  {
    background: url(../images/sideTitle_kit.png) no-repeat;
}
#sideTitle[class*='news'],#sideTitle[class*='News']  {
    background: url(../images/sideTitle_news.png) no-repeat;
}

.boxSide {
	width: 196px;
	height: 191px;
	padding: 15px 10px 10px 10px;
	background: url(../images/boxMed.gif);
	float:left;
	margin: 0 0 12px 0px;
	}

a.sideClassesLink {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666666;
	margin:0;
	padding:0;
	text-decoration:none;
}

a.sideClassesLink:hover {
	font: 16px Arial, Helvetica, sans-serif;
	color: #7e424e;
	
	margin:0;
	padding:0
}

#featKitLink {
	display:block;
	font: bold 12px Arial, Helvetica, sans-serif ;
	color:#666; 
	margin: 10px 0 0 0;
}
#featKitLink {
	display:block;
	font:  bold 12px Arial, Helvetica, sans-serif;
	color:#666; 
	margin: 15px 0 0 0;
}
#featKitLink:hover {
	display:block;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#932e1f; 
	margin: 15px 0 0 0;
}

#featKitImg {
	margin: 5px 0 0 0;
	border:none;
}

/* --------     Footer   ------------ */

#footer {
	width: 900px;
	height:50px;
	position:relative;
	text-align: right;
	background: #fff;
	border-top:#cccccc thin dashed;

}

#footer p {
	font-size:10px;
	color:#666666;
}


/* --------    Contact Form   ------------ */



input {
	width: 250px;
	margin: 0;
}

input.checkbox,input.radio,input.button {
	float:none;
	width: auto;
	
}
input.checkbox {
	float:none;
	width: auto;
	margin: 0 0 0 95px;
}

label, .label {
	float: left;
	width: 80px;
	margin: 0 15px 0 0;
}

label.checkbox,label.radio,label.textarea {
	width: auto;
	float: none;
}
label.checkbox,label.short  {
	width: auto;
	float: none;
	margin: 0 5px 0 0;
}


#ddlCountry {
	float: left;
	}

textarea {
	width: 345px;
	height: 80px;
	display: block;	
}

label.textarea {
	font-weight: bold;
}
fieldset {
	border:none;
        margin: 10px 0 0 0;
        padding: 0;
}
legend {
        margin: 0px 0 0px 0;
        padding:0;
	font-weight:bold;
        font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
        color: #666;
}

fieldset p {
       margin: 6px 0 0 0;
       clear: both;
}
fieldset p.questions {
	margin: 0px 0 0 0;
	font-weight:bold;
}

.group1,.group2,.group3 {
	width: 170px;
	float: left;
	margin: 0 10px;
}

#txtComments {
    height: 50px;
}
label.error {
    
   display: block;
   width: 100%;
    color:#d2371F;
    padding: 2px 0 5px 5px;
    
}


/* --------    jquery carosel   ------------ */


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 82px;
    height: 82px;
	background:url(../images/boxSmall.gif);
	
}

.jcarousel-list li a {
	display:block;
	width: 75px;
	height: 77px;
	padding: 5px 0 0 7px;
	text-transform:uppercase;
	text-shadow:#666666 1px 1px 1px;
	color:#fff;
	font-size:12px;
	
	
}
.jcarousel-list li a.carouselClassBtn {
	display:block;
	
	width: 80px;
	height: 80px;
	padding: 0px 0 0 0px;
	text-transform:uppercase;
	text-shadow:#666666 1px 1px 1px;
	color:#666666;
	font-size:12px;
	
	
}

.jcarousel-list li a:hover {
	
	color:#333333;
	cursor: pointer;
       
	
}

.jcarousel-list li a:active {
	
	color:#fff;
	
	
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    sbackground: #F0F6F9;
    border: 0;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 444px;
    padding: 0px 114px;
	margin: 0 0 12px 0;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  444px;
    height: 102px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 82px;
    height: 82px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 12px;
	padding: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 102px;
    height: 102px;
    cursor: pointer;
    background:  url(../images/btnNext.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
   background:  url(../images/btnNextOver.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background:  url(../images/btnNextFade.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 102px;
    height: 102px;
    cursor: pointer;
    background:  url(../images/btnPrev.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background:  url(../images/btnPrevOver.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
   
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
   background:  url(../images/btnPrevFade.gif) no-repeat 0 0;
}

/* --------    Admin Styles  ------------ */

form.admin {
    width: 420px;
    
}

p.message {
    display: block;
    background: #eee;
    width: 650px;
    font:bold 12px Arial, Helvetica, sans-serif;
    padding: 10px 10px
}

p.success {
    border: 1px dashed #8ba533;
    color:#8ba533;
}
p.error {
    border: 1px dashed #d2371F;
    color:#d2371F;
}

.toolsets {
    margin: 15px 0 0 0;

}

.newsTools {
    margin: -5px 0 5px 0;

}

.editLink {
    background: transparent url("../images/icons.png") -3px -3px;
    width: 25px;
    height: 25px;
    float: left;
    text-indent: -10000px;
}

.viewLink {
    background: transparent url("../images/icons.png") -3px -33px;
    width: 25px;
    height: 25px;
    float: left;
    text-indent: -10000px;
}

.deleteLink {
    background: transparent url("../images/icons.png") -3px -63px;
    width: 25px;
    height: 25px;
    float: right;
     text-indent: -10000px;
}

.newsTools .editLink {
    float: right;
}

.editLink:hover {
    background: transparent url("../images/icons.png") -33px -3px;
    cursor: pointer;
}

.viewLink:hover {
    background: transparent url("../images/icons.png") -33px -33px;
     cursor: pointer;
}

.deleteLink:hover {
    background: transparent url("../images/icons.png") -34px -63px;
     cursor: pointer;
}
.editLink:active {
    background: transparent url("../images/icons.png") -63px -3px;
    cursor: pointer;
}

.viewLink:active {
    background: transparent url("../images/icons.png") -63px -32px;
     cursor: pointer;
}

.deleteLink:active {
    background: transparent url("../images/icons.png") -64px -62px;
     cursor: pointer;
}

.boxSideAdd {
    display:block;
    float: left;
    width: 102px;
    height: 8px;
    margin: 0 10px 0 0;
    padding: 75px 0 20px 0;
    text-align: center;
    cursor: pointer;
    background:  url(../images/boxSmallAdd.gif) no-repeat 0 0;
    
    }
    .right {
        margin: 0;
}
.btm {
    margin-top: 10px;
}
.boxSideAdd:hover {
 
    background:  url(../images/boxSmallAddOver.gif) no-repeat 0 0;
}
.boxSideDel {
    display:block;
    float: left;
    width: 102px;
    height: 8px;
   
    padding: 75px 0 20px 0;
    text-align: center;
    cursor: pointer;
    background:  url(../images/boxSmallDelete.gif) no-repeat 0 0;
   
    }
.boxSideDel:hover {

    background:  url(../images/boxSmallDeleteOver.gif) no-repeat 0 0;
}

input.short {
    width: 50px;
    margin: 0 20px 0 0;
}
input.long {
    width: 342px;
    
}
input.noMargin {
    margin: 0;
}

label.inside {
    font:bold 12px Arial, Helvetica, sans-serif;
    color: #999;
    position: absolute;
    padding: 4px 0 0 5px;
    width: auto;
    margin: 0;
   
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{margin-top:0px;}
        #cboxLoadedContent{background:#fff; padding:40px 0 20px 10px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:0px; right:5px; display:block; background:url(../images/colorbox/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
       