/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
Green: #47AA42
Blue: #01529C
Lt. Blue: #CFDFEC
Text: #2F2F2F
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

html {
	background: transparent url(../images/woodBG.jpg) left top repeat;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2F2F2F;
	line-height: 1.4em;	
	background: transparent url(../images/paper.gif) center top no-repeat;
	text-align: center;
	overflow-x: hidden;
}

a {
	color: #F731A5;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover, a:visited :hover {
	color: #2F2F2F;
}

form {
	margin-bottom: 20px;
}

h1{
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 75px;
}

h2{
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	margin: 15px 5px 0 85px;
}

h3{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 15px 5px 0 85px;
}

p {
	margin: 0 100px 25px;
}

ul  {
	margin: 0 0 15px 125px;
}


small {
	font-style: italic;
	font-size: 11px;
	margin-left: 20px;
	line-height: 1.35em;
	color: #999;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 700px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding-top: 200px;
	background: #FFF;
	overflow: visible;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 180px;
	padding-top: 5px;
	background: transparent url(../images/tea.gif) right top no-repeat;
	z-index: 10;
}

#menu {
	position: absolute;
	top: 150px;
	left: -87px;
}

#mainContent {
	width: 700px;
	min-height:350px;
	height:auto !important;
	height:350px;
	margin: 0 auto 0;
	padding-top: 10px;
}

#note {
	position: absolute;
	top: 61px;
	left: 630px;
	z-index: 8;
}

#phone {
	position: absolute;
	top: 330px;
	left: -137px;
	z-index: 15;
}

#copyright{
	width: 700px;
	height: 150px;
	background: url(../images/inkSpots.gif) center bottom no-repeat;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#sig {
	margin: 25px 0 15px 450px;
	background: transparent url(../images/rrSig.gif) left bottom no-repeat;
	padding: 0 65px 40px 0;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#banner img {
	margin: 35px 0 0 0;
}

#copyright p {
	padding: 125px 0 0 25px;
	font-size: 11px;
}

#mainContent p {
	padding: 0 0 0 23px;
	margin: 5px 100px 15px 80px;
	background: transparent url(../images/paramark.gif) top left no-repeat;
}

#mainContent #sig p {
	padding: 0;
	margin: 0;
	background: none;
}

#menu ul {
	list-style: none;
	margin: 10px 0 0 10px;
}

#menu li {
	width: 170px;
	padding: 10px 40px 8px 7px;
	
}

#menu li a { 
	padding: 10px 40px 15px 7px;
	width: 70px;
	text-decoration:none;
	font-size: 15px;
	font-weight: normal;
	background: url(../images/menuOff.gif) center left no-repeat;
	color: #FFF;
}

#menu li a:hover,
#home #menu li.home a,
#about #menu li.about a,
#samples #menu li.samples a,
#contact #menu li.contact a {
	background: url(../images/menuPointer.gif) center left no-repeat;
	width: 170px;
	padding-right: 100px;
}



/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.fRight {
	float: right;
	margin: 0 0 5px 10px;
}
