@charset "UTF-8";

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #eee;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

#containerb { 
	width: 980px; 
	background: #eee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; 
}

h1 {
	font-size: 160%;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}
h5 {
	font-size: 100%;
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
}
h6 {
	font-size: 70%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
p {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin: 0;
}
dt {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
}
dd {
	font-size: 90%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding-bottom:10px;
	padding-left:20px;
}
dl {
	margin:0;
	padding:3px;
}
li {
	margin-bottom:4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.break {
	padding-bottom: 20px;
	margin: 0;
	border-bottom: 1px solid #999
}
.break2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999
}

/*--------------------headerbar---------------------*/
#header {
	width:980px;
	height: 45px;
	margin-top: 20px;
	padding: 0;
 	background-image: url(../images/SGheaderbar.png);
	background-repeat: no-repeat;
}
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-right: 41px;
}
#header li {
	float: right;
	border-collapse:collapse;
}

#headerbarlogo {
	width:64px; 
	height: 45px;
	background-image:url(../images/SGheaderbarlogo1.png);
	background-repeat: no-repeat;
	float: left;
 }

#headerbarlogo a {
	outline: none;	
}

#headerbarlogo a:link, #headerbarlogo  a:visited {
	display: block;
	width:64px;
	height:45px;
	background-image: url(../images/SGheaderbarlogo1.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
#headerbarlogo a:hover, #headerbarlogo a:active {
	background-image: url(../images/SGheaderbarlogo2.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.headerlinks a {
	display: block;
	width: 175px;
	height: 30px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	outline: none;	
}
.headerlinks a:link, .headerlinks  a:visited {
	color: #fff;
	background-image: url(../images/SGheader175.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.headerlinks a:hover, .headerlinks a:active {
	color: #fff;
	background-image: url(../images/SGheader175b.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
/*-------------------end headerbar----------------*/


/*-------------------pagehead---------------------*/
#pagehead {
	padding: 6px;
}
#pageheadlinkscontainer {
	float:right;
	width:550px;
	margin-top:12px;
}
.pageheadlinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.pageheadlinks li {
	float: right;
	border-collapse:collapse;
}
.pageheadlinks a {
	display: block;
	text-align: center;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	outline: none;	
	text-decoration: none;
}
.pageheadlinks a:link, .pageheadlinks a:visited {
	color:#666;
}
.pageheadlinks a:hover, .pageheadlinks a:active {
	color:#222;
}
.currentpage a:link, .currentpage a:visited {
	color:#000;	
}
.disabled a:link, .disabled a:visited {
	color:#ccc;	
}
/*---------------end pagehead---------------------*/

/*---------------mainContent----------------------*/
#mainContent {
	padding: 15px 15px 25px 15px;
	background-color:#FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#mainContent a {
	text-decoration: none;
	outline: none;	
}
#mainContent a:link, #mainContent a:visited {
	color:rgb(0,132,156); 
	outline:none;
}
#mainContent a:hover, #mainContent a:active {
	color:rgb(0,88,104);
}

#content {
	padding: 15px 15px 25px 15px;
	margin-bottom: 15px;
	background-color:#FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#content a {
	text-decoration: none;
	outline: none;	
}
#content a:link, #content a:visited {
	color:rgb(0,132,156); 
	outline:none;
}
#content a:hover, #content a:active {
	color:rgb(0,88,104);
}

#highlightlink a:link, #highlightlink a:visited {
	color:rgb(153,204,0);
	font-weight:bolder;
	background-color:#333;
	padding:7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
}




#highlightlink a:hover, #highlightlink a:active {
	color:#000;
	background-color:rgb(153,204,0);
}
#leftContent {
	width: 370px;	
}
#leftContent2 {
	width: 480px;	
}

#rightsidebar {
	float:right;
	width:550px;
}

#rightsidebar2 {
	float:right;
	width:450px;
}

#rightsidebar3 {
	float:right;
	width:300px;
	margin-left: 20px;
}

.smalllink a:link, .smalllink a:visited {
	color:rgb(0,132,156);
	text-decoration: none;
	padding-left:135px;
}
.smalllink a:hover, .smalllink a:active {
	color: rgb(0,88,104);
}

#promo {
	/* background-image:url(../images/RMVad550.jpg); */
	border-radius: 15px;
	-moz-border-radius: 15px;
	height:428px;	
}

.downloadtable {
	font-size:95%;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin: 10px 0;
	padding:5px 0;
}
table.downloadtable tr.odd td {
	background-color:rgb(230,248,251);
}

.screenshots div {
	width: 120px;
	height: 125px;
	float: left;
	text-align: center;
	vertical-align: top;
	padding-bottom:15px;
}
.screenshots h3 {
	font-size:80%;	
	font-weight:normal;
}
.screenshots h2 {
	font-size:100%;	
}

/*------------end mainContent----------------*/

/*---------------footer----------------------*/

#footer p {
	font-size: 75%;
	color: #999;
	margin: 0;
	padding: 10px 0; 
}

.fltrt {
	float: right;
	margin-left: 8px;
	overflow:hidden;
}
.fltlft {
	float: left;
	margin-right: 8px;
	overflow:hidden;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.txtrt {
	text-align:right;
	padding-top: 0;
	padding-right: 10px;
}