/* Style Sheet for Stick on Flip On Flip Flops */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#D6C363;
	font:16px Arial, sans-serif;
	color:#ccffcc;
	text-align:left;
}
a {
	color:#ffffff;
	text-decoration:none;
	}
a:hover {
text-decoration:underline;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

#wrapper {
	width:758px;
	margin:0 auto;
	background-color:#6ECB14;
	}
#header {
	height:124px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	}
#sidebar {
	float:left;
	text-align:left;
	width:150px;
	padding:10px;
	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#666666;
	}
#content {
	margin-left:35px;
	margin-right: 10px;
	}
	#designcontent {
	margin-left:35px;
	margin-right: 10px;
	}
	#designcontent p{
    line-height:1.2em;
	margin-bottom:5px;
	}
#footer {
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	height: 46px;
	}
	#bottomslinks {
	background-color: #D6C363;
	width: 758px;
	margin:0 auto;
	}
	#bottomslinks a{
	color: #888888;
	font-size: 12px;
	}
	#bottomslinks a:hover{
	color: #FFFFFF;
	text-decoration:none;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.1em;
	padding-bottom:0;
	color: #009900;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:1.5em;
	}
	
	table#menu {
	margin-top: 65px;
	}
	#pricetext {
	font-weight:bold;
	color: #DC5C07;
	}