/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:520px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:194px;
	font-weight:bold;
}

td.field  {
	width:320px;
}
/*End contact us page styles*/


/*Wide Page Styles*/

body#gallery #main_left {
	display:none;
	visibility:hidden;
}


body#gallery #main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:750px;
}


body#gallery #content_bg {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:750px;
	background-image:none;
	min-height:500px;
}


body#gallery #content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:740px;
	padding:15px 5px;
}

.go_right {
	float:right;
	padding:5px 0px 5px 10px;
	margin:0px;
}

#primo img{
	float: left;	
}

#primo #accessories{
	margin: 0 0 0 -160px;	
}

#primo td{
	padding: 0 15px;
	
}

#primo th a{
	padding: 5px 0;
	margin: 0 5px;
	color: #EDDFB5;
	display:block;
	height:100%;
	width:100%;
	background: #333;
	text-decoration: none;
}

#primo th span{
	padding: 0 10px;
	display:block;
	width: 100%;
	height: 100%;	
}
#primo th a:hover{
	color: #996533;	
}
