
/* PC (>= 1180) (design for 1120)
==================================================================*/


.affiliate {
	width: auto;
	height: auto;
	max-height: 65px;
	max-width: 100px;
	margin: 2px;
	padding: 2px;
	border: 2px solid #f71414;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.itemnoscript {
	margin: 5px;
	text-align: center;
	display: inline-block;
	width: 30%;
}

.mover {
	position: relative;
	display: block;
}


.mover:hover .mdiv {
	bottom: 5px;
}

.mover:hover .mdiv:after {
	border: 0;
}

.movercontainer {
	text-align: center;
	position: absolute;
	top: -30px;
	width: 100%;
	height: 40px;
	display: block;
 	overflow: hidden; 
}

.mdiv {
	position: absolute;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	bottom: -35px;
	background-color: #f71414;
	padding: 3px 5px 3px 5px;
	color: #010202;
	font-size: 12px;
	line-height: 12px;
	border: 2px solid #f71414;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 2px #AAAAAA;
	-moz-box-shadow: 1px 1px 2px #AAAAAA;
	box-shadow: 1px 1px 2px #AAAAAA;
	vertical-align: middle;
	-webkit-transition: bottom 1s;	
	transition: bottom 1s;
}



html {
	overflow-x: hidden;
}

body {
	margin: 0 0 35px 0;
/*	background: url(../images/stripe.png) repeat-y center, url(../images/background.png); */
	background: #ffffff;
/*	font-family: allerregular, Arial, Helvetica, sans-serif; */
	font-family: museo_sans500, Arial, Helvetica, sans-serif;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
/*	overflow-x: hidden; */
}

.bigcontainer {
	margin: 0 auto;
	position: relative;
	border: 1px solid #808080;
}

.maincontainer {
	border-top: 4px solid #D3D3D3;
	/* background: url('../2025pics/ai.jpg'), #2884CB; */
	background-color: #A6AFBC; /* Or a hex code like #ADD8E6 */
	-webkit-box-shadow: 0 0 10px 8px #AAADB4;  /*fireorange FFD966*/
	-moz-box-shadow: 0 0 10px 8px #AAADB4;  /*grey like*/
	box-shadow: 0 0 10px 8px #AAADB4;

}

.whitebg {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) inset;
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) inset;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) inset;

}

.rounded {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.paddedtop {
	padding-top: 15px;
}

img.scale-with-grid {
	max-width: 418px;
	width: 100%;
	height: auto;
}

.gap {
	height: 25px;
}

.nojavascript {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 5px;
	height: 35px;
	background: #efebeb;  /*red*/
	color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
}

.headcontainer {
	padding: 10px 0 10px 0;
	background: #FFFFFF;
}

a:link, a:visited {
	color: #b4b4c1;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.loginform {
	display: block;
	position: relative;
	background-color: #f71414;  /*dark red*/
	padding: 3px 5px 3px 5px;
	border: 1px solid #f71414;
	border-top: 0;
	vertical-align: middle;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.loginform span, .loginform a {
	display: inline-block;
	color: #36322F;  /*like a black*/
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
}

input[type="text"], input[type="password"], select {
	background: #FFFFFF;
	margin: 0 2px 0 2px;
	color: #010202;
	padding: 0 2px 0 2px;
	font-size: 14px;
	line-height: 19px;
	border: 1px solid #c1c8db;  /*now fireredorangechangedfrom669933 dark green*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 6px #CCCCCC inset;
	-moz-box-shadow: 0px 0px 6px #CCCCCC inset;
	box-shadow: 0px 0px 6px #CCCCCC inset;
}

input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 0 0 2px;
	padding: 0;
}

input[type="submit"], .bigbutton, .footmenu li a, .phonehdg a, .biga {
	background: #e1dfdc;  /*fire orange*/ /*this is for the buttons */
/*	background: #E98504; */
	color: #FFFFFF;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	border: 2px solid #b4b1e6;
/*	border: 2px solid #FDCD0C; */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input[type="submit"]:hover, input[type="submit"]:focus, .bigbutton:hover, .bigbutton:focus, .footmenu li a:hover, .footmenu li a:focus, .phonehdg a:hover, .phonehdg a:focus, .biga:hover {
	color: #010202;
	background: #b9b1d8;
	text-decoration: none;
	border: 2px solid #cdd2e4;
/*	background: #F49E09; */
}

.biga {
	color: #86829c;
	padding: 2px 15px 2px 15px !important;
	font-size: 24px !important;
	line-height: 30px !important;
}

 .footmenu li a, .phonehdg a {
	padding: 2px 5px 2px 5px !important;
}


.footmenu li {
	display: inline-block;
	margin: 5px 0 5px 0;
}

.bigbutton {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	padding: 5px !important;
}

.smtext {
	padding: 0 10px 0 10px;
	color: #333333;  /*black like*/
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}

.centercolumn {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 20px;
	color: #aca7d5; /*FE3333 red*/
	background: #E0EDF6;
	font-size: 34px;
	line-height: 37px;
/*	text-align: left; */
/*	border: 2px solid #FE3333; */
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
/*	-webkit-box-shadow: 2px 2px 6px #333333, 0px 0px 6px #CCCCCC inset;
	-moz-box-shadow: 2px 2px 6px #333333, 0px 0px 6px #CCCCCC inset;
	box-shadow: 2px 2px 6px #333333, 0px 0px 6px #CCCCCC inset; */
	-webkit-box-shadow: 2px 2px 6px #333333; /*blackish*/
	-moz-box-shadow: 2px 2px 6px #333333;
	box-shadow: 2px 2px 6px #333333;
}

.pagehdg {
	margin-top: 10px;
	font-size: 34px;
	line-height: 51px;
	font-weight: bold;
	text-align: center;
	color: #000000;  /*darkgreen 669933*/
	-webkit-text-shadow: 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 2px 2px 1px #AAAAAA;
	-moz-text-shadow: 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 2px 2px 1px #AAAAAA;
	text-shadow: 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 2px 2px 1px #AAAAAA;
}

.bighdg {
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
/*	border-bottom: 3px solid #669933; */
	-webkit-text-shadow: 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 2px 2px 1px #AAAAAA;
	-moz-text-shadow: 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 2px 2px 1px #AAAAAA;
	text-shadow: 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 2px 2px 1px #AAAAAA;
}

.subhdg {
	margin: 10px 0 0 0;
	color: #010202;
	font-size: 24px;
	line-height: 24px;
}

.bodytxt {
	margin: 10px 0 10px 0;
	color: #606060;
	font-size: 18px;
	line-height: 24px;
}

.discul {
	margin: 10px 10px 10px 30px;
}

.disc {
	text-align: left;
	list-style-type: disc;
	line-height: 1.8;
	font-size: 18px;
}

.phonehdg {
	color: #333333;
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
}

div.bigbodytext {
	margin: 15px 10px 15px 0;
	padding: 20px 10px 10px 25px;
	background-color: #676767;
	text-align: left;
	font-size: 32px;
	line-height: 35px;
	text-shadow: 0px 0px 1px #B3B3B3,1px 1px 3px #000000;
	color: #FFFFFF;
	border-radius: 0 22px 22px 0;
	-moz-border-radius: 0 22px 22px 0;
	-webkit-border-radius: 0 22px 22px 0;
	-webkit-box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
}

.bigtext {
	margin-top: 15px;
	padding: 10px 0 10px 0;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 32px;
	line-height: 34px;
	text-shadow: 0px 0px 1px #B3B3B3,1px 1px 3px #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px #803333;
	-moz-box-shadow: 0px 0px 15px #803333;
	box-shadow: 0px 0px 15px #803333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.blockhdg {
	padding-top: 10px;
	color: #FE3333;
	font-size: 34px;
	line-height: 37px;
	text-align: center;
}

.blocksm {
	padding: 10px 15px 20px 15px;
	color: rgb(136, 136, 136);
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}

.gradbg {
	background: #A1A1A1;
	background: rgb(161,161,161); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(161,161,161,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,161,161,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(161,161,161,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(161,161,161,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(161,161,161,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(161,161,161,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1A1A1', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 8px 8px -8px #333333 inset;
	-moz-box-shadow: 0px 8px 8px -8px #333333 inset;
	box-shadow: 0px 8px 8px -8px #333333 inset;
}

.homepagebox1 {
	padding: 0 10px 0 10px !important;
	width: 149px;
	margin: 0 0 15px 32px;
}

.homesmallbox {
	background: #a5bae9 url('../images/grad-ltblue.png');
	height: 290px;
	margin: 0 5px 15px 5px;
	padding: 10px 15px 5px 15px;
	border: 2px solid #669933;
	-moz-border-radius: 10px 55px 10px 55px;
	-webkit-border-radius: 10px 55px 10px 55px;
	border-radius: 10px 55px 10px 55px;
	-webkit-box-shadow: 2px 2px 6px #2d0fed;
	-moz-box-shadow: 2px 2px 6px #0f4fd9;
	box-shadow: 2px 2px 6px #402dba;
}

.smhdg {
	margin: 10px 0 10px 0;
	color: #000000;  /*theblueheaders was 1e58c2 blue */
	font-size: 34px;
	line-height: 37px;
	text-align: center;
	text-shadow: #FFFFFF 0 1px 0;
}

.bodytext {
	text-align: center;
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 18px;
	line-height: 27px;
}

.rightmorph {
	display: inline;
	float: right;
	text-align: right;
}

.leftmorph {
	display: inline;
	float: left;
	text-align: left;
}

.centered {
	text-align: center !important;
}

.nobottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

.copyright {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}


/* Tablet Landscape (980-1160) (design for 940)
==================================================================*/
@media only screen and (min-width: 980px) and (max-width: 1160px) {

	.homesmallbox {
		height: 320px;
	}

	.affiliate {
		max-height: 58px;
		max-width: 90px;
	}

	.rightmorph {
		text-align: center;
	}

	.leftmorph {
		text-align: center;
	}

}

/* Tablet Portrait (788-979) (design for 748)
==================================================================*/
@media only screen and (min-width: 788px) and (max-width: 979px) {

	.homesmallbox {
		height: 370px;
	}

	.rightmorph {
		text-align: center;
	}

	.leftmorph {
		text-align: center;
	}

}


/* Mobile Portrait (0-479) (design for 300)
==================================================================*/
@media only screen and (max-width: 787px) {

	body {
		background: #FFFFFF;
	}

	.maincontainer {
		border-top: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.loginform {
		margin: 0 auto;
		width: 100%;
		border: 1px solid #cccccc;/*was f71414 */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	.homesmallbox {
		height: auto;
	}

	.rightmorph {
		text-align: center;
	}

	.leftmorph {
		text-align: center;
	}

}


/* Mobile Landscape (480-787) (design for 420)
==================================================================*/
@media only screen and (min-width: 480px) and (max-width: 787px) {

	body {
		background: #FFFFFF;
	}

	.maincontainer {
		border-top: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.loginform {
		margin: 0 auto;
		width: 100%;
		border: 1px solid #cccccc;  /* f71414 old color red */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	.homesmallbox {
		height: auto;
	}

	.rightmorph {
		text-align: center;
	}

	.leftmorph {
		text-align: center;
	}

}
