* { padding: 0; margin: 0; }/* LAYOUT */body {	font-family: Helvetica, Arial;	font-size: 13px;	background: url(images/layout/bg-red.gif);	background-repeat: repeat;	}#container { 	margin: 0 auto;	width: 922px; box-shadow: 5px 5px 5px #cccccc;	}#faux {	background: url(images/layout/faux-600x.gif);	margin-bottom: 2px;	overflow: auto; /* Fix for IE */	width: 100%;	}#header {	color: #333;	width: 902px;	padding: 10px;	height: 80px;	margin: 10px 0px 2px 0px;	background: #4d4d4d;	overflow: hidden;	}#maincolumn { 	float: left;	color: #333;	border: none;	margin: 10px;	padding: 0px;	width: 583px;	display: inline;	position: relative;	}#rightcolumn { 	display: inline;	color: #333;	border: none; 	margin: 10px;	padding: 0px;	width: 298px;	float: right;	min-height: 550px;	}#footer { 	width: 902px;	clear: both;	color: #333;	margin: 0px 0px 10px 0px;	padding: 10px;	background: #4d4d4d;	}.clear { clear: both; background: none; }/* NAVIGATION FORMATTING*/.nav_left_logo {	padding: none;	margin: -10px 0px 0px -10px;	float: left;	display: block;	}.nav_right_logo {	padding: none;	margin: -10px -10px 0px 0px;	float: right;	display: block;	}.nav_element {	padding: 8px;	margin: 17px 10px 0px 0px;	float: left;	display: block;	}a.nav, a.nav:link, a.nav:visited {	text-decoration: none;	font-weight: bold;	font-size: small;	color: #ffffff;	text-transform: uppercase;	}a.nav:hover {	text-decoration: underline;	font-weight: bold;	font-size: small;	color: #ffffff;	text-transform: uppercase;	}		ul.nav {	padding: 0px;	float: left;	list-style: none;	margin: 0px;	padding: 0px;	width: auto;	float: left;	display: block;	}li.nav a {	padding-left: 12px;	text-decoration: none;	}li.nav a:hover {	padding-left: 12px;	text-decoration: underline;	}/* SHOP */  #shoppic {	position: absolute;	width: 152px;	height: 152px;	margin: 5px;	padding: 0px;	overflow: hidden;	}  #shopdetail {	width: 300px;	height: 152px;	margin: 0 0 0 200px;	padding: 5px;	}/* Main DOT BREAK */  .dotbreak {    margin:1em 0 1em 0;    border-bottom:1px dotted #444;    padding-bottom:0;    }/* SideBar DOT BREAK */  .sidebreak {    margin:1em 0 1em 0;    border-bottom:1px dotted #444;    padding-bottom:0;    }	/* FOOTER FORMATTING */.footer-form {	color: #ffffff;	font-size: 10px;	text-align: center;	text-decoration: none;	}a.footer-form, a.footer-form:link, a.footer-form:visited {	color: #ffffff;	text-decoration: none;	}a.footer-form:hover {	color: #cccccc;	text-decoration: underline;	}	