a {border:none; outline: none; color:#FFF; text-decoration:none;}
a:hover { text-decoration:underline;}

body {


background-position: top center;
background-repeat: no-repeat;
background-attachment: scroll;
background-image: url(/images/bg.jpg);
background-color:#000000;
color: #CCC;
font-family: Verdana, Helvetica, sans-serif;
font-size:12px;
margin-right:auto;
margin-left:auto;
width:100%;
text-align:center;
margin-top:0px;
}



#case {
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	width:900px;
	height:850px;
	background-image:url(/images/canvas.jpg);
	background-repeat:no-repeat;
	background-position: 0px 120px;
	border-left: 1px solid #520000;
	border-right: 1px solid #520000;
	border-bottom: 1px solid #520000;
}

#container {margin-bottom:25px;}
#title{ text-align:center;
	font-size:18px;
	padding: 0px 0px;
	}
	
	.app {text-align:center;}
.app a {border:0; outline:none; text-decoration:none;}
h2 { font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:normal;}



.center {text-align:center;margin-left:auto; margin-right:auto;}	

.floatleft { float:left; margin-right:20px; margin-bottom:5px;}
.floatright {float:right; margin-left: 20px; margin-bottom:5px;}




#flashplayer { margin-top:0px; background-color:#000; }

	
#footer {text-align: center; padding: 40px 40px; position:relative; margin-left:auto; margin-right:auto; font-size:10px;}
#footer a {color: #F00;}

.fp {margin-top:60px;}

.text{
	text-align:justify;
	padding:5px 30px 5px 30px;
	vertical-align:top;
	border: 1px solid #666;
	background:#000;
}

.textim { padding:5px 15px 15px 15px; text-align:justify; border: 1px solid #666; vertical-align:middle; background:#000;}

#nav { width:900px; background-color:#000; margin-top:0px;}

.contentimaging { margin-bottom: 43px;}

/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none;
	

	}
	a {outline:none; border:none;}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		list-style:none;
		width:900px;
		position:relative;
		text-align:center;
		height:30px;
		margin-top:0px;
		margin-bottom:0px;
		left:-40px;
	}
	
	
	/* Float LI Elements - horizontal display */
li {float:left;}

	/* Link - common attributes */
	ul#menu li a {
		background:url(sprite.png) no-repeat scroll top left;
		display:block;
		height:30px;
		position:relative;
	
	
	}
	
	/* Specify width and background position attributes specifically for the class: "gwhome" */
	ul#menu li a.gwhome {
		width:225px;
	}
	
	/* Specify width and background position attributes specifically for the class: "radiohome" */
	ul#menu li a.radiohome {
		width:225px;
		background-position:-225px 0px;
	}
	
	ul#menu li a.branding {
		width:225px;
		background-position:-450px 0px;
	}
	ul#menu li a.imaging {
		width:225px;
		background-position:-675px 0px;
	}
	

	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(sprite.png) no-repeat scroll bottom left;
		display:block;
		position:relative;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "gwhome" */
	ul#menu li a.gwhome span {
		background-position:0px -30px;
	}
	
	/* Shift background position on hover for the class: "radiohome" */
	ul#menu li a.radiohome span {
		background-position:-225px -30px;
	}

/* Shift background position on hover for the class: "" */
	ul#menu li a.branding span {
		background-position:-450px -30px;
	}
	/* Shift background position on hover for the class: "" */
	ul#menu li a.imaging span {
		background-position:-675px -30px;
	}







	
