

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #c1c1c1; background-color: #c1c1c1; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }

a { color: #340080; text-decoration: none; }
a:hover { text-decoration: underline; color: #333333; }



@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}



h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font-weight: bold;
	color: #340080;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Droid Serif', serif;
}

h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

#logo {
	display: block;
	text-align: center;
	top: 0px;
	left: 0px;
}

#logo img{
	margin-top: -50px;
}




body {
margin: 0px;
padding: 0px;
background: url(../images/lotus.png) repeat fixed;
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 18px;
color: #333333;

}


#bg {
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
	position: fixed;
	z-index: -1;

}

#wrapper {
width: 940px;
margin: 0px auto;

}

#banner_div {
position: relative;
height: 110px;
font-family: 'Droid Serif', serif;
color: #7e7a89;
}

#navbar_div {
padding: 10px 0px;
background: #FFFFFF;
font-family: 'Droid Serif', serif;
text-align: center;
border-top: 1px solid #9786b3;
border-bottom: 1px solid #9786b3;
margin-bottom: 20px;
}

#navbar_div a {
text-decoration: none;
color: #7e7a89;
}
#navbar_div a.current {
color: #340080;
font-weight: 700; 
display: inline;
}
#navbar_div a:hover {
color: #340080;
border-bottom: 5px solid #9786B3;
padding: 7px 0px 7px 0px;
border-top: 5px solid #9786B3; 


}

.navi {
	display: inline;
	margin: 7px;
}

#footer_div a {
text-decoration: none;
color: #FFFFFF;

}

#footer_div .navi a {

}

#footer_div a.current {
color: #000000;
font-weight: 700; 
display: inline;
}

#footer_div a:hover {
color: #000000; 
}

#footer_div .navi {
	display: inline;
	margin: 5px;
}

#content_div {
	padding: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 1px 1px 8px #000000; 
    -moz-box-shadow: 1px 1px 8px #000000; 
    box-shadow: 1px 1px 8px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=45, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333333')
	progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=225, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=315, Strength=2);
	width: 900px;
	margin-top: 20px;
	min-height: 350px;
	
}

#footer_div {
text-align: center;
padding: 20px 0px 30px 0px;
font-family: 'Droid Serif', serif;
color: #000000;
}

#maincallout_img {

}
#maincallout {
	width: 900px;
	min-height: 300px;
}

#maincalloutoverlay {
	background: url(../images/maincalloutoverlay2.png) no-repeat;
	position: absolute;
	z-index: 2;
	border: none;
	width: 450px;
	height: 300px;
}

#maincalloutoverlayright {
	background: url(../images/maincalloutoverlay2.png) no-repeat;
	position: absolute;
	z-index: 2;
	border: none;
	width: 430px;
	height: 300px;
	background-position: right; 
	background-size: 100% 100%; 
	overflow: hidden;
	color: #FFFFFF;
}

#maincalloutoverlayright h2 {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 50px;
	line-height: 60px;
	color: #FFFFFF;
}

#maincalloutoverlayright p {
	font-size: 20px;
}

#maincalloutoverlayright a {
	font-weight: bold;
	color: #D1E2B5;
}

#maincalloutoverlayright a:hover {
	font-weight: bold;
	color: #000000;
}

#slideshow {
	height: 258px;
border-top: 1px solid white;
border-bottom: 1px solid white;
}


.calloutleftwrap {
width: 450px;
height: 300px;
position: relative;
overflow: hidden;
}

.calloutleft {
float: left;
width: 450px;
position: absolute;
}

.calloutright {
float: right;
width: 430px;
position: absolute;
margin-left: 470px;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 20px;

}

.calloutrightwrap {
width: 430px;
height: 300px;
position: absolute;
overflow: hidden;
background: url(../images/lotus.png) repeat fixed;
}

.callouts {
	position: absolute; 
	width: 390px;
}

.social img {
margin-top: 4px;
margin-left: 4px;
}

#biznass img {
margin-right: 4px;

}

#biznass {
	width: 110px;
	margin-top: 4px;
	margin-left: -4px;
}
#affiliate_div {
	margin-top: 12px;
	text-align: center;
}
#affiliate_div a {
	margin: 12px;
}





#sidemenu {
	width: 220px;
	float: left;
	padding-top: 0px;
}

#textsection h4 {
	font-family: 'Droid Serif', serif;
	color: #340080;
	padding-top: 0px;
}

#sidemenu a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/lotus.png) repeat fixed;
	border: 1px solid #340080;
	text-shadow: 1px 1px 1px #340080;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	  filter: alpha(opacity=75);
	  -moz-opacity: 0.75;
	  -khtml-opacity: 0.75;
	  opacity: 0.75;
}

#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	background: #333333;
	background: -moz-linear-gradient(90deg,#333333,#666666);
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	border: 1px solid #333333;
	text-shadow: 1px 1px 1px #000000;
}

#sidemenu a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #9786B3;
	text-shadow: 1px 1px 1px #340080;
	
	background: url(../images/lotus.png) repeat fixed;
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	
	  /* Netscape */
	  -moz-opacity: 1.0;
	
	  /* Safari 1.x */
	  -khtml-opacity: 1.0;
	
	  /* Good browsers */
	  opacity: 1.0;
}

#sidemenu a.sublink:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#333333);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#333333));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#textsection {
	float: right;
	width: 650px;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
	text-align: center;
}
.text_image img {
	border: 1px solid #c1c1c1;
}
.text_image_right p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}
.text_image_left p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}
.text_image_right img {
	border: 1px solid #c1c1c1;
}
.text_image_left img {
	border: 1px solid #c1c1c1;
}

.text_image p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}

.textholder {
	padding: 0px;
	margin: 0px;
}

.lefttextimage {
float: left; 
margin-right: 10px; 
border: 1px solid #c1c1c1;
}

.righttextimage {
float: right; 
margin-left: 10px; 
border: 1px solid #c1c1c1;
}

#joinus {
	float: left;
	margin-top: -30px;
	
}



.dmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.submit_button {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #9786B3;
	background: -moz-linear-gradient(90deg,#340080,#9786B3);
	background: -webkit-gradient(linear, left bottom, left top, from(#340080), to(#9786B3));
	border: 1px solid #340080;
	text-shadow: 1px 1px 1px #340080;
}

.submit_button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #340080;
	background: -moz-linear-gradient(90deg,#9786B3,#340080);
	background: -webkit-gradient(linear, left bottom, left top, from(#9786B3), to(#340080));
	border: 1px solid #9786B3;
	text-shadow: 1px 1px 1px #340080;
}

#contactright {
	float: right;
	width: 460px;
}

#contactleft {
	float: left;
	width: 420px;
	border-right: 1px solid #c1c1c1;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.smallinput {
	width: 35px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.phoneinput {
	width: 150px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
	font-size: 12px;
	color: #666666;
}

#contactform select {
	color: #333333;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	color: #333333;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

.map {
	margin: 9px 0px;
	width: 460px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.faq {
	margin: 0px 0px;
}

.faq2 {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 0px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 9px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	margin: 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.imagetable5 {
	float: left;
	width: 138px;
	height: 138px;
	margin: 5px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.bfimagetable {
	float: left;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}
.bfimagetable td {
	width: 122px;
	height: 122px;
}
.cattable {
	float: left;
	width: 138px;
	height: 180px;
	margin: 10px;
	text-align: center;
}
.catimage {
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}

.subcat_text {
}
.subcat_images {
float: right;
width: 300px;
}



.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 140px;
	padding: 10px 0px 10px 160px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link3table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.link5holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.link5image {
float: left; 
width: 150px;
}

.link5table {
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #340080;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
	color: #340080;
}



#blogholder {
	position: relative;
	min-height: 400px;
	width: 660px;
	float: left;
}
#sidedivider {
	height: 1px;
	background: #000000;
	margin: 5px 10px;
}
#sidebar {
	position: relative;
	top: 0px;
	right: 0px;
	width: 220px;
	background: url(../images/lotus.png) repeat fixed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px;
	float: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#sidebar h4 {
	padding-left: 20px;
	color: #ffffff;
}
#sidebar .rssfeed a {
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}

#commentform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

.emailwidth {
width: 300px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px 0px;
	border-top: 1px solid #c1c1c1;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	border: 1px solid #c1c1c1;
	background: #dfdfdf;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #c1c1c1;
	background: #ffffff;
	margin: 5px 0px;
	padding: 10px 20px;
}



.donation_form {

}



.doclink {
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 9px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 9px;
}



input#hp_field {
    border: solid 1px #dfdfdf;
    background-color: #dfdfdf;
    color: #dfdfdf;
    height: 0px;
    width: 0px;
    }


#Connect {
	position: absolute;
	right: 10px;
	top: -5px;
}
#Connect p {
	margin: 0 10px;
	text-align: right;
	font-weight: bold;
}

#OLDDealer a {
	width: 144px;
	height: 32px;
	font-weight: bold;
	line-height: 27px;
	background: #5f2bab;
	text-align: center;
	text-transform: uppercase;
	display: block;
	float: left;
	color: white;
	text-shadow: 0 1px 0 ;
	margin-right: 0px;
}

#OLDDealer a:hover {
	background-position: 0 -32px;
	text-decoration: none;
}

#Dealer a {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #9786B3;
	background: -moz-linear-gradient(90deg,#340080,#9786B3);
	background: -webkit-gradient(linear, left bottom, left top, from(#340080), to(#9786B3));
	border: 1px solid #340080;
	text-shadow: 1px 1px 1px #340080;
}

#Dealer a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #340080;
	background: -moz-linear-gradient(90deg,#9786B3,#340080);
	background: -webkit-gradient(linear, left bottom, left top, from(#9786B3), to(#340080));
	border: 1px solid #9786B3;
	text-shadow: 1px 1px 1px #340080;
}



#login_div {
    background: url(../images/Box_Login.png) bottom no-repeat;
    padding-bottom: 3px;
    text-align: right;
    margin-top: 25px;
	margin-bottom: 5px;
}

#login_div form {
    display: block;
    padding: 14px 0px;
    margin: 0px;
}

#login_div .userinput {
    font-family: Arial;
    border: 1px solid #340080;
    background: #ffffff;
    padding: 3px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-style: italic;
    float: right;
    margin-left: 10px;
	margin-top: 7px;
    width: 160px;
}

#password-clear {

}

#password-password {
    font-style: normal;
    color: #222222;
}

#login {
    display: block;
    float: right;
    margin: 5px 10px 10px;
}

.gift {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../images/button.png) no-repeat;
	display: block;
	height: 36px;
	width: 220px;
	background-position: top center;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	
}

.gift:hover {
	background-position: bottom center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.innerpadding {
display: block;
padding: 9px 6px;
}



