@charset "UTF-8";
/* CSS Document */

	body {
	min-height:101%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #343434;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
html {
	height:100%
}

a:focus {
	-moz-outline-style: none;
}
#container {
	width:954px;
	margin:0 auto;
	position:relative;
	background-color: #FFFFFF;
	padding: 10px;
}
#header {
	height: 165px;
	width: 100%;
}
.clear {
	clear:both;
}
.side-cols {
	float:left;
	width:146px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.main-col {
	float:left;
	width:634px;
	padding: 0px;
	margin-right: 14px;
	margin-left: 14px;
	text-align: left;
}
.main-col-wide{
	float:left;
	display: inline;
	width:772px;
	padding: 0px;
	margin-right: 14px;
	margin-left: 20px;
	text-align: left;
}


img {
	border:none
}
.backtotop{
margin-top: 15px;
font-size: 1em;
font-family: Georgia, "Times New Roman", Times, serif;}


/* ..........Text.......... */
	
	h1 {
	font-size: 1.5em;
	color: #990099;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2, h3, h4 {
	font-size: 1.1em;
	color: #990099;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 1em;
	line-height: 125%;
}
.white {
	color: #FFFFFF;
}
ul {
}
li {
	line-height: 120%;
}
.intro {
	font-size: 1.05em;
	color: #990099;
	list-style-type: square;
}


.intro a {
	text-decoration:none;
	color: #990099;
}
.intro a:hover {
	text-decoration:none;
	color: #CC0066;
}
/* ..........NAVIGATION.......... */
	
	#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 20px;
	background-image: url(../images/nav_bottline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 14px;
	padding-bottom:10px;
	
}
#nav ul {
	margin: 10px 0px 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8343A5;
	padding-right: 10px;
	color: #64128E;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav li a {
	color: #64128E;
	text-decoration:none;
}
#nav li a:hover, #nav .active {
	color: #CC0066;
}

#nav .last{border:none}
/* ..........HOME MAIN CONTENT.......... */
	
	.home-intropic {
	float:left;
	height: 266px;
	width: 246px;
	padding-top: 45px;
}
.home-intro {
	float:left;
	width: 380px;
	padding-top: 10px;
}
.home-intro p {
	margin: 5px 0px 0px;
	padding: 0px 15px 0px 0px;
}
.home-intro p a {
	text-decoration:none;
	color: #990099;
}
.home-intro p a:hover {
	text-decoration:none;
	color: #CC0066;
}
.home-boxleft {
	float:left;
	background-image: url(../images/bgbox_darkpurple.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 425px;
	margin-top: 9px;
}
.home-boxleft img{
	border: 1px solid #e6dae8;
}

.home-boxleft h2, .home-boxleft h3{
	font-size: 1.15em;
	color: #990099;
}
.home-boxleft p {
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 115%;
}
.home-boxleft p a {
font-size: 0.85em;
	color: #FFFFFF;
	text-decoration: none;
}
.home-boxleft p a:hover {
	color: #FF33CC;
}
.home-boxright {
	float:left;
	margin-top: 0px;
	height: 368px;
	width: 207px;
	background-color: #e6dae8;
	background-image: url(../images/borderbottom_lightpurplebox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.home-boxright p {

	padding-right: 10px;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 115%;
}

.home-boxright p a {
	font-size: 0.85em;
	color: #990099;
	text-decoration: none;
}
.home-boxright p a:hover {
	color: #CC0066;
}
.home-boxright h3 {
	font-size: 1.15em;
	color: #990099;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;

}
.home-purplecol {
	width: 177px;
	float:left;
	padding: 15px 10px 15px 21px;
}
/* ..........SIDE COLS.......... */
	
	#right {
}
#right .shop {
	margin-bottom: 11px
}
.ltgreenbox {
	background-color: #f3deea;
	background-image: url(../images/borderbott_lightgrbox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:auto;
	width: 146px;
	padding: 0;
	margin-top: 0px;
}

.ltgreenbox2 {
	background-color: #e4f1e8;
	background-image: url(../images/borderbott_lightgrbox2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:auto;
	width: 146px;
	padding: 0;
	margin-top: 0px;
}
.ltgreenbox h3 {
	color: #990099;
	background-image: url(../images/bordertop_lightgrbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 13px 15px;
	line-height: 100%;
	
}


.ltgreenbox2 h3 {
	color: #20882F;
	background-image: url(../images/bordertop_lightgrbox2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 13px 15px;
	line-height: 100%;
}

.ltgreenbox h4 {
	color: #990099;
	padding: 5px 13px;
	line-height: 100%;
}

.ltgreenbox h4 a{
	color: #64128E;
	text-decoration:none;
	
}

.ltgreenbox h4 a:hover{
	color: #CC0066;
	
}

.ltgreenbox2 h4 {
	color: #20882F;
	padding: 5px 13px;
	line-height: 100%;
}

.ltgreenbox2 h4 a{
	color: #20882F;
	text-decoration:none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding-left:17px;
}

.ltgreenbox2 h4 a:hover{
	color: #80B275;	
}
.ltgreenbox .pinktop{
	background-image: url(../images/bordertop_lightpinkbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ltgreenbox2 .pinktop{
	background-image: url(../images/bordertop_lightgrbox3.gif);
	background-repeat: no-repeat;}
	
.ltgreenbox .large{
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ltgreenbox p, .ltgreenbox2 p  {
	font-size: 0.85em;
	padding-top: 0px;
	padding-right: 13px;
	padding-left: 13px;
	margin: 0px;
	padding-bottom: 14px;
	line-height: 125%;
}

.ltgreenbox p a {
	color: #990099!important;
	text-decoration:none;
}
.ltgreenbox p a:hover {
		color: #CC0066!important;
	text-decoration:none;
}
.ltgreenbox strong {
	color: #666;
	font-weight: bold;
}
.divider {
	width: 120px;
	height: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #20882F;
}

.darkgreenbox {
	background-color: #20882F;
	background-image: url(../images/borderbott_darkgrbox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:auto;
	width: 146px;
	padding: 0;
	margin-top: 11px;
	
}
.darkgreenbox h3 {
	color: #FFF;
	background-image: url(../images/bordertop_darkgrbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 13px;
	line-height: 100%;
}
.darkgreenbox form {
	width: 115px;
	padding-top: 0px;
	padding-right: 13px;
	padding-left: 13px;
	margin: 0px;
	padding-bottom: 10px;
}
.darkgreenbox label {
	color:#fff;
}
.darkgreenbox .submit {
	width:80px;
	border:none;
	background-color:#20882F;
	background-image: url(../images/arrow_submit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	margin-top: 2px;
	padding-right: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 14px;
}
.darkgreenbox input {
	width:115px;
	margin-top: 2px;
	margin-bottom: 8px;
	border: 1px solid #FFFFFF;
	height: 15px;
}


/* ..........INTERNAL.......... */

	.int-colleft{
	float:left;
	width: 425px;
	
}

	.int-colleft-wide{
	float:left;
	width: 550px;
	margin-right: 15px;	
}

.int-colleft-wide2{
	float:left;
	width: 625px;
	margin-right: 15px;	
}

.int-colleft-wide3{
	float:left;
	width:725px;
	margin-right: 15px;	
}

.imgleft{
	float: left;
	margin-right: 15px;
	margin-bottom:3px;
	margin-top: 5px;
}
.imgborder{
border: 1px solid #C6AFCF;}
.imgright{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
}

.intro-int{
	font-size: 1.15em;
	padding-right: 5px;
	padding-bottom: 10px!important;
	line-height: 130%;
}

.int-colright img, .diploma {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.int-colleft ul{
	margin: 0px;
	padding: 0px 15px;
	
}

.int-colleft h1, .int-colleft-wide h1, #conditions h1{
color:#630f8d;
padding-right: 20px;}

.int-colleft p{
	padding-right: 20px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.int-colleft-wide p{
	padding-right: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.int-colleft-wide2 p{padding-right: 10px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;}

.int-colleft p a, .int-colleft-wide p a, .int-colleft-wide2 p a, .int-colleft-wide3 p a{color: #64128E;
	text-decoration:none;}
.int-colleft p a:hover, .int-colleft-wide p a:hover, .int-colleft-wide2 p a:hover, .int-colleft-wide3 p a:hover{color: #CC0066;}

.int-colleft h3,  #conditions h3{
	background-image: url(../images/header_underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#630f8d;
	margin: 0px;
	font-size: 1.2em;
}

.int-colleft-wide h3{
	background-image: url(../images/header_underline2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 10px;
	color:#630f8d;
	margin: 0px;
	font-size: 1.2em;
	padding-right: 0px;
	padding-left: 0px;
}
.int-colleft-wide2 h3{
	background-image: url(../images/header_underline3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#630f8d;
	margin: 0px;
	font-size: 1.2em;
}

.int-colleft h4, .int-colleft-wide h4, .int-colleft-wide2 h4{padding-top: 10px;}

.int-colright{
	float:left;
	margin-top: 0px;
	width: 207px;
	background-color: #e6dae8;
	background-image: url(../images/borderbottom_lightpurplebox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.int-colright p {
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 0.9em;
}

.int-colright p a{
color:#630f8d;
text-decoration:none;}

.int-colright p a:hover{
color: #9c1488;
text-decoration:none;}
.int-colright h3 {
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(../images/bordertop_lightpurplebox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #9c1488;
}
.int-colright h4 {
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 5px;
	color: #9c1488;
}

.int-colright ul{
font-size: 0.9em;
	margin: 0px;
	padding-left: 35px;
	padding-top: 0px;
}

.int-colright li{
	line-height: 150%;
	list-style-type: square;
}

/* ..........SUBNAV.......... */

#subnav{}
#subnav ul{
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#subnav li{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-image: url(../images/divider_subnav.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: none;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 10px;
	font-size: 0.9em;	
		
}

#subnav li a{color:#20882F;
	text-decoration:none;}
#subnav li a:hover, #subnav .active{color: #CC0066;}


/* ..........PRESS.......... */
#press{
	
}
#press h3{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#press h3 a{text-decoration:none;}
#press p{float:left; padding-left:15px; width:320px;}
#press p a{
	color:#630f8d;
	text-decoration:none;
	font-size: 0.9em;
	font-weight: bold;
}
#press p a:hover, h3 a:hover{color: #9c1488;text-decoration:none}
#press img{
	width:60px;
	float:left;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
}

#press .clear{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 30px;
}

#press .petite {
	font-size: 0.8em;
	padding-right:2px;
	padding-left:2px;
}


/* .........CONDITIONS.......... */
#conditions{margin-top: 10px;}

#conditions img{
	float:left;
	width:150px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right:20px;
	border: 1px solid #C6AFCF;
}
#conditions .text-right{float:left;width:440px;}
#conditions .intro{

	font-size: 1.2em;
	padding-right: 15px;
	padding-bottom: 10px!important;
	color: #666666;
}

#conditions li, #press li{
line-height: 125%;}

/* ..........CONTACT.......... */

#contact{}

#contact img{
	float:left;
	width:180px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contact .address{float:left; margin-left:10px;margin-top: 10px;width:300px;}

.contactnumbers{
	float:left;
	width: 130px;
}



/* ..........FOOTER.......... */

	#footer {
	height: 61px;
	width: 954px;
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#footer p {
	color:#FFFFFF;
	font-size:0.9em;
}
#footer p a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer p a:hover {
	color: #FF33CC;
}
#footer .left {
	float:left;
	padding-left: 30px;
	padding-top: 10px;
}
#footer .right {
	float:right;
	padding-right: 30px;
	padding-top: 10px;
}
