﻿#wrapper{
	width:900px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	border-left:1px black solid;
	border-right:1px black solid;
	border-bottom:1px black solid;
}

#master-header{
	width:900px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}

#master-header #logo{
	height:50px;
	float:left;
	width:590px;
	padding:10px 0px 10px 10px;
	display:inline;
}

/* Slide Show */
#slide-show{
	height:139px;
	width:900px;
	background-color:#414141;
	border-bottom:5px #D79A5E solid;
}
	
#slide-show-nav{
	width:199px;		
	float:right;
	border-left:1px #666 solid;
	font-family: Tahoma, Verdana, sans-serif;
}

#slide-show-nav ul{
	list-style-image:none;
	list-style:none;
	margin:0px;
	padding:0px;
}

#slide-show-nav ul li{
	text-align:center;
	border-bottom:1px #666 solid;
	padding:0px;
	margin:0px;
	font-size:11pt;
	line-height:34px;
	width:199px;
	height:34px;
}

#slide-show-nav ul li a{
	text-decoration:none;
	display:block;
	color:white;
}
	
a.active-slide{ 
	color:white;
	background-image:url('../Image/master/nav-header-bg.jpg');
	background-repeat:repeat-x;
	font-weight:bold;
}

#slide{
	width:700px;
	color:White;
	height:139px;
	z-index:0;
}

#slide img
{
	display:none;
	width:700px;
	height:139px;
}

/* Content */
#content{
	border-bottom:1px #666 solid;
	border-top:1px #666 solid;
	float:left;
	background-color:#414141;
}

#content-body{
	width:700px;
	float:left;
	background-color:white;
	display:inline;
	min-height:343px;
	border-right:1px #666 solid;
}

#content-footer
{
	border-top:1px #666 solid;
	width:701px;
	float:left;
	padding-bottom:10px;
	padding-top:10px    
}

#nav{
	float:right;
	width:194px;
	padding:10px 0px 0px 5px;
	margin:0px;
	text-align:center;
	font-family: Tahoma, Verdana, sans-serif;
}

#nav a
{
	display:block;
	color:white;
	margin-bottom:10px; 
	height:62px;
	line-height:60px;
	vertical-align:middle;
	font-size:16pt;
	background-image:url('../Image/master/master-button.jpg');
	text-decoration:none;
	cursor:pointer;
	width:190px;
	background-repeat:no-repeat;
}

#nav #live-chat a{
	display:block;
	background-image:none;
}

#nav .item{
	margin-bottom:10px; 
	background-repeat:no-repeat;
	padding:0px 15px 15px 15px;
	color:white;
	width:160px;
}

#nav .item a#download{
	border:0px;
	background-image:none;
	width:120px;
	height:22px;
    display:block;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

#nav .item a#download img{
	border:0px;
	width:120px;
	height:22px;
    display:block;
}

#nav .item a img {
	border:0px;
	margin:0px;
	padding:0px;
}

#nav .item h1{
	height:33px; 
	font-size:14pt;  
	vertical-align:middle;
	text-align:left;
	line-height:33px;
	color:white;
	border:0px;
	margin:0px;
	padding:0px;
}

#nav .item p{
	text-align:left;
	margin: 0px 0px 5px 0px;
	padding:0px;
}

/* Content */

#standard-content-body{
	width:660px;
	float:left;
	display:inline;
	padding:10px 20px 10px 20px;
	min-height:150px;
}

#silverlight-content-body{
	width:660px;
	float:left;
	display:inline;
	padding:10px 0px 10px 20px;
	min-height:150px;
}

#main-page-content-body{
	width:660px;
	float:left;
	display:inline;
	padding:10px 20px 10px 20px;
}

/*Search*/
#searchbox{
	font-size: 11px;
	height:16px;
	background-color: #c2c2c2;
	border: 1px solid #aaaaaa;
	padding-top:2px;
	color: #666666;
	background-image: url(../Image/master/search/search-icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 20px;
}

.search-input{
	border: 1px solid #1975D1;
	font-size: 12px;
	color: #666666;
	padding: 0px 3px;
	float:right;
	width:200px;
}

.text-box{
	border: 1px solid #666;
	font-size: 12px;
	color: #666666;
	padding: 0px 3px;
	height:23px;
	width:130px;
	vertical-align:middle;
	line-height:20px
}

#search-button{
	float:right;
	height:20px;
}

/* Footer */
#footer{
	padding:0px;
	margin:0px;	
	color:#EBEBEB;
	text-align:center;
	font-size:9pt;
	clear:both;
	border-top:5px #D79A5E solid;
	background-color:#414141;
	padding-bottom:5px;
}

#footer ul{
	margin: 0px;
	margin-top:5px;
}

#footer ul li { 
	display: inline; 
	padding: 0 5px 0 5px;
	border-right: 1px solid #9c9d9e; 
}

#footer ul li.last-item { 
	border: none; 
}

#footer a { 
	color: #EBEBEB; 
	text-decoration: none;
}

#footer a:hover { 
	color: #D79A5E; 
	text-decoration:underline;
}

#footer p{
	margin:5px 0px 0px 0px;
	text-align:center;
}