/* ---( BASE Styles )------------------------------------ */

	body {
	background-color: #e6c679;
	margin: 0;
	padding: 0;
	background-image: url(images/bg-01.jpg);
	}

	td, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;
	font-size: 12px;
	font-weight: bold;
	}
	

/* ---( TEXT Styles )------------------------------------ */

	
	.white-01 {
	color: #FFFFFF;
	}
	
	.white-02 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	.pink-01 {
	color: #cc00cc;
	font-size: 16px;
	}
	
	.pink-02 {
	color: #cc00cc;
	}
	
	.yellow-01 {
	color: #e6c679;
	}
	

/* ---( LAYOUT Styles )------------------------------------ */
	
	
	.center-01{
	background-image: url(images/center-01.jpg);
	background-repeat: no-repeat;
	}
	
	.right-01{
	background-image: url(images/right-01.jpg);
	background-repeat: no-repeat;
	}

	.right-02{
	background-image: url(images/right-02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
	.box-a{
	background-image: url(images/box-a-02.jpg);
	background-repeat: no-repeat;
	height: 148px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #000000;
	}
	
	.box-b{
	background-image: url(images/box-b-02.jpg);
	background-repeat: no-repeat;
	height: 141px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #000000;
	}
	
	.box-c{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cba468;
	border-bottom-color: #cba468;
	}
	
	.contact-bg{
	background-image: url(images/contact-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}
	
	.size-bg{
	background-image: url(images/size-bg.jpg);
	background-repeat: repeat-y;
	}
	
	.a-left-bg{
	background-image: url(images/a-left-bg.jpg);
	background-repeat: repeat-y;
	}
	
	.a-right-bg{
	background-image: url(images/a-right-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}
	
	.a-center{
	background-color: #eedfa6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a65d2f;
	border-bottom-color: #a65d2f;
	}
	
	.b-left-bg{
	background-image: url(images/b-left-bg.jpg);
	background-repeat: repeat-y;
	}
	
	.b-right-bg{
	background-image: url(images/b-right-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}
	
	.b-center{
	background-color: #eac78b;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a65d2f;
	border-bottom-color: #a65d2f;
	}
	
	.c-left-bg{
	background-image: url(images/c-left-bg.jpg);
	background-repeat: repeat-y;
	}
	
	.c-right-bg{
	background-image: url(images/c-right-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}
	
	.c-center{
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a65d2f;
	border-bottom-color: #a65d2f;
	}
	
	.nav-a{
	padding-left: 20px;
	}
	
	.stroke-01{
	border: 1px solid #FFFFFF;
	margin-bottom: 8px;
	}
	
	.stroke-02{
	border: 2px solid #118fca;
	}
	
	input.btn{
   	color:#FFFFFF;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:11px;
   	font-weight:bold;
   	background-color:#5d1c00;
   	border:1px solid #FFFFFF;
	}
	
	input.btnhov{
	color:#ffffff;
   	background-color:#240B00;
	}
	
/* ---( LINK Styles )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #cc00cc;
	}
	
	a:hover {
	color: #880088;
	text-decoration: none;
	}
	
	a.link-01:link, a.link-01:active, a.link-01:visited {
	color: #e0c176;
	text-decoration: none;
	}
	
	a.link-01:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
	a.link-02:link, a.link-02:active, a.link-02:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	a.link-02:hover {
	color: #063044;
	text-decoration: none;
	}
	
	a.link-03:link, a.link-03:active, a.link-03:visited {
	color: #e6c679;
	text-decoration: none;
	}
	
	a.link-03:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
	a.link-04:link, a.link-04:active, a.link-04:visited {
	color: #EEDDB7;
	text-decoration: none;
	}
	
	a.link-04:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
