/* MAIN LAYOUT STYLES */
/* Copyright (c) 2008 Thomas P. Goss. All Rights Reserved. */

html, body { margin:0; padding:0 }
body {font: 76% arial,sans-serif; text-align:center; }

div#wrapper { border: solid 1px; border-color: #999; background-color: white;}
div#container {margin:0 auto; width:899px; margin-top:20px;} /* width= 900-1 */
div#header {width: 900px;}
div#breadcrumb_trail {width:900px;}
div#content_left {
	float:left;
	width:470px;
}
div#content_left_home {float:left;width:255px; }
div#content_leftinner_home {float:left;width:225px; }
div#content_right {float:right; width:420px; }
div#content_right_home {
	float:left;
	width:225px;
	text-align: left;
}
div#content_center {float:left; width:400px;}
div#clear_both {clear:both; width:100%}
div#footer { background-image:url(../images/footer.gif); background-repeat: no-repeat; width: 900px; height: 30px; text-align:center }
div#copyright p {margin: 10px; color: #555; font-size: .8em;}

div#container { text-align:left; }
div#content_left {}
div#content_right {}
div#content_left {}

div#footer p { margin:0; padding:8px 10px; color: #fff }
h1,h2 { margin:0 10px 10px; color: #336699  }
h4 {margin:0 10px 5px }
h1 {font-size: 1.3em;}
h2 {font-size: 1.2em;}
h4 {font-size: 1.2em;}

p, p_1 { margin:0 10px 10px; color: #222244  }
p a {  color: #336699;padding:0px; font: 12px arial,sans-serif }

.breadcrumbs { margin:0; padding:8px 10px; color: #fff; display:inline }

/* This was added for product details */
fieldset {margin: 10px 30px 10px 10px; border:solid 1px; border-color: #eee; }
fieldset img {float:left; margin: 10px;}
fieldset a.top {text-align:right;}

#content_left img, #content_right img {
float:left;
border: solid 0px;
margin: 10px;
}

#content_right img*thumb {
border: solid 0px;
margin:50px;
}
