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

/* = SLIDER STYLES
------------------------------------------------------------------*/
#sliderholder {
	display: block;
	width: 100%;
	height: 283px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #eae9da;
	padding:0px;
}

/* HOME IMAGE HOVER
------------------------------------- */

#imgPreviewWithStyles {
	background: #eae9da;
	padding: 10px;
	z-index: 999;
	border: none;
	margin: -350px 0px 0px 0px;
	top:0px;
	left:0px;
}


/* = HOME - RIGHT SIDE
------------------------------------------------------------------*/
.rightside {
	display: block;
	float: right;
	width: 320px;
	text-align: center;
	padding: 10px;
	margin: 0px;
}

.rightside p {
	display: block;
	width: 300px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0px;
}

.rightside .RK-WebWidget .web-widget-cont {
    position: relative;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding: 5px;
    max-width: 450px;
    width: 107%;
    margin: 0 0 0 -11px;
}

.rightside .RK-WebWidget .widget-div .widget-right .p {
    color: #9c9c9c !important;
    margin-top: 0;
    margin-bottom: 3%;
    line-height: 1.4;
    text-align: center;
    font-weight: 600 !important;
    font-size: 11px;
    width: 150px;
}

.rightside .RK-WebWidget .widget-div .widget-right .p {
    color: #9c9c9c !important;
    margin-top: 0;
    margin-bottom: 3%;
    line-height: 1.4;
    text-align: center;
    font-weight: 600 !important;
    font-size: 11px;
    width: 150px;
}

.rightside .RK-WebWidget .widget-div .widget-right .widget-star {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    width: 150px;
}


.rightheading {
	font-family: "Arial", "Century Gothic", "TradeGothic CondEighteen", "Futura Condensed", Helvetica, Arial;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	letter-spacing:3px;	
	display: block;
	text-transform: uppercase;
	background-color:#B37BCB;	
	margin: 15px 0px 15px 0px;
	padding: 10px 10px 10px 22px;
	color:#eae9da;
	-moz-border-radius: 8px;
	border-radius: 8px;
}



.homeimage{
	float:left;
	width:160px;
	margin: 0px 8px 10px 0px;
	padding:8px;
	background-color:#e5e3d1;
	display:inline;
}