/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#left_rep  {
	position:absolute;
	left:0;
	width:50%;
	height:420px;
	background-image:url(images/left_rep.jpg);
	background-repeat:repeat-x;
	z-index:-1;
}

#right_rep  {
	position:absolute;
	left:50%;
	width:50%;
	height:420px;
	background-image:url(images/right_rep.jpg);
	background-repeat:repeat-x;
	z-index:-1;
}

#wrapper  {
	width:918px;
	margin:0 auto;
	background-image:url(images/wrapper_rep.jpg);
	background-repeat:repeat-y;
}

#singlewrapper  {
	width:918px;
	margin:0 auto;
	background-image:url(images/wrapper_rep_nocol.jpg);
	background-repeat:repeat-y;
}

#header  {
	height:420px;
	margin:0 auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	
}

#mamaheader  {
	height:420px;
	margin:0 auto;
	background-image:url(images/mamaheader.jpg);
	background-repeat:no-repeat;
}


#left {
	width:430px;
	margin-left:26px;
	float:left;
	position:relative;
}

#right {
	width:400px;
	margin-right:37px;
	margin-top:-130px;
	float:right;
	position:relative;
}

#content {
	position:static;
	z-index:200;
}

#one {
	margin:0 35px 0 50px;
	position:relative;
}

#btm {
	height:29px;
	margin:0 auto;
	background-image:url(images/wrapper_btm.jpg);
	background-repeat:no-repeat;
}

#footer  {
	width:918px;
	margin:0 auto;
	position:relative;
	z-index:100;
}

#footer  p{
	margin:0;
	text-align:center;
}

#footer  .light{
	margin:7px 0 5px 0;
	text-align:center;
	color:#999;
	font-size:11px;
}

#footer  span{
	margin:0 20px;
}

#footer  .contact strong{
	margin-left:20px;
	margin-right:20px;
	font-size:14px;
}

#footer .light  a{
	color:#999;
	text-decoration:none;
}
/*===================== menu ==========================*/

#menu,#menu li{
	list-style:none;
	margin:0;
	padding:0;
}

#menu {
	position:absolute;
	width:858px;
	top:200px;
	margin-left:30px;
	height:200px;
	z-index:2000;
}

#menu li{
	position:relative;
	float:left;
	cursor:pointer;
}

#menu li ul {
	display:none;
	position:relative;
	text-align:left;
	margin-left:20px;
	padding-left:10px;
	z-index:1000;
}

#menu li ul li{
	position:relative;
	height:25px;
	margin-left:0;
	float:none;
}

#menu li:hover ul{
	display:block;
}

#menu li a{
	display:block;
	position:relative;
	z-index:1010;
	color:#000;
}

	#menu #home{
		top:160px;
		height:40px;
		width:100px;
	}
		#menu #home a{
			height:40px;
			width:100px;
		}

	
	#menu #video{
		top:135px;
		height:65px;
		width:170px;
		margin-left:5px;
	}	
		#menu #video a{
			height:65px;
			width:170px;
		}

	
	#menu #mama{
		top:55px;
		height:67px;
		width:130px;
		margin-left:10px;
	}
		#menu #mama a{
			height:67px;
			width:130px;
		}
		#menu #mama:hover ul{
			top:-55px;
			padding-top:55px;
			background-image:url(images/menu_drop.png);
			background-repeat:no-repeat;
			background-position:-172px -0px;	
			width:175px;	
		}
	
		#menu #mama li a{
			display:inherit;
			height:auto;
			width:auto;
			white-space:nowrap;
		}
		
	#menu #corporate{
		top:30px;
		height:40px;
		width:160px;
		margin-left:10px;
	}
	
		#menu #corporate a{
			height:40px;
			width:160px;
		}
		#menu #corporate:hover ul{
			top:-5px;
			padding-top:10px;
			background-image:url(images/menu_drop.png);
			background-repeat:no-repeat;
			background-position:-300px -0px;	
/*			background-position:-170px -75px;	*/
			width:175px;	
		}
		#menu #corporate li a{
			display:inherit;
			height:auto;
			width:100%;
			white-space:nowrap;
		}
		
	#menu #life{
		top:30px;
		height:30px;
		width:160px;
		margin-left:20px;
	}
	
		#menu #life a{
			height:30px;
			width:160px;
		}
	
	#menu #extra{
		top:30px;
		height:30px;
		width:60px;
		margin-left:20px;
	}
	
		#menu #extra a{
			height:30px;
			width:60px;
		}	
		
		#menu #extra:hover ul{
			top:0;
			left:-20px;
			padding-top:15px;
			background-image:url(images/menu_drop.png);
			background-repeat:no-repeat;
			background-position:-670px -2px;	
			width:80px;	
		}
		#menu #extra li a{
			display:inherit;
			height:auto;
			width:100%;
			white-space:nowrap;
		}


#menu li a em{
	text-align:center;
	display:none;
}

/*================ video =======================*/

.video {
	height:244px;
	padding:10px 0 ;
	border-top:2px grey dashed;
	border-bottom:2px grey dashed;
	background-image:url(images/flash_bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

#imgvid {
	position:relative;
	top:29px;
	left:28px;
}

#textflash_container {
	position: relative;
	width: 400px;
	height: 30px;
	overflow: hidden;
}

#textflash{
	margin:0;
	padding:0;
	color:#333;
	white-space: nowrap;
	font-size: 22px;
	text-shadow: 2px 2px 3px #999; 
}

#scroller p {
	padding: 0;
}


/*================ video page=======================*/

.spacer {
	float:left;
	margin:10px;
}

#watchvid {
	margin-top:150px;
}


/*================ client list page=======================*/

.client_list img{
	float:left;
	padding:15px;
}

/*================ styling=======================*/
h1 {
	color:#b32025;
	font-size:24px;
}

h2 {
	color:#b32025;
	font-size:20px;
}	

.red {
	color:#b32025;
}

.clear {
	clear:both;
}

.tright {
	text-align:right;
}	

.nobtm {
	margin-bottom:0;
}

img {
	border:none;
}

.floatr {
	float:right;	
}

.floatl {
	float:left;	
}

.up {
	position:absolute;
	left:700px;
	top:-125px;
}

.small {
	font-size:11px;	
	margin-top:0;
}

.books {
	clear:both;	
	
}

.books img {
	float:left;
	padding-bottom:10px;
}

.books p {
	float:left;
	width:280px;
}


#right .contact {
	margin-top:-15px;
	font-size:12px;	
}
