body, html { overflow-x:hidden; }

body {   
     background:#fff;
    /*background:#fff url(../images/Marble7.jpg) repeat top;*/
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 14px;
	margin: 0;
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }
.widthwrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
} 
/* -----------------------------------------------------------------------------*/
/*Content edge shadows and backgrounds*/
.box-shadow {
    -moz-box-shadow: inset 5px 0 7px -5px #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
    -webkit-box-shadow: inset 5px 0 7px -5px #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
    box-shadow: inset 5px 0 7px -5px #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
}
.box-shadow-right {
	-moz-box-shadow: inset 0 0 0 0 #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
	-webkit-box-shadow: inset 0 0 0 0 #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
	box-shadow: inset 0 0 0 0 #a4a4a4, inset -5px 0 7px -5px #a4a4a4;
}
.gradient{	
	background-color:#B19261; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B19261', endColorstr='#706351'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#B19261), to(#706351)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #B19261, #706351); /* for firefox 3.6+ */;
}
.gradientMarble{
    background:#fff url(../images/Marble7.jpg) repeat top;
} 

/* -----------------------------------------------------------------------------*/
/* FORMS i.e. mailing list , CONTACT US */
.searchform{
	width:100%;   
	max-width:380px; 
    margin: 0 auto;
	border-top: 2px solid #AEAAA0;
	border-right: 2px solid #B3AFA4;
	border-left: 2px solid #B3AFA4;
	border-bottom: 2px solid #9C988F; 
	color:#1C1C1C;
	font-size:13px;
	font-weight:bold;
    text-shadow:1px 1px 0 #F9F9F9;
}
.searchform td{
	padding:3px 0;
}
.searchform input[type="text"], .searchform input[type="email"], .searchform textarea, .searchform select{
	width:100%;
    border: 1px solid #C6C6C6;
    color: #888888;
    margin: 0 auto;
	font-size:1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 5px 5px #eee, 0 4px 2px -2px #929292;
	-moz-box-shadow: inset 0px 5px 5px #eee, 0 4px 2px -2px #929292;
	box-shadow: inset 0px 5px 5px #eee, 0 4px 2px -2px #929292;
}
.contact-frm {
	width:96%;
	max-width:800px;
	background-color:#F9F8F7;
    border: 1px solid #C6C6C6;
    color: #888888;
    margin: 0 auto;
	overflow:hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;    	   
    box-shadow: inset 0 1px 3px #C6C6C6;
    -webkit-box-shadow: inset 0 1px 3px #C6C6C6;
    -moz-box-shadow: inset 0 1px 3px #C6C6C6;	
	box-shadow: 0 4px 2px -2px #929292;
}
.contact-frm input[type="text"], .contact-frm input[type="email"], .contact-frm textarea, .contact-frm select{
	width:100%;
    border: 1px solid #C6C6C6;
    color: #888888;
    margin: 0 auto;
	font-size:1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 5px 5px #eee, 0 4px 2px -2px #929292;
	-moz-box-shadow: inset 0px 5px 5px #eee, 0 4px 2px -2px #929292;
	box-shadow: inset 0px 5px 5px #eee, 0 4px 2px -2px #929292;
}
.contact-frm select {
    color: #888;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;    	
    text-indent: 0.01px;
    text-overflow: '';
}
.contact-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
.contact-frm .button{
        background: #ECEAE8;
        border-radius: 15px;
        padding: 8px 25px 8px 25px;
        font-family: arial;
        font-weight: bold;
        color:#7f7f7f;
        text-decoration: none;
        text-shadow:0px 1px 0px #fff;
        border:1px solid #a7a7a7;
        box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition:box-shadow 0.5s;
    }
.contact-frm .button i{
        float: right;
        margin-top: 2px;
    }
.contact-frm .button:hover{
        box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
        color:#555555;
        text-shadow:0px 2px 0px #fff;
    }
.contact-frm .button:active{
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
        background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
    }

.contact-frm input::-webkit-input-placeholder {color: #888888;font-weight:normal;}
.contact-frm input:-moz-placeholder {color: #888888;font-weight:normal;} /* Firefox 18- */
.contact-frm input::-moz-placeholder {color: #888888;font-weight:normal;}  /* Firefox 19+ */
.contact-frm input:-ms-input-placeholder {color: #888888;font-weight:normal;}

.contact-frm label {
	display:block;
    font: 1em/1.2em "Droid Serif",Arial,Helvetica,sans-serif;
	text-align:center;
    color: #8C7535;
	margin:5px auto;
}
/* -----------------------------------------------------------------------------*/
/*Headings*/
/*-.H1-*/
.pagetitle h1{ 
	display: block;
	margin: 0;
	padding: 0;
    font: 1.8em/1.8em "Droid Serif",Arial,Helvetica,sans-serif;
	color:#078a09;
	text-align:left;
}
.pagetitle h1 span {
    display: inline-block;
    position: relative;
    padding: 1px 30px 1px 0;
    border-bottom: 1px solid #078a09;
	margin-top: 0;
	margin-bottom: 10px;	
}
/*-.H2-*/
.pagetitle h2{ 
	display: block;
	margin: 0;
	padding: 0;
    font: 1.6em/1.6em "Droid Serif",Arial,Helvetica,sans-serif;
	color:#078a09;
	text-align:left;
}
.pagetitle h2 span {
    display: inline-block;
    position: relative;
    padding: 1px 30px 1px 0;
    border-bottom: 1px solid #078a09;
	margin-top: 0;
	margin-bottom: 10px;	
}
/*-.H3-*/
.pagetitle h3{ 
	display: block;
	margin: 0;
	padding: 0;
    font: 1.4em/1.4em "Droid Serif",Arial,Helvetica,sans-serif;
	color:#078a09;
	text-align:left;
}
.pagetitle h3 span {
    display: inline-block;
    position: relative;
    padding: 1px 30px 1px 0;
    border-bottom: 1px solid #078a09;
	margin-top: 0;
	margin-bottom: 10px;	
}
/*-.H4-*/
.pagetitle h4{ 
	display: block;
	margin: 0;
	padding: 0;
    font: 1.2em/1.2em "Droid Serif",Arial,Helvetica,sans-serif;
	color:#078a09;
	text-align:left;
}
.pagetitle h4 span {
    display: inline-block;
    position: relative;
    padding: 1px 30px 1px 0;
    border-bottom: 1px solid #078a09;
	margin-top: 0;
	margin-bottom: 10px;	
}

.sideheadingtitle {
    font-family: Georgia;
    color: #078a09;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 1px 1px .1px #FFFFFF;
} 
/* -----------------------------------------------------------------------------*/
/*Content padding*/
.content{
	padding:5px;
	margin:auto; 
	color: #000000; 
}
.innerwrapper {	
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
	min-height: 600px;
    overflow: hidden;
}
.innerwrapperbasic {	
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.innerwidthwrapper {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.sideinnerwidthwrapper {
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
}

.sideinnerwidthwrapper li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	line-height:normal;
	direction:ltr;
	text-align:left;
}

.dark1{background-color:#F9F8F7;}
.shadow{
	-moz-box-shadow: 0 12px 6px -6px #929292;
	-webkit-box-shadow: 0 12px 6px -6px #929292;
	box-shadow: 0 12px 6px -6px #929292;
} 
/* -----------------------------------------------------------------------------*/

a       { color:#3366CC; text-decoration:none; outline:none}
a:link  { color:#3366CC; text-decoration:none;}
a:hover {  color:#144BCC; text-decoration:underline; cursor:pointer}
a:active{ color:#144BCC; text-decoration:none;}	 
/* -----------------------------------------------------------------------------*/
/*clear*/
.clear{
	clear:both;
	font-size:0;
	line-height:0;		
}
.clearone{
	clear:both;
	font-size:1px;
	line-height:1px;	
}
.clearleft{
	clear:left;
	font-size:1px;
	line-height:1px;	
}
.clearright{
	clear:right;
	font-size:1px;
	line-height:1px;	
}

.clearspace {
	clear: both;
	height: 30px;
}
.clearspacesm {
	clear: both;
	height: 10px;
}	
.clearspacexsm {
	clear: both;
	height: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* ----------------------------------------------------------------------------*/ 	
.left{ float:left;}
.right{ float:right;}
.red{ color:#f00}
.error{ color:#ff0000}
.textleft{ text-align:left;}
.textright{ text-align:right;}
.textcenter{ text-align:center;}
.justified{text-align:justify;}  

/* ----------------------------------------------------------------------------*/ 
/*------TopBar-------*/
.top-bar {
	margin-top:0;
    min-height: 40px;
    background-color: #000c8b;
    font-size: 14px;
    color: #fff;
	box-sizing: border-box;
	overflow:hidden;
}
.container {
    width: 100%;
	height:auto;
}
.container {  
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container::before, .container::after {
    display: table;
    content: " ";
}
.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	margin-top: 12px;
    font-size: 12px;
    color: #fff;
    /*color: #A8895C;*/
}
.subheader img {
    vertical-align: middle;
}
/* ----------------------------------------------------------------------------*/ 
/*------ images ------*/ 
img {
	max-width: 100%;
	height: auto;
}
img.contentphoto{
float:left; 
border:2px solid #E6E5E5; 
width:40%; 
height:auto; 
margin: 0 15px 5px 0;
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 12px 6px -6px #929292;
	-webkit-box-shadow: 0 12px 6px -6px #929292;
	box-shadow: 0 12px 6px -6px #929292;
}
img.modulephoto{
border:2px solid #E6E5E5; 
	width:100%; 
	height:auto; 
	max-width:380px; 
	overflow:hidden; 
	margin:0 auto;
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 12px 6px -6px #929292;
	-webkit-box-shadow: 0 12px 6px -6px #929292;
	box-shadow: 0 12px 6px -6px #929292;
}
.fullphotowrapper{	
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	overflow:hidden; 
	-moz-box-shadow: 0 12px 6px -6px #929292;
	-webkit-box-shadow: 0 12px 6px -6px #929292;
	box-shadow: 0 12px 6px -6px #929292;
}

.grow img{ transform: scale(1.0); transition: all .4s ease-in-out; border:0; }
.grow:hover img{ transform: scale(1.1); opacity:.8; }
/* ----------------------------------------------------------------------------*/ 
/*------ Slider ------*/ 
.outerslideholder{ 
	max-width:380px; 
	overflow:hidden;
	padding:0; 
	margin:0 auto;
	border:0;
	font-size:0;
	 -moz-border-radius: 3px 3px 3px 3px;
	 -webkit-border-radius: 3px 3px 3px 3px;
	 border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 8px 4px -4px #929292;
	-webkit-box-shadow: 0 8px 4px -4px #929292;
	box-shadow: 0 8px 4px -4px #929292;	
	z-index:1; 
}
.outerslideholder a, .outerslideholder a img{
	text-decoration:none;
	border:none;
}
.slide_container {
	position: relative; 
	width: 1280px;
	height: 640px; 
	margin: 0 auto;
	overflow: hidden;
	-moz-box-shadow: 0 12px 6px -6px #929292;
	-webkit-box-shadow: 0 12px 6px -6px #929292;
	box-shadow: 0 12px 6px -6px #929292;
}

.slide_containersm {
	position: relative;  
	border:2px solid #E6E5E5; 
	width: 380px;
	height: 238px; 
	margin: 0 auto;
	overflow: hidden;
}

.loading {
	position: absolute; 
	top: 0px; 
	left: 0px;
}
.loading_gif {
	position: absolute; 
	display: block; 
	background: url(../images/loading.gif) no-repeat center center;
	top: 0px; 
	left: 0px;
	width: 100%;
	height:100%;
}
.filter {
	filter: alpha(opacity=70); 
	opacity:0.7; 
	position: absolute; 
	display: block;
	background-color: #000; 
	top: 0px; 
	left: 0px;
	width: 100%; 
	height:100%;
}
.slide_wrapper {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1280px; 
	height: 640px;
	overflow: hidden;
}

.slide_wrappersm {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 380px; 
	height: 238px;
	overflow: hidden;
}

.jssora20l, .jssora20r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a20.png) no-repeat;
    overflow: hidden;
}
.jssora20l { background-position: -3px -33px; }
.jssora20r { background-position: -63px -33px; }
.jssora20l:hover { background-position: -123px -33px; }
.jssora20r:hover { background-position: -183px -33px; }
.jssora20l.jssora20ldn { background-position: -243px -33px; }
.jssora20r.jssora20rdn { background-position: -303px -33px; } 

/* ----------------------------------------------------------------------------*/
/* -- Footer -- */
.footerwrapper {
	width: 100%;
	max-width: 1364px;
	margin: 0 auto;
	padding:0;
	overflow:hidden; 
}
#upper-footer {
    background: #000c8b none repeat scroll 0% 0%;
    color: #735D39;
    padding: 5px 0px 35px;
} 
#footer {
    background: #3d3dff none repeat scroll 0% 0%;
    color: #FFF;
    text-align: center;
    padding: 20px 0px;
    line-height: 30px;
    position: relative;
}
#goup {
    display: inline-block;
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -22.5px;
    background: #C2AA83 none repeat scroll 0% 0%;
    width: 45px;
    height: 45px;
    transform: rotate(-45deg);
    cursor: pointer;
}

#footer #goup::after, #footer #goup::before {
    transition: all 0.3s ease 0s;
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 16px;
    width: 17px;
    height: 1px;
    background: #FFF none repeat scroll 0% 0%;
}
#footer #goup::before {
    transform: rotate(0deg);
}
#footer #goup::after {
    transform: rotate(-90deg);
    left: 18px;
    top: 25px;
}
.footnotes {
    display: block;
    padding: 0px 10px;
    margin: 10px auto;
    color: #FFFFFF;
    line-height: 1.2em;
    transition: all 0.3s ease 0s;
}
.footnotes span {
	display:inline-block;
    padding: 0px 3px;
    color: #FFFFFF;
    line-height: 1.4em;
    transition: all 0.3s ease 0s;
}

.footnotes .plain span ,.footnotes .plain a {
	display:inline-block;
    padding: 0px 3px;
    color: #FFFFFF;
    line-height: 1.2em;
    transition: all 0.3s ease 0s;
}
.footnotes a {
	display:inline-block;
    padding: 0px 10px;
    color: #FFFFFF;
    line-height: 1.4em;
    transition: all 0.3s ease 0s;
}
.footnotes a:hover {
    color: #8A795D;
	text-decoration:none;
    transition: all 0.3s ease 0s;
}

.footer-block-heading {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	opacity:1;
}
.footer-block-heading h3 span {
    display: inline-block;
    position: relative;
    padding: 1px 30px 10px 30px;
    border-bottom: 1px solid #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;	
}
.footer-block-heading h3 span::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    background: #B19261 none repeat scroll 0% 0%;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 5px #B19261;
    left: 50%;
    margin-left: -5px;
    bottom: -7px;
}
.footer-block-heading h3 b {
    font-weight: normal;
    color: #FFFFFF;
}	  
.footer-block{
    margin: 10px auto;
    text-align: center;
	overflow:hidden; 
}  
.footer-block ul{
    margin: 0 auto;
    padding: 0 2px;
}
.footer-block li{ 
	display:inline-block;
    text-align: center;
    margin: 5px auto;
    padding: 4px 10px;
    cursor: pointer;
    color: #FFF;
    border: 1px solid #A5916F;
    background: #078a09 none repeat scroll 0% 0%;
    transition: all 0.3s ease 0s;
}
.footer-block li a,.footer-block li a:link{ 
    color: #FFF;
	text-decoration:none;
}
.footer-block li:hover { 
    color: #C2AA83;
    border: 1px solid #8A795D;
    background: #FFF none repeat scroll 0% 0%;
    transition: all 0.3s ease 0s;
}

.footer-block li:hover a{ 
    color: #C2AA83;
}
.footer-block li a:hover { 
    color: #C2AA83;
}
.footer-block li.active{ 
    color: #B19261;
    border: 1px solid #8A795D;
    background: #FFF none repeat scroll 0% 0%;
    transition: all 0.3s ease 0s;
}
.footer-block li.active a{ 
    color: #B19261;
}
.footer-block li.active:hover{
    color: #FFF;
    border: 1px solid #B19261;
    background: #C2AA83 none repeat scroll 0% 0%;
    transition: all 0.3s ease 0s;
}
.footer-block li.active a:hover{ 
    color: #FFF;
}
/* ----------------------------------------------------------------------------*/
/* -- isStuck -- */
 
.isStuck {
	margin:0 auto;
}
.navbar-brand {
    float: left;
    padding: 0;
    margin: 0;
	transition: all 0.3s ease-in-out;
}
.navbar-brand img {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
	padding:1px 1px;
    transition: all 0.3s ease-in-out;
}

.isStuck .navbar-brand img {
    width: 95%;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.navbar-toggle {
    margin-top: 15px;
    margin-right: 8px;
	transition: all 0.3s ease-in-out;
}
	
@media (max-width: 400px) {	
	.navbar-brand {
		width: 75%;
		height: auto;
	    transition: all 0.3s ease-in-out;
	}
	.navbar-brand img {
	    float: left;
	    width: 100%;
	    height: auto;
	    margin-top: 10px;
		padding:1px 1px;
	    transition: all 0.3s ease-in-out;
	}
	
	.isStuck .navbar-brand img {
	    width: 98%;
	    margin-top: 5px;
	    transition: all 0.3s ease-in-out;
	}
	
	.navbar-toggle {
	    margin-top: 15px;
	    margin-right: 8px;
	    transition: all 0.3s ease-in-out;
	}
	.isStuck .navbar-toggle {
	    margin-top: 10px;
	    margin-right: 8px;
	    transition: all 0.3s ease-in-out;
	}
}
.navbar-right {
	margin-top: 28px;
	transition: all 0.3s ease-in-out;
}
.isStuck .navbar-right {
	margin-top: 19px;
	transition: all 0.3s ease-in-out;
}
/* ----------------------------------------------------------------------------*/

.top-menu {	
	position: relative;
    background-color:#fff;
    z-index: 5000;
    width:100%;
	margin: 0 auto;
	opacity:.98;
	z-index:99999;
}

.menuwrapper {
    width: 100%; 
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
	vertical-align:middle;
    background-color: #ffffff;
}
.navbar-default	{
	background-color: #ffffff;
	border-color: #ffffff;
	border: none;
        
}
.navbar {
    position: relative;
    min-height: 40px; 
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    border: 1px solid transparent;
    
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #078a09;
    color:#fff;
	transition: all 0.3s ease-in-out;
}

.dropdown-menu > li > a:hover
{
/*background-color:#d1b866;*/
color: #000000;
background-color: #078a09;/*bg colour of sub link*/
box-shadow: inset 0 0 10px #000000;

}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #078a09;
	color:#fff;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 980px) {
	#main-nav {
		line-height: 0;
		text-align: right;
	}
	#main-menu {
		display: inline-block;
	}
}
@media (max-width: 767px) {	
	.innerwrapper {	
		min-height: 100px;
	}
}
/* ----------------------------------------------------------------------------*/
	
a.close {
	background: #56504A;
	color: #FFFFFF;
	line-height: 24px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 24px;
	margin-left:10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #898989;
	font-weight: bold;
	border:1px solid #505050;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	opacity: 0.5;
}

a.close:hover { background: #078a09; 
}

/*#B19261 original text color-ligh golden*/
/*#078a09 dark green color*/

