@charset "utf-8";
/* CSS Document */

/* Basic Elements */

strong {
	font-weight:bold;
}

em { font-style:italic;}

.floatright {
	float:right;
	padding-left: 5px;
	clear:left;
}

.floatleft {
	float:left;
	margin: 10px 10px 10px 0px;
	border: 2px solid #823b6c;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

/* Header Styles */

h1 {
	font-size: 125%;
	margin-top: 5%;
	margin-bottom: 5%;
	padding: 3px 3px 3px 10px;
	font-family: 'Nova Round', cursive;
	color: #362923;
	border-radius: 15px;	
	text-shadow: 0 1px 1px #fff;	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(159,193,214,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(159,193,214,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9fc1d6',GradientType=1 );
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);		
}

h2 {
	margin-top: 5%;
	margin-bottom: 5%;
	padding: 3px 3px 3px 10px;
	font-size: 110%;
	color: #362923;
	font-family: 'Nova Round', cursive;
	color: #362923;
	border-radius: 15px;	
	text-shadow: 0 1px 1px #fff;	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(159,193,214,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(159,193,214,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(159,193,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9fc1d6',GradientType=1 );
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);	
}

h3 {
	font-size: 93%;
	margin-top: 2%;
	margin-bottom: 2%;
	font-weight: bold;
	color: #5a362a;
	font-family: 'Nova Round', cursive;
}

/* Paragraph Styles */

#mainContent p {
	margin-top: 2%;
	margin-bottom: 2%;
	color: #492c23;
	font-size: 93%;	
}
#mainContent li {
	font-size: 93%;
	color: #492c23;
	list-style:inside;
	list-style-type:circle;
}
#sidebar1 p {
	font-size: 80%;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 13px;
}
#footer p {
	font-size: 77%;
	line-height: 85%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.centerblock {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}


/* Links */

.white1link a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.white1link a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.white1link a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.white1link a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
	
	
/* Buttons */


a.findBTN:link { 
	text-decoration: none; 
	font-size: 10px; 
	color: #F5F5F5; 
	font-weight: bold;	
	
	background: rgb(224,103,186);
	background: -moz-linear-gradient(top,  rgba(224,103,186,1) 0%, rgba(130,59,108,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,103,186,1)), color-stop(100%,rgba(130,59,108,1)));
	background: -webkit-linear-gradient(top,  rgba(224,103,186,1) 0%,rgba(130,59,108,1) 100%);
	background: -o-linear-gradient(top,  rgba(224,103,186,1) 0%,rgba(130,59,108,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,103,186,1) 0%,rgba(130,59,108,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,103,186,1) 0%,rgba(130,59,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e067ba', endColorstr='#823b6c',GradientType=0 );

	
	
	border: 1px solid #FFFFFF !important;
	border-radius: 11px;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);

	cursor: pointer;
	display: block;
	float: right;
	height: 24px !important;
	line-height: 11px;
	margin: 0 4px 0 4px;
	padding: 0 10px;
	position: relative;
	font-family: 'Open Sans', sans-serif;	
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
	width: auto;
}

a.findBTN:hover { 
	text-decoration: none;  
	font-size: 10px; 
	font-weight: bold; 
	color: #9FC1D6; 
}

a.findBTN:visited { 
	text-decoration: none;  
	font-size: 10px; 
	font-weight: bold; 
	color: #F5F5F5; 
}
	

/* SideBar */

#otherbuy h2 {
	margin-top: 30px;
	font-size: 100%;
}

#otherbuy ul {
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 15%;
	color: #492c23;
	font-size: 93%;
	text-align: left;
	list-style-type:disc;
}


/* Tables */

.type1 {
	font-size: 80%;
	color: #423d3a;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.type1 td {
	padding: 3px;
}

.type1 th {
	padding: 3px;
	font-size: 110%;
	background-color:#823b6c;
	color:#FAFAFA;
}

.type1 a {
	text-decoration:none;
}

.type1 a:visited {
	text-decoration:none;
}

.type1 a:hover {
	text-decoration:none;
}

.even {
	background-color:#D7E6EE;
	border-bottom: solid #823b6c 1px;
}

.odd {
	border-bottom: solid #823b6c 1px;
}

.type2 {
	font-size: 80%;
	color: #423d3a;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.type2 td {
	padding: 3px;
}

.type2 th {
	padding: 3px;
	font-size: 110%;
	background-color:#823b6c;
	color:#FAFAFA;
}

.type2 a {
	text-decoration:none;
	color:#823b6c;
}

.type2 a:visited {
	text-decoration:none;
	color:#823b6c;
}

.type2 a:hover {
	text-decoration:none;
	color:#CC33FF;
}

.titlerow {
	background-color:#D7E6EE;
	border-bottom: solid #823b6c 1px;
}

/* Images */

.img-div {
	display: block;
	margin-top: 2%;
	margin-bottom: 2%;
}

.vid {
	float:right;
	margin: 0px 00px 8px 10px;
	border: 2px solid #823b6c;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);	
}