/*
   Final Project

   Web Site Style Sheet
   Avalanche Server Hosting
   Author: Sean Holland
   Date: 5/25/2016 

   Filename:         styles.css
*/
body {
	background-color: black;
	color: white;
	display: block;
	font-size: 20px;
}

header {
	text-align: center;
}

nav {
	text-align: center;
}
ul {
    display: inline-block;
	list-style-type: none;
    margin: 0;
    padding: 0;
	width: 1400;
}

nav li {
    float: left;
	width: 280px;
	text-align: center;
	border-right: 1px solid #bbb;
}

nav li:last-child {
    border-right: none;
}

nav li a {
    display: block;
    padding: 8px;
    background-color: #dddddd;
	text-decoration: none;
	color: black;
}

/* Change the link color on hover */
nav li a:hover {
    background-color: #555;
    color: white;
}

.active {
    background-color: grey;
    color: white;
}

.button {
	background-color: rgb(153, 102, 0);
	border: 1px solid black;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.purchases {
	width: 1400px; 
	margin-left: auto;
	margin-right: auto;
}

div.purchases p {
	border: 2px solid grey;
	background-image: url("background.jpg");
	text-align: center;
	float: left;
	width: 452px;
	margin-left: 10x;
	margin-right: 10px;
	margin-bottom: 30px;
	
}

.title {
	color: white;
}

.infoBar {
	background-image: url("background.jpg");
	width: 900px;
	border: 4px solid rgb(153, 102, 0);
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	padding: 10px 10px;
}
.infoBar h2 {
	text-align: left;
}

aside {
	width: 250px;
	border: 2px solid grey;
	float: right;
	padding: 10px 10px;
	margin-left: 40px;
	margin-top:20px;
}

/* Footer and address styles */
footer {
   margin-top: 500px;
   clear: both;
   padding-top: 20px;
}

footer address {
   border-top: 2px solid grey;
   font-size: 20px;
   font-style: normal; 
   font-variant: small-caps; 
   text-align: center;
   color: white;
}

.content {
	width: 1400px;
    margin-left: auto;
	margin-right: auto;
	padding: 10px 10px;
}

#games figure {
	float: left;
}
#creditCards img {
	padding-left: 20px;
}

.voiceIcons {
	float: left;
	border: 1px solid grey;
	padding: 10px 10px;
	height: 300px;
	width: 300px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("background.jpg");
} 

.hostIcons {
	float: left;
	border: 1px solid grey;
	padding: 10px 10px;
	height: 300px;
	width: 300px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("background.jpg");
} 

.form {
	background-color: grey;
	color: black;
}

td[colspan] {
    text-align: center;
  }
  
#comparison{
	float:left;
}

#companyPhoto {
	float: right;
}

#aboutUs{
	width: 800px;
}