#container {
	clear: both;
	width: 770px;
	margin: 20px auto;
}
#header {
	position: relative;
	clear: both;
	float: left;
	width: 770px;
	text-align: center;
	padding-bottom: 15px;
}
#mini_cart {
	font-size: 14px;
}
#logo {
	position: relative;
	color: white;
}
#logo_title {
	font-size: 60px;
	color: white;
	margin-left: 10px;
}
#top_header {
	float: left;
	width: 800px;
}
#cart {
	float: left;
	margin-bottom: 20px;
}

#logo_subtitle {
	font-size: 36px;
}
#logo small {
	font-size: 14px;
}
#logo img {
	margin-top: 20px;
}
#slogan {
	margin-top: 20px;
	margin-left: 50px;
	letter-spacing: 3px;
	/*position: relative;
	left: 50px;*/

}
#join_message {
	position: relative;
/*	float: left;*/
	clear: right;
	width: 758px;
	text-align: center;
	padding: 5px 0;
	border: 1px solid white;
	/*border-bottom: 1px solid white;*/
}
#joined_message {
	font-weight: bold;
	margin-bottom: 10px;
}
#customer_logged_in {
	font-size: 14px;
	font-weight: bold;
}
.nav {
/*    float: left; */
	position: relative;
	width: 770px;
	margin: 20px auto 10px;
	clear: both;
	text-align: center;
}
.nav a {
	position: relative;
	float: left;
	display: block;
	width: 104px;
	padding: 5px;
	margin: 5px;
	border: 1px solid white;
	font-size: 14px;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #FFFFFF;
	background-color: #CEA472;
}
.nav a:hover, .nav a:active {
	color: #CEA472;
	background-color: #FFFFFF;
}
#main_column {
	position: relative;
	clear: both;
/*	float: left;*/
	width: 750px;
	padding: 10px;
	font-size: 14px;
}
#main a {
	display: block;
	position: relative;
	float: left;
	width: 560px;
	padding: 5px;
	margin: 5px;
	border: 2px solid black;
	color: #614361;
	background-color: #C1B7DE;
	font-size: 20px;
	text-decoration: none;
}
#main a:hover, #main a:active {
	background-color: white;
}

#footer {
	position: relative;
	float: left;
	width: 770px;
	text-align: center;
}
.product_list {
	position: relative;
	width: 670px;
	margin: auto;
	/*margin-bottom: 50px;*/
}
.product_link {
	width: 190px;
	position: relative;
	float: left;
	margin: 10px;
}
.product_link_center{
	width: 200px;
	position: relative;
	margin: 10px 0 0 218px;

}
.product_name {
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
}
.product_link img, .product_link_center img {
	border: 5px solid #FFFFFF;
}

#product_photos {
	position: relative;
/*	float: left;*/
	margin: 5px;
}
#product_photos img {
	border: 5px solid #FFFFFF;
	margin: 5px;
}
#product_information {
	position: relative;
/*	float: left;*/
	margin: 5px;
}
.prod_info_header {
	position: relative;
	float: left;
	width: 150px;
	margin: 5px 0;
}
.prod_info_data {
	posstarition: relative;
	float: left;
	width: 350px;
	margin: 5px;
	font-weight: bold;
}
.tm {font-size: 16px;}

#whats_new {
	float: right;
	width: 320px;
/*	margin-top: 40px;*/
}
#whats_new table {
	display: inline-table;
	border: 1px solid white;
}
#whats_new img {
	margin: 0;
}

#logoElements {
	float: left;
}
#logoElements td{
	text-align: left;
}

.prod_title {
/*	margin: 0 auto;*/
	text-align: center;
}
.prod_title a:hover{
	text-decoration: none;
}
.prod_title .prod_header {
    font-family: Georgia, Times New Roman;
	font-size: 20pt;
	color: white;

}
.reCentered{
	display: block;
	margin-left: -35px;
}

.prod_title .prod_description {
	font-size: 14pt;
	font-weight: bold;
	color: white;
}
#contact {
	color: white;
	border: 0px solid black;
	font-family: Georgia;
}

#contact a {
	color: white;
	text-decoration: underline;
}

#contact select {
	font-family: Georgia;
}
/****************** Styles for Flags ********************************************/
#flags {
/*	float: left;*/
	width: 770px;
	clear: right;

}
#flags table{
	margin: 0 auto;
	text-align: center;
}

#photography{
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

/* Start Clearfix */

.product_list:after, .nav:after, #product_information:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.product_list, .nav, #product_information
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .product_list, * html .nav, *html #product_information
{
	height: 1%;
}
.product_list, .nav, #product_information
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */