html{
	background: #000;
	background-image: url("images/backgrounds/bg2.jpg");
 	background-position: 44px -29px;
 	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: "Helvetica Neue", Arial, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif, 'Avenir LT W02 55 Roman',Geneva,Verdana; !important;
	font-size: 14px;
	background-image: url("images/backgrounds/main2.jpg");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
 	min-width: 1060px;
 	height:100%;
}

a img{
	border: 0;
}




/******************************** HEADER ***************************************/

#header{
    background: url("/resources/header/headerbg.jpg") repeat-x scroll 0 bottom #fff;
	height: 82px;
	border: 1px solid #fff;
	outline: 1px solid rgba(0,0,0,0.3);
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
} 

.container{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    border: 0 none;
    font: inherit;
    padding: 0;
    vertical-align: baseline;
    position: relative;
}


#logo{
	background-image: url("/resources/header/dmplogo.png") !important;
	background-image: url("/resources/header/dmplogo.png");
	display: inline-block;
	width: 203px;
	height: 70px;
 	float: left;
	margin: 0px 0px 0px 0px;
	outline: none;
}

#logo_text{
	line-height: 0px;
	font-size: 0px;
	background-image: url("images/elements/dmp_header_logo_text.png") !important;
	background-image: url("images/elements/dmp_header_logo_text.jpg");
	width: 206px;
	height: 8px;
	display: inline-block;
	float: left;
	margin: 29px 0px 0px 25px;
}


#contactinfo{
    margin-top: 16px;
    height: 31px;
    line-height: 20px;
	float: right;
	width: auto;
	text-decoration: none;
	color: #333333;
	outline: none;
}

.telnumber{
    font-family: "Helvetica Neue",Arial;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    }
    
    
    
#nav{
    background: url("/resources/header/navbg.png") repeat-x scroll center bottom #fc8835;
    clear: both;
    font-family: 'Metrophobic', sans-serif;
    font-size: 100%;
    height: 36px;
    text-align: left;
    display: block;
    font: inherit;
    margin: 0px auto;
    padding: 0;
    vertical-align: baseline;
    position: relative;
    z-index: 1000000;
}

.wrapper {
    margin: 0 auto;
    width: 1000px;
    height: 36px;
    border: 0 none;
    font: inherit;
    padding: 0px;
    vertical-align: baseline;
    position: relative;
}

#nav ul{
	border-left: 1px solid rgba(189, 79, 12, 0.5);
	height: 36px;
	display: inline-block;
	border-right:  1px solid rgba(245, 245, 245, 0.25);
	width: 999px;
}

#nav ul, nav li{
    margin: 0;
    font: inherit;
    font-size: 15px;
    vertical-align: baseline;
    padding: 0;
}

#nav ul li{
    border-left: 1px solid rgba(245, 245, 245, 0.25);
    border-right:  1px solid rgba(189, 79, 12, 0.5);
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
}



#nav ul li:first-child{
   border-left: 0px solid rgba(245, 245, 245, 0.25);
}


#nav ul li a{
    text-align: center;
    color: #fff;
    display: block;
    height: 28px;
    padding: 8px 0px 0px 0px;
    text-decoration: none;
    text-shadow: -1px -1px 0 #9A4E13;
}

#nav ul li.social_network_links a{
	 padding: 0px 0px 0;
}

#nav ul li a:hover{
    background: url("/resources/header/navhover.png") repeat-x scroll;
}



#nav ul li ul{
    display: none;
    float: none;
    font-family: sans-serif;
    font-size: 100%;
    left: 0;
    position: absolute;
    z-index: 1000;
    margin: 0px;
}

#nav ul li ul li{
	clear: left;
	width: 100%;
	display: in-line block;
}

#nav ul li ul li a{
    text-align: left;
	background: #f9f9f9;
	background: rgba(241, 241, 241, 0.93);
	display: block;
	color: #000000;
	height:54px;
    min-height: 1px;
    padding: 8px 0 26px 26px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    border-bottom: 1px solid rgba(190, 190, 190, 0.93);
    border-top: 1px solid rgba(255, 255, 255, 0.93);
}


#nav ul li ul li:last-child a{
 	 background: none repeat scroll rgba(241, 241, 241, 0.98);
 	 -moz-border-radius: 0px 0px 10px 10px; /* Firefox */
  	-webkit-border-radius:  0px 0px 10px 10px;/* Safari, Chrome */
 	 border-radius:  0px 0px 10px 10px; /* CSS3 */
 	 -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
}

#nav ul li ul li:last-child a{
	 border-bottom: 0;
	 margin-bottom: 10px;
}


.subnavigation_title{
     font-size:15px;
     font-weight:bold;
     line-height:30px;
}

.subnavigation_text{
     color: #2b2b2b;
     font-size:15px;
     line-height:20px;
     
}

.subnavigation_image{
     float:right;
     margin-right: 15px;
}

#nav ul li ul{
	border: 0;
}

#nav ul li ul li a:hover{
	background: #fff;
	background: rgba(255, 255, 255, 0.93);
}


#nav ul li:hover ul{
	display: inline-block;
}


#nav ul ul li {
    display: none;
    border: 0 none;
    display: block;
}
   

#navArrow{
	width: 19px;
	height: 13px;
	position: absolute;
	left: 535px;
	top: -1px;
	z-index: 1000;
	background-image: url("images/icons/navArrow.png") !important;
	background-image: url("images/icons/navArrow.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.color_JLgreen{
    color: #567752;
}

.color_Mancityblue{
    color: #4a7296;
}

.color_red{
    color: #b41622;
}
    
.color_orange{
    color: #e04500;
}

.color_yellow{
    color: #d08400;
}

.color_green{
    color: #a17900;
}
    
.color_one{
	color: #806e27;
}
 
.color_two{
	color: #83721c;
}

.color_three{
	color: #745c11;
}

.color_four{
	color: #9a6c11;

}

.color_five{
	color: #a0620d;

}

.color_six{
	color: #a3510b;

}

.color_seven{
	color: #6c4758;
}

.color_eight{
	color: #81701f;
}

.right{
	float: right;
}

/*
.color_one:focus{
	outline: 1px dotted #806e27;
}
 
.color_two:focus{
	outline: 1px dotted #83721c;
}

.color_three:focus{
	outline: 1px dotted #745c11;
}

.color_four:focus{
	outline: 1px dotted #9a6c11;
}

.color_five:focus{
	outline: 1px dotted #a0620d;
}

.color_six:focus{
	outline: 1px dotted #a3510b;
}
*/


/******************************** DEMO ***************************************/


#nextTopink{
		display: inline;
		position: absolute;
		z-index: 11;
		top: 324px;
		right: 195px;
		text-transform: uppercase;
	}
	
	#nextTopink span{
		font-size: 30px;
		font-weight: 900;	
	}
	
	
#slideContainer div{
	cursor: pointer;
}	
	

#demo{
	width: 1002px;
	height: 420px;
	margin: 0px auto; 
	position: relative;
}

#videoDemo{
	width: 1002px;
	height: 420px;
	border-top: 1px solid #4f374b;
	margin: 0px auto 0px auto; 
	position: relative;
	overview: hidden;
}

#videoDemo #navArrow{
	top: -2px;
}

.track{
	position: absolute;
	left: 360px;
	top: 13px;
	width: 334px;
	height: 13px;
	background-image: url("images/videoPlayer/playerBar_background.jpg");
	overflow: hidden;
}

.track .buffer{
	width: 0px;
	height: 13px;
	z-index: 90;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/videoPlayer/playerBar_buffer.jpg");
}

.track .progress{
	height: 13px;
	background-image: url("images/videoPlayer/playerBar_played.jpg");
	z-index: 95;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
}

.track .playhead{
	height: 13px;
	width: 1px;
	position: absolute;
	z-index: 100;
}

.time{
	display: none;
}

.play{
	height: 14px;
	width: 10px;
	position: absolute;
	left: 335px;
	top: 12px;
	text-indent:-1000px;
	background-image: url("images/videoPlayer/playButton.jpg");
	background-position: 0px -14px;
	cursor: pointer;
	overflow: hidden;
}

.play:hover{
	background-position: 0px 0px;
}

.pause{
	height: 12px;
	width: 9px;
	position: absolute;
	left: 335px;
	top: 13px;
 
	text-indent:-1000px;
	background-image: url("images/videoPlayer/pauseButton.jpg");
	background-position: 0px -12px;
	cursor: pointer;
	overflow: hidden;
}

.mute{
	display: none;
}
 
.pause:hover{
	background-position: 0px 0px;
}


#demo .standardDemoBackground{
	height: 420px;
}

#demo_title .standardDemoBackground{
	height: 67px;
}

.standardDemoBackground{
	width: 1002px;
	background-color: #000;
	background-repeat: no-repeat;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
	position: absolute;
	top: 0px;
	left: 0px;
}

#demo_title{
	width: 1002px;
	height: 67px;
	margin: 0px auto; 
	position: relative;
}

#demo_title h1{
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 20px;
	color: #fff;
	font-weight: normal;
	font-weight: 200;
	top: 20px;
	font-size: 18px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
}

#demo_title h1.breadCrumedH1{
	font-size: 16px;
	position: static;
	float: left;
	display: inline-block;
}

.news_navigation{
	position: absolute;
	right: 20px;
	z-index: 998;
	color: #fff;
	top: 20px;
}

.news_navigation div{
	display: inline-block;
	margin-left: 20px;
	float: left;
}

.news_navigation div a, .news_navigation div span{
	color: #fff;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
	font-size: 16px;
	text-decoration: none;
}

.news_navigation div a:hover{
	text-decoration: underline;
}

#demo_balls{
   height: 11px;
    left: 490px;
    overflow: hidden;
    position: absolute;
    top: 13px;
    width: 84px;
}

#demo_balls span{
	width: 10px;
	height: 10px;
	display: block;
	background-image: url("images/icons/round_buttons.jpg");
	background-position: -11px 0px; 
	float: left;
	margin-right: 5px;
	position: relative;
	/* cursor: pointer; */
	line-height: 1px;
	
}

#demo_balls span span{
	margin-right: 0px;
	position: absolute;
	left: 0px;
	width: 10px;
	height: 10px;
	top: 0px;
	background-image: url("images/icons/round_buttons.jpg");
	background-position: 0px 0px; 
	line-height: 1px;
	 
}

.demo_slide{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1002px;
	height: 420px;
}

#slideContainer{
	width: 1002px;
	height: 420px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	opacity: 0;
    -moz-opacity: 0; 
    filter:alpha(opacity=0);  
	
}

#s1{
	background-image: url('/resources/home/Splash201102/evolution.jpg');
	left: 0px;
}

#s1 a, #s2 a, #s3 a, #s4 a, #s5 a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#s2{
	background-image: url('/resources/home/Splash201102/immersion.jpg');
	left: 1002px;
}

#s3{
	background-image: url('/resources/home/Splash201102/motive.jpg');
	left: 1002px;
}

#s4{
	background-image: url('/resources/home/Splash201102/powercontrol.jpg');
	left: 1002px;
}

#s5{
	background-image: url('/resources/home/Splash201102/radium.jpg');
	left: 1002px;
}



#s1t1, #s2t1, #s3t1{
	position: absolute;
	z-index: 100;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	font-weight: 200;
	top: 150px;
	opacity: 0;
    -moz-opacity: 0; 
    filter:alpha(opacity=0);  
	letter-spacing: -0.5px;
	left: 90px;
}

#s2t1{
	width: 1100px;
}

#s2t1{
	left: 330px;
}

#s1, #s2, #s3{
	 
}

#s1t2, #s2t2, #s3t2{
	font-size: 12px;
	line-height: 24px;
	font-family:Verdana,Arial;
	color: #fff;
	width: 350px;
	position: absolute; 
	left: 90px;
	top: 115px;
	opacity: 0;
    -moz-opacity: 0; 
    filter:alpha(opacity=0);
	z-index: 20;
}

#s3t2{
	width: 475px;
}

#s1t1, #s3t1{
	width: 500px;
}

#s2t2{
	left: 330px;
	opacity: 0;
    -moz-opacity: 0; 
    filter:alpha(opacity=0);
}

#s1t1 span, #s2t1 span, #s3t1 span{
	color: #FF8A2B;
}

#s1p1, #s1p2, #s1p3, #s1p4, #s1p5, #s1p6{
	width: 478px;
	height: 298px;
	position: absolute;
	bottom: 25px;
	right: 50px;
	opacity: 0;
    -moz-opacity: 0; 
    filter:alpha(opacity=0);
}

#s2p1{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 276px;
	height: 271px;
	opacity: 0;
    -moz-opacity: 0; 
    filter:alpha(opacity=0);
}

#s3p1{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 575px;
	height: 303px;
	opacity: 0;
    -moz-opacity: 0; 
    filter:alpha(opacity=0);
}
 

#heavyRain{
	width: 1002px;
	height: 343px;
	background-image: url("images/demoImages/404/heavyRain.png") !important;
	background-image: url("images/demoImages/404/heavyRain.gif"); 
	position: absolute;
	z-index: 10;
	-moz-opacity: 0; 
	filter:alpha(opacity=0); 
	opacity: 0;
}

#lightRain{
	width: 1002px;
	height: 343px;
	background-image: url("images/demoImages/404/lightRain.png") !important;
	background-image: url("images/demoImages/404/lightRain.gif");
	position: absolute;
	z-index: 8;
	-moz-opacity: 0; 
	filter:alpha(opacity=0); 
	opacity: 0;
}

#dude404{
	background-image: url("images/demoImages/404/dude.png") !important;
	background-image: url("images/demoImages/404/dude.gif"); 
	height:190px;
	left:429px;
	position:absolute;
	top: 115px;
	width:113px;
	z-index: 9;
	-moz-opacity: 0; 
	filter:alpha(opacity=0); 
	opacity: 0;
}

#lostAndCold{
	background-image: url("images/demoImages/404/lostAndCold.png") !important;
	background-image: url("images/demoImages/404/lostAndCold.gif"); 
	height:72px;
	left:547px;
	position:absolute;
	top:131px;
	width:264px;
	z-index:11;
	-moz-opacity: 0; 
	filter:alpha(opacity=0); 
	opacity: 0; 
}

/******************************** Homepage ***************************************/

#homepage_top_content{
	width: 1002px;
	height: 390px;
	margin: 0px auto; 
	position: relative;
}

#homepage_top_content .Background{
	height: 390px;
}

.Background{
	width: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.20;
	position: absolute;
	top: 0px;
	left: 0px;
}

#homepage_intro{
	width: 703px;
	height: 390px;
	margin: 0px; 
	position: relative;
	float: left;
}

#homepage_intro h1{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 40px;
	color: #fff;
	letter-spacing:0px;
	line-height:64px;
	font-weight:500;
	top: 30px;
	font-size: 46px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
}

#homepage_intro h5{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 40px;
	color: #fff;
	letter-spacing:0.5px;
	line-height:28px;
	font-weight:300;
	top: 48px;
	font-size: 17px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
	overflow: hidden;
}

	

#homepage_enquiry{
	width: 299px;
	float: right;
	height: 380px;
	margin: 0px; 
	position: relative;
}    

/******************************** homepage enquiry form ***************************************/
#homepage_enquiry form{
		margin:0em 25px;
		color:#fff;
		width:295px; 
		}

#homepage_enquiry form h6{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	color: #fff;
	letter-spacing:0px;
	line-height:28px;
	font-weight:500;
	top: 10px;
	font-size: 18px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
		}		
		
#homepage_enquiry form h6 span{
		display:block;
		padding:0px 0px 10px 0px;	
		}				
		
#homepage_enquiry form fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
		}		
	
#homepage_enquiry form legend{display:none;}	

#homepage_enquiry form p{margin:.0em 20px; width: 100%; display: block;}	

#homepage_enquiry form label{display:inline-block;}	

#homepage_enquiry form input, #homepage_enquiry form textarea{
        background: none repeat scroll 0 0 #E7E7E7;
        border: 0 none;
        border-radius: 10px;
        box-shadow: 1px 1px 0 #FFFFFF inset, 1px 1px 5px rgba(0, 0, 0, 0.2);
        float: left;
        margin-top: 2px;
        width: 242px;
		}	
		
#homepage_enquiry form input{		
        padding: 3px 8px 3px 8px; 
        height: 20px;
}        
        
#homepage_enquiry form textarea{		
        padding: 10px 8px 8px 8px; 
} 


#homepage_enquiry form input:hover{
        background: none repeat scroll 0 0 #F3F1E8;
}

#homepage_enquiry form textarea:hover{
        background: none repeat scroll 0 0 #F3F1E8;
		}	
		
#homepage_enquiry form textarea{
		height:85px;
		overflow:auto;
		}					
		
		
#homepage_enquiry form p.submit{
		
		text-align:right;
		display: block;
		letter-spacing:0.5px;
    	line-height:15px;
	    font-weight:200;
    	top: 8px;
     	text-align:left;
    	font-size: 9px;
     	text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.8);
		}	
		
		
#homepage_enquiry form button{
        background-color: transparent;
        border:0;
        background-image: url("/resources/home/submit.png");
		height:25px;
		width:75px;
		color: #FFFFFF;
        text-decoration: none;
        text-shadow: 0px -1px 0 #9A4E13;
		cursor:pointer;		
		text-weight:300;
		text-align:center;	
		position: relative;
		bottom: 18px;	
		left: 184px;
}	
		
#homepage_enquiry form button:hover{
		background-image: url("/resources/home/submit_hover.png");
		}	
		
#homepage_enquiry form p{
    margin: 0 0px;
    text-align:left;
	padding: 0px;
	position: relative;
	left: 0px;
	color: #fff;
	letter-spacing:1px;
	line-height:26px;
	font-weight:200;
	top: 0px;
	font-size: 12px;
	text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.8);
}


/******************************** homepage links ***************************************/

#homepage_links {
    height: 160px;
    margin: 0px auto 0;
    width: 1000px;
    display: block;
}

#homepage_links .links_left {
    border: 1px solid #FFFFFF;
    outline: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #FEFEFE;
    background: -moz-radial-gradient(500px 20px 0deg, circle farthest-corner, #FEFEFE 0%, #E8E8E8 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
    float: left;
    padding: 0 0 20px 10px;
    width: 700px;
    height: 140px;
    display: block;
}

#homepage_links .links_right {
	background: #FEFEFE;
    background: -moz-radial-gradient(500px 20px 0deg, circle farthest-corner, #FEFEFE 0%, #E8E8E8 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
    border: 1px solid #FFFFFF;
    display: block;
    float: right;
    height: 160px;
    outline: 1px solid rgba(0, 0, 0, 0.3);
    width: 281px;
}

#homepage_links .coloums_left {
    width: 166px;
    height: 140px;
    text-align: center;
    display: inline-block;
    padding: 0px 0px 0px 6px;
    float: left;
}

#homepage_links .coloums_right {
    width: 120px;
    height: 145px;
    text-align: center;
    display: inline-block;
    padding: 15px 9px 0px 9px;
    float: left;
}


.links_title{
     font-family: "Helvetica Neue",Arial;
     font-size:15px;
     font-weight:normal;
     line-height:35px;
     color: #000;
     text-shadow: 1px 1px 0 #ffffff;
     text-decoration: none;
}

.links_image{
     float:center;
     margin-right: 0;
     margin-top:0px;
}




/******************************** Content ***************************************/

#content_wrapper{
	width: 1000px;
	min-height: 300px;
	margin: 0px auto;
	position: relative;

}

.standard_HR{
	 font-size: 0px;
	 line-height: 0px;
	 height: 0px;
	 border-top: 1px solid #d6d6d6;
	 border-bottom: 1px solid #fff;
	 width: 1000px !important;
	 width: 1000px;
	 margin: 0px auto;
	 	 
	 
}

.oneRow{
	width: 1000px;
	background: #fff;
	margin: 0px auto;
	height: auto !important;
	height: 35px;
 	min-height: 35px;
 	
 	
 	 	
 	
 	
 	
}

.smallerHeightRow{
	height: 20px;
	min-height: 20px;
}

.post_details{
	
		position: absolute;
		right: 70px;
		text-shadow:1px 1px 0 #FFFFFF; 
		font-family:Verdana,Arial;
		font-size:12px;
		font-weight:normal;
		top: 50px;
		
	 
	/*
	float: right;
	text-shadow:1px 1px 0 #FFFFFF;w
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:normal;
	height: 300px;
	background: red;
 	z-index: 10000000;
 	weight: 300px;
    */
	
}

.the_author a{
	color: #8f6e11;
	text-decoration: none;
}

.the_date{
	color: #a0640e;
}

.the_comments{
	color: #a2540c;
	text-decoration: none;
}

.the_author a:hover, .the_comments:hover{
	text-decoration: underline;
}

.the_click_throughs{
	width: 100%;
	position: relative;
	top: 20px;
	clear: both;
}

.the_click_throughs .color_seven{
	float: left;
}

.the_click_throughs .color_light_gray a{
	float: right;
	display:inline-block;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
	color: #bfbfbf;
	margin-left: 20px;
}


.color_light_gray a:hover{
	text-decoration: underline;
}

.color_light_gray a:focus{
	position: relative;
	top: 1px;
	text-decoration: none;
}

.color_white{
	color: #fff;

}
 
 
 

.h2Container{
	width: 1000px;
	margin: 0px auto;
	position: relative;
 
}

h2, .h2Container h1, .h2Container h3{
	width: 1000px;
	background: #fff;
	margin: 0px auto;
		height: 82px;
	font-weight: normal;
}

h2 .outerH2, .h2Container h1 .outerH2, .h2Container h3 .outerH2{
	position: absolute;
	border: 1px solid #ff6c00;
	left: -22px;
	top: 10px;
 	display: inline-block;
	width: auto;
	-moz-box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.3);
 	-Webkit-box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.3);
}

h2 .h2corner, .h2Container h1 .h2corner, .h2Container h3 .h2corner{
  border-color: transparent #b84d00 transparent transparent;
  _border-left-color: pink;
  _border-bottom-color: pink;
  _border-top-color: pink;
  _filter: chroma(color=pink);
  border-style: solid;
  border-width: 22px;
  height:0;
  line-height: 0px;
  font-size: 0px;
  top: 49px !important;
  left: -44px !important;
  position: absolute;
}

h2 .innerH2, .h2Container h1 .innerH2, .h2Container h3 .innerH2{
	float: left;
	top: 0px;
	left: 0px;
	height: 32px;
	height: 11px;
	padding: 15px 34px 31px 33px !important;
	padding: 17px 34px 20px 33px;
	border: 1px solid #ffaf77;
	outline: 1px solid #ff6c00;
	background: #ff7914;
	background: -moz-linear-gradient(top, #ff8a2b, #ff6a00);
	font-weight: 200;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	text-shadow: 1px -1px 0px #9a4e13;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0, StartColorStr='#ff8a2b', EndColorStr='#ff6a00');
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8a2b), to(#ff6a00));
	letter-spacing: 0px !important;
	letter-spacing: -1px;
	text-decoration: none;
}

 


h2 a.innerH2:hover, .h2Container h1 a.innerH2:hover, .h2Container h3 a.innerH2:hover{
	text-decoration: underline;
}

h3{
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif, 'Avenir LT W02 55 Roman',Geneva,Verdana; !important;
	font-weight: normal;
	font-size: 24px;
	color: #2d2d2d;
	margin-bottom: 13px;
	line-height: 31px;
	
	padding: 30px 0px 8px 0px;
}

h3 .h3link{
	text-decoration: none;
	color: #2D2D2D;
	
}

h3 .h3link:hover{
	text-decoration: underline;
}



.h2Container h3{
	font-family:"Helvetica Neue",Arial;
	padding: 0px;
}

.comment_list{
	
}

.comment{
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #FFFFFF;
	padding: 20px 50px 20px 50px;
	position: relative;
}

.comment-author{
	display: inline-block;
	position: absolute;
	left: 50px;
	margin-right: 20px;
}

.comment-author img{
	float: left;
}

.comment-author .says{
	display: none;
}

.comment-author .fn{
 margin-left: 20px;
 	display:inline-block;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
	font-style: normal;
	color:#222;
	width: 100px; 
	overflow: hidden;
}

.comment-author .fn a{
	display:inline-block;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
	font-style: normal;
	color:#6C4758;
}

.comment-meta{
	margin-left: 190px;
}

.comment p{
		width: 690px;
		margin-left: 190px;
		display: inline-block;
}

.comment-meta a{
	color:#BFBFBF;
	display:inline-block;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:normal;
	margin-right:20px;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
}

.comment em{
	position: absolute; 
	right: 50px;
	font-size: 12px;
	color: #A2540C;
	font-style: normal;
}


.fullCol .comment:first-child{
		border-top: 0px;
		
}

.fullCol .comment:last-child{
		border-bottom: 0px;
}



.fullCol{
	float: left;
	width: 1000px;
}

.fakeH3padder{
	display: block;
	height: 18px;
	margin-bottom: 21px;	
	padding: 30px 0px 8px 0px;
}


#commentform input, #commentform #comment{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	padding: 5px;
	color: #aaa;
}

#commentform input:focus, #commentform #comment:focus{
	border: 1px solid #aaaaaa;
	color: #6C4758;
	
}

#commentform p label small{
	font-size: 11px;
	margin-left: 20px;
	color: #BFBFBF;
}

#commentform #submit{
	background: transparent;
	border: none;
	padding: 0px;
	cursor: pointer;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
	color:#6C4758;
	border-bottom: 1px solid #F0F0F0;
}

#commentform #submit:hover{
	border-bottom: 1px solid #6C4758;
	
}

p{
	font-family: "Helvetica Neue", Arial, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif, 'Avenir LT W02 55 Roman',Geneva,Verdana; !important;
	font-weight: normal;
	font-size: 15px;
	color: #444444;
	text-shadow: 1px 1px 0px #fff;
/*	filter: Shadow(Color=#ffffff, 	
			Direction=135, 
			Strength=2); */
	line-height: 25px;	
}

p::selection{
	color: #fff;
	background: orange;
}

p strong::selection{
	color: #fff;
	background: orange;
}

p b::selection{
	color: #fff;
	background: orange;
}



p::-moz-selection{
	color: #fff;
	background: orange;
}

p strong::-moz-selection{
	color: #fff;
	background: orange;
}

p b::-moz-selection{
	color: #fff;
	background: orange;
}

p::-webkit-selection{
	color: #fff;
	background: orange;
}

p strong::-webkit-selection{
	color: #fff;
	background: orange;
}

p b::-webkit-selection{
	color: #fff;
	background: orange;
}

h3::selection{
	color: #fff;
	background: orange;
}

h3::-moz-selection{
	color: #fff;
	background: orange;
}

h3::-webkit-selection{
	color: #fff;
	background: orange;
}



.col2{
	float: left;
	margin-left: 0px;
	margin-right: 40px;
	width: 380px; 
	padding: 12px 0 65px;
	 
}



.col50{
	float: left;
	margin-left: 30px;
	width: 415px; 
	padding: 10px 0 65px;
}

.col3{
	float: left;
	margin-left: 30px;
	width: 263px;
	padding: 10px 0 5px;
}

.col1{
	float: left;
	width: 900px;
	padding: 10px 0 65px;
}

.col1 h4{
	color:#2D2D2D;
	font-family:Verdana,Arial;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin:0 0 13px;
	 
}

.col_padding_top_40{
	padding-top: 40px;
}

.oneRow ul{
	color:#2F2F2F;
	font-family:"Helvetica Neue", Arial, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif, 'Avenir LT W02 55 Roman',Geneva,Verdana; !important;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	text-shadow:1px 1px 0 #FFFFFF;
}

.justify{
	text-align: justify;
}

 .ginnell{
	 margin-left:50px;
	 margin-right: 50px;
 }
 
.clearPX{
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

.stdLink{
	display: inline-block;
	font-family:"Helvetica Neue",Arial,"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif,'Avenir LT W02 55 Roman',Geneva,Verdana;
	font-size:15px;
	font-weight:normal;
	text-shadow:1px 1px 0 #FFFFFF;
	text-decoration: none;
}

.stdLink:hover{
	text-decoration: underline;
}

.stdLink:focus{
	position: relative;
	top: 1px;
	text-decoration: none;
}

.roundLink{
 
	-webkit-border-radius: 4px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#89153C;
	color:#FFFFFF;
	font-size:11px;
	padding:8px 10px;
	text-decoration:none;
	z-index:10;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}


.roundLink:hover{
	background-color:	#887A1C;
}



.overflow_hidden{
	overflow: hidden;
}

.contactH3{
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

.no_bottom_padding, .col4.no_bottom_padding{
	padding-bottom: 0px;
}

.no_bottom_padding, .col2.no_bottom_padding{
	padding-bottom: 0px;
}

.padding_bottom_20{
	padding-bottom: 20px;
}

.padding_bottom_40{
	padding-bottom: 40px;
}

.no_bottom_top{
	padding-top: 0px;
}

.popout_link img{
	border: 0px;	
}

.basic_ul{
	color:#2F2F2F;
font-family:Verdana,Arial;
font-size:12px;
font-weight:normal;
line-height:24px;
text-shadow:1px 1px 0 #FFFFFF;
}

.basic_ul li{
	margin-bottom: 10px;
}

.video_demo_header{
	color: #FF8A2B;
	font-size: 24px;
	font-weight: 200;
	left: 70px;
	letter-spacing:- 0.5px;
	position: absolute;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	top: 90px;
	z-index: 1000;
}


.video_demo_text{
	color:#FFFFFF;
	font-family:Verdana,Arial;
	font-size:12px;
	left: 70px;
	line-height:24px;	
	position:absolute;
	top:135px;
	width:350px;
	z-index: 1000;
}




.popout_link img:hover{
	border: 0px;
	opacity: 0.95;
}


.popout_container{
	position: fixed;
	z-index: 1000000;
}

.popout_image{
	position: fixed;
	z-index: 1000000;
}


.autoCol2{
	    -moz-column-count: 2;  
   	    -webkit-column-count: 2;  
	    column-count: 2;  
   		column-gap: 22px;  
   		-moz-column-gap: 22px;  
   		-webkit-column-gap: 22px;  
}

.autoCol3{
	    -moz-column-count: 3;  
   	    -webkit-column-count: 3;  
	    column-count: 3;  
   		column-gap: 22px;  
   		-moz-column-gap: 22px;  
   		-webkit-column-gap: 22px;  
}

.imgDownload{
	padding-left: 25px;
	background-image:url("../../../../resources/download/photo.png");
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 2px 0px;
	font-size: 11px;
	 color: #A3510B;
}


/******************************* Solutions *************************************/


#solutionsNav{
	background-image:url("../../../../resources/solutions/solutionsNavBG.jpg");
	height:409px;
	margin: 0px auto;	
	/*overflow:hidden;*/
	position:relative;
	width: 1002px;
}


	#solutionsNav h1{
		color:#3c5c27;
		font-size:22px;
		font-weight: normal;
		left:45px;
		letter-spacing:-1.2px;
		position:absolute;
		top:31px;
		text-shadow: #94b17e 1px 1px 1px;
		text-indent: -9999px;
	}
	
	.solutionsNav_nav{
		position: absolute;
		bottom: 20px;
		left: 20px;
		bottom:11px;
		left:43px;
	}
	
	.solutionsNav_nav a, .solutionsNav_nav a.solutionsNav_nav_chosen{
		 
		text-decoration: none;
		color: #314e1f;
		text-shadow: #9cbc85 1px 1px 1px;
		font-size: 12px;
		margin-right: 20px;
	}
	
	.solutionsNav_nav a.solutionsNav_nav_chosen, .solutionsNav_nav a:hover{
		color: #f3f5f1;
		text-shadow: #3b5a27 1px 1px 1px;
	}
	
	.solutionsNav_arrow{
		outline: none;
		display: block;
		position: absolute;
		top: 160px;
		height: 50px;
		width: 33px;
		background-image:url("../../../../resources/solutions/arrows.png");
	}
	
	.solutionsNav_nav a{
		outline: none;
	}
	
	.solutionsNav_arrow span{
		display: block;
		height: 50px;
		width: 33px;
		background-image:url("../../../../resources/solutions/arrows.png");
	}
	
	#solutionsNav_leftArrow{
		left: 70px;
		background-position: 0px -50px;
	}
	
	
	#solutionsNav_rightArrow{
		right: 70px;
		background-position: 0px -150px;
	}
	
	#solutionsNav_leftArrow span{
		background-position: 0px 0px;
	}
	
	#solutionsNav_rightArrow span{
		background-position: 0px -100px;
	}
	
	#solutionsNav_title1{
        background: transparent;
		background-image:url("../../../../resources/solutions/retailsolution.png");
		width: 237px;
		height: 61px;
		position: absolute;
		top: 89px;
		left: 373px;
		opacity: 0;
        -moz-opacity:0; 
        filter:alpha(opacity=0); 
        
	}
	
	#solutionsNav_title2{
        background: transparent;
		background-image:url("../../../../resources/solutions/corporatesolution.png");
		width: 306px;
		height: 89px;
		position: absolute;
		top: 89px;
		left: 337px;
		opacity: 0;
        -moz-opacity:0; 
        filter:alpha(opacity=0); 
	}
	
	#solutionsNav_title3{
        background: transparent;
		background-image:url("../../../../resources/solutions/broadcastsolution.png");
		width: 306px;
		height: 88px;
		position: absolute;
		top: 89px;
		left: 337px;
		opacity: 0;
        -moz-opacity:0; 
        filter:alpha(opacity=0);       
	}
	
 	#solutionsNav_img1, #solutionsNav_img2, #solutionsNav_img3{
 		width: 136px;
 		height: 132px;
 		position: absolute;
		top: 156px;
		left: 419px;
		width: 0px;
		height: 0px;
 	}
	
	.solutionsNav_img img{
		width: 100%;
		height: 100%;
	}
	
	#solutionsNav_clicktoload{
		font-size: 10px;
		color: #fff;
		position: absolute;
		top: 300px;
		left: 421px;
		text-decoration: none;
	}
	
	
	#solutionsNav #navArrow{
			
	}
	
	.roundedWhite{
		-moz-border-radius:10px 10px 10px 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #fff;
		padding:25px 0 39px 8px;
		position:relative;
		width:880px;
	 	border: 1px solid #dadada;
	 	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
	 	-moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
	 	
	}
	
	#RWHDOC{
		height: 400px;
		background: #f0f0f0;
		background-image: url('/resources/hd-over-coax/uHDMS.png');
		background-repeat: no-repeat;
		background-position: 304px 134px;
		position: relative;
	}
	
	#RWHDOC1{
		background-image: url('/resources/hd-over-coax/HD-over-coax_13.png');
		background-repeat: no-repeat;
		width: 300px;
		padding-left: 69px;
		padding-top: 47px;
		position: absolute;
		top: 30px;
		left: 40px;
	}
	
	#RWHDOC2{
		background-image: url('/resources/hd-over-coax/HD-over-coax_23.png');
		background-repeat: no-repeat;
		width: 300px;
		left: 40px;
		padding-left:69px;
		padding-top:65px;
		position:absolute;
		top:244px;
	}
	
	#RWHDOC3{
		background-image: url('/resources/hd-over-coax/HD-over-coax_16.png');
		background-repeat: no-repeat;
		width: 249px;
		right: 40px;
		padding-left: 69px;
		padding-top: 47px;
		position:absolute;
		top: 30px;
	}
	
	#RWHDOC4{
		background-image: url('/resources/hd-over-coax/HD-over-coax_27.png');
		background-repeat: no-repeat;
		padding-left:69px;
		padding-top:47px;
		position:absolute;
		right:50px;
		top:333px;
		width:297px;
	}
	
	.roundedMarron{
		-moz-border-radius:10px 10px 10px 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		background:none repeat scroll 0 0 #864343;
		padding:25px 0 39px 8px;
		position:relative;
		width:917px;
		margin-left: 37px;
	}
	
	.roundedMarron h4{
		color:#CEA9A9;
		font-size:16px;
		font-weight:normal;
		letter-spacing:-0.1px;
		line-height:24px;
		font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		text-shadow: 1px -1px #522727;
	}
	
	.roundedMarron p{
		color: #fff;
		text-shadow: none;
	}
	
	#cometCase{
		background-image:url("../../../../resources/solutions/retail/cometCase.jpg");
		background-position:0 0;
		bottom:66px;
		display:block;
		height:79px;
		position:absolute;
		right:60px;
		width:187px;
	}
	
	
	#cometCase span{
		background-image:url("../../../../resources/solutions/retail/cometCase.jpg");
		background-position:0 -79px;
		display:block;
		height:79px;
		opacity: 0;
        -moz-opacity:0; 
        filter:alpha(opacity=0);  
		width:187px;
	}
	
	.threeCol_col{
		float:left;
		margin-left:20px;
		margin-right:43px;
		width:250px;
	}
	
	.signage_page_video_link, .iptv_page_video_link, .iptv_page_video_link2{
		display: block;
		position: absolute;
		left: 721px;
		top: 282px;
		z-index: 901;
		width: 239px;
		height: 40px;
		background-image: url("../../../../resources/signage/button.png") !important;
		background-image: url("../../../../resources/signage/button.gif"); 
		outline: 0;
	}
	
	.iptv_page_video_link{
		left:726px;
		top:144px;
		background-image: url("../../../../resources/iptv/buttonHDTV.png") !important;
		background-image: url("../../../../resources/iptv/buttonHDTV.gif"); 
	}
	
	.iptv_page_video_link2{
		left:726px;
		top:207px;
		background-image: url("../../../../resources/iptv/buttonPC.png") !important;
		background-image: url("../../../../resources/iptv/buttonPC.gif"); 
	}
	
	.signage_page_video_link:hover, .iptv_page_video_link:hover, .iptv_page_video_link2:hover{
		background-position: 0px -40px;
	}
	
	
 .iptv_page_video_link2{
		display: none;	
	}
	
 
	#Dimgholder{
			width: 1002px;
			height: 420px;
			position: absolute;
			z-index: 1003;
			
	}
		
	#Dimgholder img{
			position: absolute;
			top: -20px;
	}
	
	#DuHDMS{
			opacity: 0;
        	-moz-opacity:0; 
        	filter:alpha(opacity=0);  
	}
		
		
	#Dcontrol{
			position: absolute;
			z-index: 1005;
			background: #000;
			opacity: 0;
			width: 1002px;
			height: 420px;
			color: #fff;
			cursor: move;
	}
	
	#D360{
		color: #fff;
		position: absolute;
		z-index: 1004;
		right: 20px;
		font-size:18px;
		font-weight:200;
		text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
		top: 35px;
	}
	
	#D360sub{
		color:#FFFFFF;
		font-size:11px;
		font-weight:200;
		position:absolute;
		right:28px;
		text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);
		top:58px;
		z-index:1004;
	}
	
	.techspec .techspec_o{
		font-size: 11px;
		display: block;
	}
	
	.techspec .techspec_l{
		width: 110px;
		display: inline-block;
		margin-bottom: 2px;
	}
	
	.techspec span b{
		 
	}
	
	.techspec .mb12{
		margin-bottom: 12px;
		line-height: 12px;
	}



/******************************** HD-Over_COAX *********************************/

#uHDMS_link{
	width: 520px;
	height: 125px;
	background-image: url('/resources/hd-over-coax/HD-over-coax_06.png');
	display: block;
	float: left;
}

#uHDMS_link:hover{
	background-position: 0px -125px;
}

/********************************* Sitemap ************************************/

#site_map_grid{
	margin-left: 30px;
	width: 968px; 
	margin-top: 30px;
}

.site_map_row{
	height: 43px;
	margin: 20px 0px 0px 0px;
}

.site_map_col{
	width: 125px;;
	height: 43px;
	float: left;
	display: block;
	margin-left: 10px;
}

.site_map_col .site_map_link{
	width: 85px;
	padding-top: 12px;
	height: 28px;
	background: #e0e0e0;
	border: 1px solid #d7d7d7;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #9a9a9a;
	text-decoration: none;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	text-shadow: 1px 1px 0px #f1f1f1;
	-moz-box-shadow: 1px 1px 0px #fefefe;
	float: left;
}

.site_map_col .site_map_arrow_down, .site_map_col .site_map_arrow_right{
	width: 21px;
	padding-top: 17px;
	padding-left: 10px;
	height: 23px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	text-shadow: 1px 1px 0px #f1f1f1;
	-moz-box-shadow: 1px 1px 0px #fefefe;
	float: left;
	display: block;
	background: #e0e0e0;
	border: 1px solid #d7d7d7;
	margin-left: 2px;
}

.site_map_col .site_map_arrow_right{
	width: 18px;
	padding-left: 13px;
	height: 25px;
	padding-top: 15px;
}



.site_map_col .site_map_arrow_down span, .site_map_col .site_map_arrow_right span{
	border-color: #b3b3b3 #e0e0e0 #e0e0e0 #e0e0e0;
  	border-style:solid;
  	border-width: 5px;
  	width:0;
 	height:0;
 	display: block;
}

.site_map_col .site_map_arrow_right span{
	border-color: #e0e0e0 #e0e0e0 #e0e0e0 #b3b3b3;
}

.site_map_col:hover .site_map_arrow_down span{
	border-color: #b3b3b3 #e8e8e8 #e8e8e8 #e8e8e8;
}

.site_map_col:hover .site_map_arrow_right span{
	border-color: #e8e8e8 #e8e8e8 #e8e8e8 #b3b3b3;
}


.site_map_col:hover .site_map_arrow_down, .site_map_col:hover .site_map_arrow_right, .site_map_col:hover .site_map_link{
	 background: #e8e8e8;
}

/* TOOL TIPS ************************/

.customtooltip .tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.customtooltip .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.customtooltip .tip-text{
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.person-tip{
	position: absolute;
	width: 100px;
	height: 100px;
	display: block;
	background: red;
  	filter: alpha(opacity=0);
  	-moz-opacity: 0;
  	-khtml-opacity: 0;
	opacity: 0;
	left: 100px;
	top: 100px;
}

	

.person-tip a{
	display: block;
	width: 100px;
	height: 100px;
}


 
/* TABS START ************************/	

	#mainTabs{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		position: absolute;
		bottom: 0px;
		right: -72px;
		right: -54px;
		right: 0px;
		z-index: 10000;
	}
	
	#mainTabs li{
		display: block;
		font-family: "Helvetica Neue", sans-serif;
		font-weight: bold;
		position: relative;
		height: 27px;
		float: left;
	}
	
	#mainTabs li a{
		text-decoration: none;
		height: 27px;
		display: block;
		float: left;
		outline-style: none;
	}
	
	#mainTabs li a span.tab_opening{
		display: inline-block;
		background-image: url("images/elements/tabGraphics/normal_tab_start2.png");
		width: 25px;
		height: 27px;
	 	float: left;
	}
	
	#mainTabs li a span.tab_middle{
		display: inline-block;
		background-image: url("images/elements/tabGraphics/normal_tab_middle.png");
	 	float: left;
		height: 27px;
		font-size: 11px;
		line-height: 27px;
		color: #555;
		text-shadow:1px 1px 0 #fff;
		padding: 0px 6px;
	}
 
	#mainTabs li a span.tab_ending{
		display: inline-block;
		background-image: url("images/elements/tabGraphics/normal_tab_end.png");
		width: 25px;
		height: 27px;
	 	float: left;
	}
	
	/* SelectedTab ************************/
	
	
	#mainTabs li.selectedTab span.tab_opening{
		background-image: url("images/elements/tabGraphics/selected_tab_start.png");
		width: 25px;
	}
	
	#mainTabs li.selectedTab span.tab_middle{
		background-image: url("images/elements/tabGraphics/selected_tab_middle.png");
	}
	
	#mainTabs li.selectedTab span.tab_ending{
		background-image: url("images/elements/tabGraphics/selected_tab_end.png");
	}
	
	/* TABS END ************************/	




/******************************** Footer ***************************************/

#footer{
	background-color: #e4e4e4;
	background: -moz-radial-gradient(500px 20px 0deg, circle cover,
				 #fefefe 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e4e4e4));
	width: 1000px;
	height: 50px;
	border: 1px solid #fff;
	outline: 1px solid rgba(0,0,0,0.3);
	margin: 15px auto 0px auto;
}

#footer .footer_left{
	float: left;
	padding-left: 25px;
	width: 500px;
}

#footer .footer_right{
	float: right;
	width: 400px;
	padding-right: 25px;
}

#footer a{
	display: inline-block;
	padding: 0px;
	margin: 0px;
		text-decoration: none;
}

#footer span, #footer a.footerLink{
	font-size: 11px;
	color: #333;
	text-shadow: 1px 1px 0px #fff;
	/* filter: Shadow(Color=#ffffff, 	
			Direction=135, 
			Strength=2); */
	line-height: 24px;	
	display: block;
	padding: 12px 3px;
}

#footer a.footerLink{
	text-decoration: none;
}

#footer a.footerLink:hover{
	text-decoration: underline;
}

#footer .footer_left span, #footer .footer_left a.footerLink{
	margin-right: 20px;
	float: left;
}

#footer .footer_right span, #footer .footer_right a.footerLink{
	margin-left: 20px;
	float: right;
}

#footerShadow{
	background-image: url("images/shadows/footer.png") !important;
	background-image: url("images/shadows/footer.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	width: 1000px;
	margin: 0px auto;
}

#footerShadow .twitterLink{
	float: right;
	color: #fff;
	padding-right: 85px;
	background-image: url("images/icons/twitter_logo.gif");
	background-repeat: no-repeat;;
	background-position: center right;
	text-decoration: none;
	margin-top: 15px;
	font-size: 12px;
	line-height: 21px;
	padding-top: 2px;
	outline: none;
}

#footerShadow .twitterLink:hover{
	 opacity: 0.9;
}

#footerShadow .twitterLink:active{
	 margin-top: 16px;
	 outline: none;
}
	
	




.nivoo-slider,
.nivoo-slider-holder {
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 600px;
}

.nivoo-slider-holder {
	background-repeat: no-repeat;
}

.nivoo-slider img,
.nivoo-link {
	left: 0;
	position: absolute;
	top: 0;
    z-index: 0;
    -moz-box-shadow: 0 0 46px 9px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 46px 9px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 46px 9px rgba(0, 0, 0, 0.1) inset;
    border-top: 1px solid #999 !important;
  
}

#demo{
   border-bottom: 1px solid #999;
}

.nivoo-slider > img:first-child,
.nivoo-slider > a:first-child img {
    z-index: 1;
}

.nivoo-link {
	border: none;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 20;	
}

.direction-nav-left {
    left: 0;
}
.direction-nav-right {
    right: 0;
}
.direction-nav-left,
.direction-nav-right {
    position: absolute;
    top: 0;
    z-index: 40;
    }
    .direction-nav-left a,
    .direction-nav-right a {
        display: block;
    }
    .direction-nav-left a:focus,
    .direction-nav-right a:focus {
        outline: none;
    }
    .direction-nav-left a {
        background: url(images/arrow-left.png) no-repeat 2% 50%;
    }
    .direction-nav-right a {
        background: url(images/arrow-right.png) no-repeat 98% 50%;
    }

.nivoo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 10;
}

/* caption */

.nivoo-slider p {
    background: #181818;
	background: rgba(0, 0, 0, .6);
	bottom: -30px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	left: 0;
    margin: 0;
	text-indent: 10px;
	position: absolute;
	width: 100%;
    z-index: 30;
}
