/*formatting overall page*/
#container {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	margin-left: auto;
	margin-right: auto;
    width: 1200px;
}

#content {
	width: 1180px; /*needs to be 1180 instead of 1200 due to margins*/
	float: left; /*has to be set to float even on content to work and have nothing to left*/
	padding-left: 20px;
	background-image: url(images/whitetransparentbackground.png);
}

body {
	background-image: url(images/background.jpg);
	margin:0px;
	padding:0px;
}
/*---------------------------------------------------------------------*/

/*header section*/
#header {
	height: 152px;
	width: 1200px;
	position:relative;
    background-image: url(images/backgroundextrablack.jpg);
}

#logo {
	position: absolute;
	left: 43px;
	top: 11px;
}

.socialhoverbox {
	width: 165px;
	position:absolute;
	padding-top: 20px;
	padding-left: 10px;
	left: 996px;
	top: 13px;
}

.accountinfo {
	width: 365px;
	height: 80px;
	position:absolute;
	padding-top: 20px;
	padding-left: -10px;
	left: 700px;
	top: 14px;
	color:#FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.shoppingcart {
	width: 165px;
	height: 20px;
	position:absolute;
	padding-top: 20px;
	padding-left: -10px;
	left: 1024px;
	top: 74px;
}

/*navigation menu*/
#menu {
	position:absolute;
	width: 99%;
	text-align: center;
	margin: 0 auto;
	top: 111px;
	left: 2px;
	font-family: 'Oswald', sans-serif;
}

#menu ul {
	display: inline-block;
	list-style: none;
}

#menu ul li {
	float:left;
	margin-right: 10px;
	padding: 0;
}

#menu ul li a:link, #menu ul li a:visited {
	width: 120px;
	display:block;
	border: 2px solid #fff;
	border-bottom: none;
	padding: 5px;
	background-color: #ff3333;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size:18px;
}

#menu ul li a:hover {
	color: #000;	
}

#menu .table {
	display: table;
	margin: 0px auto;	
}
/*----------------------------------------------------------------*/

.blockbackground { /*code for blocks home*/
	float: left; has to be set to float even on content to work and have nothing to left
	width: 437px;
	height: 386px;
	margin-left: 100px;
	background-image: url(images/backgroundextrablack.jpg);
	margin-top: 10px;
	border: medium solid #000;
	margin-bottom: 10px;	
}

.backgroundblocks { /*this is for background of the blocks*/
	float: left; /*has to be set to float even on content to work and have nothing to left*/
	width: 437px;
	height: 386px;
	margin-left: 100px;
	background-image: url(images/backgroundblocks.jpg);
	margin-top: 10px;
	border: medium solid #000;
	margin-bottom: 10px;	
}

.blockinteriortitle { /*this is for the title of each block*/
	margin-right: 20px;
    color: #fff;
	margin-left: 23%;
	margin-top: -15px;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
}

.blockcontentpictures { /*this is for the left hand side pictures of each block*/
	float: left;
	margin-left: -50px;
	margin-right: 5px;
    color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	padding-left:50px;
	margin-top: 0px;
	width: 209px;
	height: 297px;
}

.blockcontentform { /*this is to format the javascript and html form*/
	float: left;
	margin-left: 0px;
	margin-right: 5px;
    color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 40px;
	width: 180px;
}

/*----------------------------------------------------------------*/
/*below is to make a fancy button for the transactions in the form*/
input[type=text] {
	padding:5px; border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=text]:focus {
	border-color:#333; 
}

input[type=submit] {
	padding:5px 15px; 
	background:#ccc; 
	border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.paymentform {
	margin-left: 20px;
	margin-right: 5px;
    color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 40px;
	width: 280px;
}

textarea {
    width:980px;
    height:200px;
    background-color:#000;
    color:#FFF;
    margin-left: 100px;
	resize:none;
}

.scroll { /*overflow:hidden is used to take out the scroll on right...put size of # on form so you can see all choices (no need for scroll)....this formats the box*/
	overflow:hidden;
	display:inline-block; 
	vertical-align:top;
	border:solid grey 1px;
	color:#fff;
	background-color:#000; 
}
	
.scroll select { /*this is used to format the inside of the selection*/
	padding: 15px; 
	margin:-5px -20px -5px -5px; 
    color:#fff;
	background-color:#000;
	cursor:pointer;
}
/*----------------------------------------------------------------*/
/*Misc*/
ul {
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

.twocolumn {
	float: left;
	margin-left: 25px;
	width: 600px;
	background-color:#000;
	color: #fff;
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
	margin-top:20px;
}

.twocolumnmap {
	float: left;
	margin-left: 20px;
	width: 400px;
	padding-left:10px;
	padding-top:20px;
}

.storefront {
	margin: 80px;
	padding-top:60px;

}

/*----------------------------------------------------------------*/
/*footer*/
#footer {
    background-image: url(images/backgroundextrablack.jpg);
	color: #FFF;
	height: 240px;
    width: 1200px;
	padding: 10px 0px; /*give more room for top of 1st line of text */
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.column {
	float: left;
	font-size: 12px;
	font-family: sans-serif;
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
}	

.column ul {
	list-style: none; 
}

.column ul li {
	line-height: 20px;
}

.column ul li a:link {
	text-decoration: none;
}

.column h4 {
    font-size:14px;
	font-weight: bold;
	padding-left:20px; /*everything else is indented 20 so this has to be as well*/
}

.column ul li a:link, .column ul li a:visited {
	text-decoration: none;
	display: block;
	color: #FFF;	
}

.column ul li a:hover {
	color: #ff3333;	
}

.footer p {
	text-align: right;
	padding-right: 20px;
}

.footermenucolumn {
	width: 80px;
	padding-left:20px;
}

.footeraddress {
	width: 190px;
	padding-left:20px;
}

.footersocialmedia {
	width: 190px;
	padding-left:20px;
}

.footercontact {
	width: 200px;
	padding-left:20px;
}

.footercopyright {
	width: 300px;
	padding-left:20px;
}

.icon {
	width: 38px;
	height: 152px;
	float: left;
}

.name {
	width: 80px;
    height: 152px;
	float: left;
	padding-left:10px;
}
