* {
	padding: 0;
	margin: 0;
}

/*---- Backgrounds: ----*/
body {
	background: #3795D8;
}

h1 {
	color: #cccccc;
}

.subfooter{
	background: #fff;
}

#nav a:hover, .app_middle a:hover {
	background: #A3C2d9;
	color: white;
}

/*---- Floats: ----*/
.nav,.rightcolumn {
	float: right;
}

.leftcolumn{
	float: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#wrapper {
	margin: 0px auto;
	width: 920px;
}

#header {
	padding: 10px 50px;
	height: 105px;
	position: relative;
}

.logo {
	background: transparent url(images/logo.png) no-repeat scroll 0 0;
	width: 330x;
	height: 105px;
}

#nav-wrapper {
	position: absolute;
	bottom: 0px;
	right: 80px;
}

#nav {
	background: transparent url(images/nav.png) no-repeat scroll 0 0;
	padding: 17px;
	color: #ddd;
}

#nav a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #3795D8;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
}

.app_middle a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #3795D8;
	font-weight: bold;
	text-decoration: none;
}

#nav a:focus {
	outline-style: none;
}

.app {
	position: relative;
}

.app_up{
	background: transparent url(images/app_up.png) no-repeat scroll 0 0;
	height: 25px;
	width: 920px;
}

.app_middle{
	background: transparent url(images/app_middle.png) repeat-y scroll 0 0;
	padding: 20px 45px;
}

.app_bottom{
	background: transparent url(images/app_bottom.png) no-repeat scroll 0 0;
	height: 25px;
	width: 920px;
}

.subfooter {
	text-align: right;
	/*height: 20px;*/
	width: 830px;
}

.leftcolumn {
	padding: 0px 0px 0px 0px;
	/*height: 192px;*/
	width: 128px;
	margin-right: 30px;
}

.leftcolumn :hover{
	cursor: pointer;
}

.rightcolumn {
	padding: 0px 20px 0px 0px;
	/*height: 100px;*/
	width: 652px;
}

.saver {
	clear: both;
}

#app_icon1{
	background: transparent url(images/app_icon1.png) no-repeat scroll 0 0;
	height: 192px;
	width: 128px;
}

#app_icon2{
	background: transparent url(images/app_icon2.png) no-repeat scroll 0 0;
	height: 192px;
	width: 128px;
}

.video-icon{
	float: right;
	margin-right: 16px;
	font-weight: bold;
	color: #3795D8;
	width: 64px;
	height: 64px;
}
.video-icon{
	background: transparent url(images/video.png) no-repeat scroll 0 0;
}

.video-icon:hover{
	background: transparent url(images/video-over.png) no-repeat scroll 0 0;
	cursor: pointer;
	color: white;
}

.subfooter  img, a{
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.subfooter  a:hover{
	background:none;
}
.subfooter  img:hover{
	background: #A3C2d9;
}
.subfooter  img {
	background:white none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:5px;
	margin: 0px 8px;	
}