/* ZazaSlider.css
 * Jim Metz
 * February 2010
*/

body
{
	margin:0px auto;
	padding: 0px 0px;
	text-align:center;
	background-color:#1d217b;
	background-image: url('../images/background.jpg');
	color:white;
	font-family: Arial, Helvetica, sans-serif, _sans;
	font-size: 12pt;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:auto;
}
ul
{
	text-align: left;
}
h1
{
	color: #F8C234;
}
h2
{
	margin-top: 0px;
}
a
{
	color: #F8C234;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
}
a:HOVER
{
	letter-spacing: .2em;
	background-color: #1d217b;
	/*background-image: url("../images/b.gif");
	background-repeat: repeat;*/
}
a.indexpage
{
	color: #F8C234;
	font-weight: bold;
	text-decoration: underline;
}
a.indexpage:hover
{
	letter-spacing: 0px;
	background-color: #1d217b;
	/*background-image: url("../images/b.gif");
	background-repeat: repeat;*/
}

div, span
{
	padding:0px 0px;
	margin:0px 0px;
	-moz-box-sizing:border-box;
}

p
{
	margin:0px auto 15px auto;
}

img
{
	border: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}

img#bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 920px;
	min-height: 690px;
	width: 100%;
	height: 100%;
	border: 0;
	z-index:-1;
}

img#hndl2
{
	position:absolute;
	top:200px;
	left:-150px;
}
#ZazaSlider
{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0px;
	padding: 0px 0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*border: 2px red solid;*/
}
#content
{
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
	width: 920px;
	min-height: 600px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#logo
{
	text-align:center;
}
#features
{
	position: relative;
	width: 400px;
	font-size:10pt;
	float: left;
}
#glam1
{
	position: relative;
	width: 450px;
	float: right;
}
#price
{
	position: relative;
	margin: 20px auto;
	width: 270px;
	font-size:18pt;
	float: left;
}
#order
{
	position: relative;
	margin: 20px auto;
	width: 600px;
	font-size:18pt;
	float: right;

}
#footer
{
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-size: 9pt;
	margin:0px 0px;
	padding:0px 0px 15px;
}

#instructions
{
	position:relative;
	margin: 0px auto;
	padding: 15px 10px;
	width:920px;
}



/* VIDEO OBJECTS ******************************************************************/
.vimeoObject
{
	position: absolute;
	top:0px;
	left:0px;
	width:460px;
	height:260px;
	float: left;
	display: none;
}
#vselect
{
	position: relative;
	width: 410px;
	height: 464px;
	float: right;
	text-align: left;
	overflow: auto;
}
#vselect .row
{
	cursor: pointer;
	background-color: #5659bf;
	border: 1px solid #CCCCFF;
	padding: 2px;
}
#vselect img
{
	float: left;
	margin-right: 6px;
}
#vselect .ttl
{
	font-weight: bold;
	color: #F8C234;
}
#vselect .auth
{
	font-size: 10pt;
	color: #CCCCFF;
}

#vtitle
{
	position: relative;
	width: 800px;
	text-align: left;
	color: #F8C234;
	font-size: 24pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#byline
{
	position: relative;
	width: 800px;
	text-align: left;
	color: #FFFFFF; /*#5659bf;*/
	font-size: 12pt;
	font-weight: bold;
	text-indent:1em;
	margin: 0px;
	padding: 0px;
}


/* navigation ############################################################################### */
#nav
{
	position: relative;
	width: 884px;
	height: 30px;
	margin: 10px 0px;
	padding: 0px 0px;
	text-align: center;
	overflow: hidden;
}
#navHome a img
{
	background-image: url("../images/home_up.png");
	background-repeat: no-repeat;
	width: 69px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navHome a:hover img
{
	background-image: url("../images/home_over.png");
}
#navProd a img
{
	background-image: url("../images/products_up.png");
	background-repeat: no-repeat;
	width: 96px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navProd a:hover img
{
	background-image: url("../images/products_over.png");
}
#navInst a img
{
	background-image: url("../images/instructions_up.png");
	background-repeat: no-repeat;
	width: 129px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navInst a:hover img
{
	background-image: url("../images/instructions_over.png");
}
#navGall a img
{
	background-image: url("../images/gallery_up.png");
	background-repeat: no-repeat;
	width: 86px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navGall a:hover img
{
	background-image: url("../images/gallery_over.png");
}
#navVids a img
{
	background-image: url("../images/videos_up.png");
	background-repeat: no-repeat;
	width: 73px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navVids a:hover img
{
	background-image: url("../images/videos_over.png");
}
#navSupp a img
{
	background-image: url("../images/support_up.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navSupp a:hover img
{
	background-image: url("../images/support_over.png");
}
#navTest a img
{
	background-image: url("../images/testimonials_up.png");
	background-repeat: no-repeat;
	width: 126px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navTest a:hover img
{
	background-image: url("../images/testimonials_over.png");
}
#navCont a img
{
	background-image: url("../images/contact_up.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;*/
}
#navCont a:hover img
{
	background-image: url("../images/contact_over.png");
}
/*
#navReso a img
{
	background-image: url("../images/resources_up.png");
	background-repeat: no-repeat;
	width: 106px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px;
	/*float: left;* /
}
#navReso a:hover img
{
	background-image: url("../images/resources_over.png");
}
*/
/* ########################################################################################################### */
.blkdrop
{
	text-shadow: rgba(0, 0, 0, .75) 5px 5px 2px;
	/*FILTER: Shadow(Color=#000000, direction=135, strength=4);*/
	filter:progid:DXImageTransform.Microsoft.shadow(Color=#000000, direction=135, strength=4);
	-ms-filter:progid:DXImageTransform.Microsoft.shadow(Color=#000000, direction=135, strength=4); /*OffX=5,OffY=5,Color='gray',Positive='true'*/
	width: 98%;
	overflow: visible;
}
.leftalign
{
	text-align:left;
}

.row
{
	position: relative;
	display: block;
	top:0px;
	left:0px;
	width: 98%;
	overflow: auto;
	margin:0px 0px 25px 0px;
	padding:0px 0px;
}

.mbottom20
{
	margin-bottom: 20px;
}

.ppbutton
{
	text-align: center;
}

