/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html {margin:0;
padding:0;
background-color:#cf7263;}

body {
	background-color:#cabdae;	
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 15px; /* Always apply padding if you apply margins */
	text-align: left; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:740px;
	margin:auto;
	line-height:17px;
	color:#666;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

/* Redefines the p tag */
p { text-indent:13px;}

h1 { font-size:17px;
font-weight:bold;
color: #69c;
margin-bottom:-10px;}

li {font-weight:bold;}

#list {margin-top:-15px;
margin-bottom:40px;}

#products li {display:inline;
text-align:center;}

#products {text-align:left;
font-size:12px;}

h2 {
}
address {
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link { color:#f60;}

a:visited { color:#000;
font-style:italic;}
a:hover {color:#fff;}
a:active {
}

ul {list-style: square outside none;}

li {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container { background-color:#fff;}

div#header {
}
div#content { padding:10px;
height:630px;}

div#footer {clear: both;}

div#copyright {font-size: 10px;
text-align:center;
color:#ccc;
background-color:#627587;}

/* ----------------- IMAGE ELEMENTS ----------------- */
#img1 { margin-top:-210px;
margin-left:338px;}

#img { float:right;
margin-top:-140px;
padding-left:10px;}

img.left {
	float: left;
}
img.right {
	float: right;
	padding-left:10px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
