* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background-color:#D483A9;
/*  background-image:url(/templates/main/images/bg_stripe_1px.jpg);
	background-repeat:repeat-x;
	background-position:0px 255px;*/
/*	font-size: 62.5%;*/
}

#container {
	width:810px;
	margin:auto;
}

#header {
	margin-top:10px;
	background-image:url(/templates/main/images/header.jpg);
	background-repeat:no-repeat;
	width:810px;
	height:165px;
}

#viewcart {
	padding-top:20px;
	margin-left:20px;
	color:#631930;
}

#viewcart a {
	font-weight:bold;
	font-size:13px;
}

#main_home {
	background-image:url(/templates/main/images/home_bg.jpg);
	background-repeat:no-repeat;
	width:810px;
	height:445px;
}

#product_heading {
	background-image:url(/templates/main/images/product_header.jpg);
	background-repeat:no-repeat;
	width:810px;
	height:78px;
}

.header {
	padding-top:20px;
	padding-left:30px;
}

#product_main {
	background-image:url(/templates/main/images/product_bg.jpg);
	background-repeat:repeat-y;
	width:750px;
	min-height:250px;
  	height:auto !important;
  	height:250px;
	padding-left:30px;
	padding-top:40px;
	padding-right:30px;
	padding-bottom:40px;
	text-align:left;
}

#product_main p {

}

#product_footer {
	background-image:url(/templates/main/images/product_footer.jpg);
	background-repeat:no-repeat;
	width:810px;
	height:26px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align:left;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

a.home {
	background-image:url(/templates/main/images/home_btn.jpg);
	width:108px;
	height:48px;
	display:block;
	position:relative;
	top:75px;
	left:325px;
	float:left;
}

a.home:hover {
	background-image:url(/templates/main/images/home_btn_r.jpg);
}

#home.selected {
	background-image:url(/templates/main/images/home_btn_r.jpg);
	width:108px;
	height:48px;
	display:block;
	position:relative;
	top:75px;
	left:325px;
	float:left;
}

a.about {
	background-image:url(/templates/main/images/about_btn.jpg);
	width:129px;
	height:48px;
	display:block;
	position:relative;
	top:75px;
	left:345px;
	float:left;
}

a.about:hover {
	background-image:url(/templates/main/images/about_btn_r.jpg);
}

#about.selected {
	background-image:url(/templates/main/images/about_btn_r.jpg);
	width:129px;
	height:48px;
	display:block;
	position:relative;
	top:75px;
	left:345px;
	float:left;
}

a.contact {
	background-image:url(/templates/main/images/contact_btn.jpg);
	width:135px;
	height:48px;
	display:block;
	position:relative;
	top:75px;
	left:365px;
	float:left;
}

a.contact:hover {
	background-image:url(/templates/main/images/contact_btn_r.jpg);
}

#contact.selected {
	background-image:url(/templates/main/images/contact_btn_r.jpg);
	width:135px;
	height:48px;
	display:block;
	position:relative;
	top:75px;
	left:365px;
	float:left;
}

#shoes {
	position:relative;
	top:40px;
	left:27px;
	display:inline;
}

#shoes_new {
	position:relative;
	top:55px;
	left:43px;
	display:inline;
}

#frames {
	position:relative;
	top:45px;
	left:59px;
	display:inline;
}

#plate {
	position:relative;
	top:40px;
	left:75px;
	display:inline;
}

#birthplates {
	position:relative;
	top:98px;
	left:27px;
	display:block;
	width:150px;
	float:left;
}

#glassplate {
	position:relative;
	top:115px;
	left:71px;
	_left:46px;
	display:block;
	width:150px;
	float:left;
}

#description {
	height:130px;
	width:190px;
	position:relative;
	top:90px;
	left:110px;
	_left:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#681A32;
	padding:20px;
	display:block;
	float:left;
}

#productleft {
	width:410px;
	float:left;
}

#productimage1 {
	height:160px;
	width:200px;
	background-color:#EDD1E0;
	float:left;
}

#productimage2 {
	height:160px;
	width:200px;
	background-color:#EDD1E0;
	float:right;
}

#productdesc {
	width:390px;
	background-color:#EDD1E0;
/*	height:120px;*/
	padding:10px;
}

#icons {
	width:728px;
	height:70px;
	background-color:#EDD1E0;
	padding-left:12px;
	padding-right:10px;
	padding-bottom:5px;
}
.icon {
	width:72px;
	height:70px;
	background-color::#EDD1E0;
	float:left;
}

.remove {
	cursor:pointer;
	background-color:#666666;
	border:1px solid black;
	color:#FFFFFF;
	padding:3px;
	margin:0px;
	line-height:22px;
}
.edit {
	cursor:pointer;
	background-color:#666666;
	border:1px solid black;
	color:#FFFFFF;
	padding:3px;
	margin:0px;
	line-height:22px;
	width:50px;
	text-decoration:none;
}

.viewcart {
	cursor:pointer;
	background-color:#681A32;
	color:#FFFFFF;
	padding:3px;
	text-decoration:none;
}


