/* TITLE: The Cane Factory */
/* PUBLISHER: Deelicious Web Design */
/* DESCRIPTION: Main stylesheet */


/*---- TAGS ----------------------------------------------------------*/

/*body {
	background-color: #996633;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #996633;
    margin-top: 0px;
}

a:link {
	color: #475F49;
	text-decoration:none;
}

a:visited {
	color: #659075;
	text-decoration: none;
}
a:hover {
	color: #000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996633;
	font-size: 30px;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 3px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0;
}

/*---- DIVS ----------------------------------------------------------*/

#footer {
	background-image: url(../images/footer.jpg);
	height: 60px;
	background-repeat: no-repeat;
}
#header {
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	height: 145px;
}
#main {
	background-image: url(../images/bk.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	height:100%;
}

#nav ul {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 120px;
	padding-left: 13px;
	margin: 0px;
}
#nav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96AAD7;
	padding-right: 8px;
	padding-left: 8px;
}
#nav a {
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: bold;
}
#nav a:link {
	color: #659075;
}
#nav a:visited {
	color: #659075;
}
#nav a:hover {
	color: #333534;
}
#sideL {
	float: left;
	width: 550px;
	padding: 10px 15px;
}
#sideR {
	float: right;
	width: 97px;
	padding: 0px 10px;
}
#wrapper {
	margin: auto;
	width: 697px;
}

/*---- CLASSES ----------------------------------------------------------*/

.clear{
	clear: both;
}
.dotLine{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #313032;
}
.sideL {
	width:295px;
	float: left;
}
.sideR {
	width:250px;
	float: right;
	padding-top: 10px;
}
