/* CSS Document */


body{
	padding:0px;
	color: #006B83;
	font-size: 15px;
	font-family: 'Raleway', "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 22px;
	background-color: white;
	background-image: url(cloud-back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a {
	transition-duration: 0.8s;
}
.main a {
	font-weight: bold;
	color: #754288;
	text-decoration: none;
}
.main a:hover {
	background-color: #0084a5;
	color:#fff;
	text-decoration: none;
}
.red {
	color:#D50003;
}
h1, h2, h3, h4 {
	font-family: 'Architects Daughter', cursive;
	font-weight:normal;
}
h1 {
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 35px;
	line-height: 35px;
	color: #006B83;
	letter-spacing: 0.05em;
	text-align: center;
}
.main h2 {
	font-family: 'Architects Daughter', cursive;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	color: #754288;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 8px;
	margin-left: 25px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.main h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-size: 22px;
	line-height: 28px;
}
.main h4 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 19px;
}

/*Navigation*/
.topright {
    position: absolute;
    right: 20px;
    top: 17px;
	width: 90%;
	text-align: center;
	
}
.topright .btn.square, .footer .btn.square {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	border-width: 0px;
	text-align: center;
	padding: 0px;
	font-size: 22px;
	line-height: 34px;
	margin-left: 8px;
	color: #fff;
	background-image: none;
	background-color: #0084a5;
	text-shadow: 1px 1px 0 #000000;
	transition-duration: 0.8s;
}
.topright img.navhead {
	width: 85%;
	margin-left: 150px;
	margin-right: 0;
}
@media screen and (max-width: 990px) {
	.topright img.navhead {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
}
.topright .btn.square:hover, .footer .btn.square:hover {
	background-color: #754288;
}
#logo {
	background-image: url(../_includes/lotus.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 280px;
	position: absolute;
	left: -70px;
	top: -55px;
	z-index: 6200;
	background-size: contain;
}
@media screen and (max-width: 990px) {
	#logo {
		width: 240px;
		left: -60px;
	}
}
@media screen and (max-width: 768px) {
	#logo {
		width: 200px;
		left: -40px;
	}
}
#logo a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.navbar.navbar-default {
	margin-top: 65px;
	background-image: -webkit-linear-gradient(270deg,rgba(117,66,136,1.00) 38.52%,rgba(62,28,74,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(117,66,136,1.00) 38.52%,rgba(62,28,74,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(117,66,136,1.00) 38.52%,rgba(62,28,74,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(117,66,136,1.00) 38.52%,rgba(62,28,74,1.00) 100%);
	background-color: #754288;
	border-width: 0px;
	border-radius: 25px;
}
@media screen and (max-width: 990px) {
	.navbar.navbar-default {	
		margin-top: 120px;
	}
}
/*
.navbar.navbar-default::before {
	background-image: url(../_includes/mimi-header.png);
	background-size: contain;
	position: absolute;
	right: 155px;
	top: -52px;
	width: 60%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center top;
}
*/
.navbar-default .navbar-nav > li > a {
	padding: 15px 55px;
	font-size: 17px;
	font-weight: 400;
	color: #DEC4E7;
	transition-duration: 0.8s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(0,145,180,1.00) 30.46%,rgba(0,81,104,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,145,180,1.00) 30.46%,rgba(0,81,104,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,145,180,1.00) 30.46%,rgba(0,81,104,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,145,180,1.00) 30.46%,rgba(0,81,104,1.00) 100%);
	background-color: #0084a5;
}
.navbar-right {
    margin-right: 10px;
}
.navbar-nav > li > .dropdown-menu {
	background-color: #0084a5;
	color:#fff;
	margin-top: -1px;
}
.navbar-nav > li > .dropdown-menu a {
	padding: 8px 25px;
	transition-duration: 0.8s;
	color: #fff;
	background-image: none;
}
.navbar-nav > li > .dropdown-menu a:hover {
	text-align: center;
	background-image: none;
	background-color: #754288;
}
@media screen and (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
	padding: 15px 35px;
	}
}
@media screen and (max-width: 990px) {
	.navbar-default .navbar-nav > li > a {
	padding: 15px 20px;
	}
}
@media screen and (max-width: 768px) {
	.navbar-default .navbar-nav, .navbar-default .navbar-nav .dropdown-menu {
		text-align:center; 
	}
	.navbar-right {
		margin-right: -15px;
	}
	.navbar-nav > li > .dropdown-menu a {
		color: #fff !important;
		background-image: none;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.navbar-nav > li > .dropdown-menu a:hover {
		color:#fff;
		background-color: #0084a5 !important;
	}
	.navbar-default .navbar-collapse {
		border-top: 1px solid #333333;;
	}
}
.navbar-default .navbar-toggle {
	border-color: #E5CBFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #E5CBFF;
}
.navbar-default .navbar-toggle:hover {
	background-color: #333;
}
/*Navigation-END*/
/*Side nav*/
.side {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg,rgba(0,81,104,1.00) 1.42%,rgba(0,132,165,1.00) 32.32%,rgba(0,132,165,1.00) 75.93%,rgba(0,81,104,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,81,104,1.00) 1.42%,rgba(0,132,165,1.00) 32.32%,rgba(0,132,165,1.00) 75.93%,rgba(0,81,104,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,81,104,1.00) 1.42%,rgba(0,132,165,1.00) 32.32%,rgba(0,132,165,1.00) 75.93%,rgba(0,81,104,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,81,104,1.00) 1.42%,rgba(0,132,165,1.00) 32.32%,rgba(0,132,165,1.00) 75.93%,rgba(0,81,104,1.00) 100%);
	border-radius: 8px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:175px;
	position: relative;
}
.side::after {
	background-image: url(../_includes/chakra.png);
	background-size: contain;
	position: absolute;
	left: 0px;
	bottom: -165px;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	content: "";
}
.side ul {
	padding-left:0;
	margin-left: 25px;
}
.side h2 {
	color: #FAEFD9;
	font-size: 20px;
	margin-top:35px;
}
.container .side p {
	margin-left: 10px;
	margin-right: 10px;
}
.side a {
	color:#E5CBFF;
	text-decoration: none;
	font-weight: 700;
	transition-duration: 0.8s;
}
.side a:hover {
	color:#fff;
	background-color: #754288;
}
/*Side nav-END*/
/*Buttons*/
.btn-primary {
	background-image: none;
	background-color: #754288;
	color:#fff;
	border:0;
}
a.btn-primary  {
	color:#fff;
}
.btn-primary:hover {
	background-color: #0084a5;
}
/*Buttons - END*/
/*Main content*/
.main {
	background-color: #f8f5e7;
	margin-top: 30px;
	position: relative;
	padding-bottom: 30px;
}
.main::before {
	background-image: url(../_includes/arch.png);
	background-size: contain;
	position: absolute;
	left: 0;
	top: -35px;
	width: 100%;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	content: "";
}
@media screen and (max-width: 1200px) {
	.main::before {
		top: -27px;
	}
}
@media screen and (max-width: 990px) {
	.main::before {
		top: -21px;
	}
}
@media screen and (max-width: 540px) {
	.main::before {
		background-image: none;
		height:3px;
		background-color: #754288;
		top:-1px;
	}
	.main {
		padding-top: 20px;
	}
}
/*Main content-END*/
/*Order Box*/
.main .orderbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #F4E8CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDDAB9;
	border-right-color: #C9AA81;
	border-bottom-color: #C9AA81;
	border-left-color: #EDDAB9;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 300px;
}
.main .orderbox p {
	margin-left:10px;
	margin-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main  .orderbox h3 {
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	color: #7D40B2;
	padding: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	text-align: left;
}
/*Order Box-END*/
/*Feature Purple*/
.feature-purple {
	background-color: #754288;
	color:#ffffff;
	border-radius: 6px;
}
.feature-purple h1, .feature-purple h2, .feature-purple h3, .feature-purple h4 {
	color: #FAEFD9;
}
/*Feature Purple-END*/
/*Footer*/
.footer {
	position: relative;
	text-align: center;
	margin-top: 50px;
}
.footer::before {
	background-image: url(../_includes/footer-ornament.png);
	background-size: contain;
	position: absolute;
	left: 0px;
	top: -75px;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	content: "";
}
.footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	margin-bottom: 4px;
}
.footer ul li a {
	background-color: #0084a5;
	color:#ffffff;
	padding: 5px 10px;
	display: block;
	width:100%;
	border-radius: 4px;
	transition-duration: 0.8s;
}
.footer ul li a:hover {
	background-color: #754288;
	text-decoration: none;
}
/*Footer - END*/
/*Responsive embeds missing from Bootstrap*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0px;
	padding: 0px;
	overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}.embed-responsive.embed-responsive-1by1 {
    padding-bottom: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px none;
}
/*Responsive embeds missing from Bootstrap-END*/
.container p {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.emphasis1 {
	font-family: 'Architects Daughter', cursive;
	font-size: 20px;
	line-height: 26px;
	color: #6E3C80;
}
.table1 p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.main ul, .main ol {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 65px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.mian ul {
	list-style-type: circle;
}
.mian ul ul {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	list-style-type: disc;
}

/*Purple Feature Boxes*/
#contentcolumn #content .featurebox1 {
	color: #fff;
	background-color: #432f61;
	background-image: url(../nav/blend-3.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #281840;
	border-right-color: #281840;
	border-bottom-color: #281840;
	border-left-color: #281840;
	padding: 0px;
}
#contentcolumn #content .featurebox1 h2 {
	color: #F8F5E7;
	font-size: 16px;
	line-height: 19px;
	margin-top: 6px;
	padding-top: 6px;
	margin-right: 15px;
	margin-bottom: 4px;
	margin-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentcolumn #content .featurebox1 p {
	margin-right: 25px;
	margin-left: 25px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#contentcolumn #content .featurebox1 a { color: #abd7ed; }
#contentcolumn #content .featurebox1 a:hover { color: black; background-color: #abd7ed; }
/*Feature Box 2*/
#contentcolumn .featurebox2 {
	color: #603617;
	background-color: #f0e0c8;
	background-image: url(blend-back1.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEB27B;
	border-right-color: #774A22;
	border-bottom-color: #774A22;
	border-left-color: #DEB27B;
	background-position: right top;
	padding: 5px;
}
/*coupon*/
.coupon1 {
	color:#333333;
	background-color: #ffe869;
	font-size:36px;
	line-height: 40px;
	border-radius: 8px;
	border: 3px solid #754288;
	padding-bottom: 18px;
}
/*Right Column*/
#contentcolumn #content #rightcolumn {
	padding: 0px;
	float: right;
	width: 210px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFF;
}
#contentcolumn #content #rightcolumn p {
	line-height:16px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#contentcolumn #content #rightcolumn h2 {
	font-size: 17px;
	line-height: 21px;
	color: #FAEFD9;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B17754;
	font-style: normal;
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contentcolumn #content #rightcolumn h3 {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 18px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
}
#contentcolumn #content #rightcolumn #rightcoltop {
	width: 210px;
	background-image: url(layout/images/feature_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
}
#contentcolumn #content #rightcolumn #rightcontent {
	background-image: url(layout/images/feature_03.png);
	background-repeat: repeat-y;
	float: left;
	width: 210px;
}
#contentcolumn #content #rightcolumn #rightcolbottom {
	background-image: url(layout/images/feature_05.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 210px;
}
/*Buttons*/
#contentcolumn #content a.button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #F8F5E7;
	font-size: 12px;
	line-height: 15px;
	background-color: #744086;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AA88B6;
	border-right-color: #34003F;
	border-bottom-color: #34003F;
	border-left-color: #AA88B6;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
}
#contentcolumn #content a:hover.button {
	background-color: #0097B9;
}
/*Media Box*/
#contentcolumn .media {
	background-color: #c6c1a9;
	background-image: url(../nav/blend-4.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	border: solid 1px #cdc5a0;
}
#contentcolumn .media img { margin: 0; padding: 5px 8px; }
#contentcolumn .media a:hover { background-color: transparent; }
#contentcolumn .media h1 { font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 21px; text-align: left; margin: 10px; padding: 3px; border-bottom-style: solid; border-bottom-width: 1px; }
#contentcolumn .media p { text-align: left; }

/*Left Column*/

#leftcolumn{
	float: left;
	width: 215px; /*Width of left column*/
	margin-left: -900px;
	position: relative;
	background-image: url(layout/images/solaire-2_15.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 6100;
	padding-bottom: 210px;
}
* html #leftcolumn {
	margin-left: -965px;
}
#leftcolumn #left-back{
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	background-image: url(layout/images/solaire-2_12.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}
#leftcolumn #left-back p {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#leftcolumn #left-back h2 {
	font-size: 17px;
	line-height: 21px;
	color: #FAEFD9;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 2px;
	margin-left: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #52B6D5;
}
#leftcolumn #left-back ul {
	color: #FFF;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftcolumn #left-back ul li {
	padding-bottom:5px;
}
#leftcolumn #left-back a {
	font-weight: bold;
	color: #E5CBFF;
	text-decoration: none;
}
#leftcolumn #left-back a:hover {
	color: #FFF;
	background-color: #7351A7;
}
#leftcolumn #left-back .feature-left1 {
	font-family: 'Architects Daughter', cursive;
	font-size: 23px;
	font-style: italic;
	line-height: 45px;
	font-weight: normal;
	color: #71D7E7;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer{
	clear: left;
	width: 685px;
	color: #86B5E9;
	background-image: url(layout/images/solaire-2_16.gif);
	background-repeat: no-repeat;
	background-position: 215px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 215px;
	height: 25px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
* html #footer{
	background-position: 183px 0px;
}

#footer ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer  ul li a{
	color: #efd391;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#footer  ul li a:hover {
	color: white;
	font-weight: bold;
	background-color: #2272a1

}
#footer p .button {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #7CA7D7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4EEFA;
	border-right-color: #2765B4;
	border-bottom-color: #2765B4;
	border-left-color: #E4EEFA;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
#footer p a:hover.button {
	background-color: #78458A;
}
