body
{
	background-color: #5E5B5B;
	font-family: Candara;
	color: #333333;
	padding: 0px;
}

#page {
	margin: auto;
	padding: 15px;
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
}

#ipage {
	margin: auto;
	padding: 15px;
	
}

#logo {
	background: url('images/SSSlogo.png');
	width: 236px;
	height: 54px;
	
}

h2 {
	padding-right: 20px;
	font-size: 20px;
	color: #FF6600;
}

h3 {
	float: right;
	font-size: 26px;
	color: #AAAAAA;
}



#menu {
	background-color: #333333;
	color: #FFFFFF;
    font-size: 10px;
	text-align: left;
}

a.menuitem {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
}

a.menuitem:hover{   
    cursor: pointer;
    color: #FF6600;
    text-decoration: normal;

    

}

a.menuitem:active {
    color:#fff;
}

a.rightmenuitem {
    float: right;
	color: #333333;
	text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
	padding: 5px;
	font-weight: normal;
	font-size: 10pt;
}

a.rightmenuitem:hover{   
    cursor: pointer;
    color: #FF6600;
    text-decoration: normal;

    

}

a.rightmenuitem:active {
    color:#333333;
}

#quotePanel {
	border-radius: 15px;
	-moz-border-radius: 15px;
	float: right;
	width: 260px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}

label {
	color: #FFFFFF;
}

.box1 {
	background-color: #F0F0F0;
	padding: 10px;
	font-size: 12px;
}

.box2 {
	background-color: #333333;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
}


.head1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.head2{
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	
}

.head3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.text1 {
	font-size: 14px;
	color: #333333;
	padding: 10px;
}

.text2 {
	font-size: 14px;
	color: #FFFFFF;
}

#serverimg {
	background: url('images/computerEquipment.jpg');
	width: 400px;
	height: 300px;
	float: left;
	margin: 10px;
}

a.button {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	width: 80px;
    margin: auto;
	padding: 15px;
	font-weight: bold;
	background-color: #FF6600;
	border-radius: 3px;
	-moz-border-radius: 3px;
	
}

a.button:hover{   
    cursor: pointer;
    text-decoration: underline;
}

a.booklink {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	width: 80px;
    margin: auto;
	padding: 5px;
	font-weight: bold;
	background-color: #FF6600;
	float: right;
	border-radius: 3px;
	-moz-border-radius: 3px;
	
}

a.booklink:hover{   
    cursor: pointer;
    text-decoration: underline;
}

#footertext {
	margin: auto;
	font-size: 14px;
	padding: 5px;
	width: 800px;
	color: #AAAAAA;
}

a.footerlink {
    font-size: 14px;
	color: #AAAAAA;
	text-decoration: normal;
}

a.footerlink:hover{   
    cursor: pointer;
    text-decoration: underline;
}

.shadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}

.screenshot {
	float:right;
	-moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
	border: 1px #ccc solid;
}

p.success {
	font-size: 16px;
	color: #0D9900;
	font-weight: bold;
}

p.failure {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

#promo {
	float:right;
	background: url('images/promo.png');
	width: 180px;
	height: 120px;
	
}
