@charset "utf-8";
/* CSS Document */

html {
	min-height: 101%;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #830101; /*red*/
	background-color: white;
	font-size:12px;
	padding: 0px;
	margin:0 0 0 0;
	}

h1 {
	display:none;
	}
	
h2 {
	font-family:Verdana;
	color: #607c1b; /*green*/
	background-color: transparent;
	font-size:16px;
	font-weight:bold;
	padding: 0;
	margin:0;
}

h3 {
	padding:6px 0 2px 0;
	margin:0;
}

h4 {
	font-size:12px;
	color: #607c1b; /*green*/
	font-weight:600;
	padding:2px 0 10px 0;
	margin:0;
}
	
p	{
	margin: 1px 0 3px 0;
	padding: 2px 0 5px 0;
	}

a:link {
	color:#607c1b; /*green*/
	background-color:transparent;
	text-decoration:none;
	}

a:visited {
	color:#607c1b;/*green*/
	background-color:transparent;
	text-decoration:none;
	}

a:hover {
	color: #830101; /*red*/
	background-color:transparent;
	text-decoration:underline;
	}

a:active {
	color: #830101; /*red*/
	background-color:transparent;
	text-decoration:underline;
	}
	
ul {
	padding:0;
	margin:0
}

#page {
	background: url(../images/page_body.jpg) repeat-y top;
	border: none;
	background-color: transparent;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 760px;

	}

#header {
	background: url(../images/page_head.jpg) no-repeat bottom center;
	background-color: transparent;
	height: 246px;
	width: 760px;
	padding: 0;
	margin: 0 !important;
	margin: 0 0 0 9px;
}

#phone{
	background-color:transparent;
	width:340px;
	height:40px;
	text-align:right;
	margin:-191px 75px 0 362px;
	padding:0;
}

/* Start Navigation */


/* Top menu*/
#top-menu {
	font-size:16px;
	padding:0;
	margin:85px 0 0 210px;
	width:550px;
	font-weight:bold;
	color:#e3a55c; /*orange*/
	line-height:16px;
}

#top-menu li img{
	padding:0 18px;
}

/* This styles the current page top menu item */
#top-menu li {
	display: inline;
	list-style-type: none;
	padding:0;
}

/* This styles all menu items except the current page top menu item */
#top-menu a {
	display: inline;
	list-style-type: none;
	padding:0;
}

/* Second menu*/
#second-menu {
	margin:65px 0 0 160px;
	width:560px;
	font-size:12px;
	font-weight:bold;
	color:#e3a55c; /*orange*/
	line-height:12px;
}

/* This styles the current page second menu item */
#second-menu li {
	display: inline;
	list-style-type: none;
	padding: 0;
}

#second-menu li img{
	padding:0 10px;
}

/* This styles all menu items except the current page second menu item */
#second-menu a {
	display: inline;
	list-style-type: none;
	padding: 0;
}

/* Start footer menu*/
#footer-menu {
	margin:0;
	font-size:12px;
	font-weight:normal;
	color:#e3a55c; /*orange*/
}

#footer-menu li img{
	padding:0 5px;
}

/* This styles the current page footer menu item */
#footer-menu li {
	display: inline;
	list-style-type: none;
	padding: 0;

}

/* This styles all menu items except the current page footer menu item */
#footer-menu a {
	display: inline;
	list-style-type: none;
	padding: 0;
}

/* End Navigation */

#footer {
	padding: 0;
	width: 760px;
	height:145px;
	clear: both;
	background: url(../images/page_foot.jpg) 	no-repeat bottom; 
	border: none;
	color: #666666;
	font-size:12px;
	font-weight:normal;
	margin: 0 !important;
	margin: 0 0 0 9px;
}

#footer-content {
	margin:0;
	padding:10px 10px 15px 10px;
	text-align:center;

	}

#footer a:link {
	color:#666666;
	background-color:transparent;
	text-decoration:none;
	}

#footer a:visited {
	color:#666666;
	background-color:transparent;
	text-decoration:none;
	}

#footer a:hover {
	color:#666666;
	background-color:transparent;
	text-decoration:underline;
	}

#cart {
	padding:0;
	margin:-70px 0 0 662px;
	width:40px;
}


/*#content{
	padding: 10px 0 0 60px;
	margin: 20px 0 0 10px;
	width: 640px;
}*/

#content{
	padding: 10px 10px 0px 10px;
	margin: 20px 80px 0px 80px;
	width: 580px;
}

#content li {
	list-style-type:none;
	background: transparent url(../images/star.gif) no-repeat top left;
	padding: 5px 60px 9px 60px;
	margin:2px 15px 15px 15px;
}

.float-right img {
	float:right;
	padding:0 5px 0 0;
}
	
.caption {
	color:#666666;
	font-size:10px;
	margin: 2px 0 0 0px;
}

a img {
	border: none;
	}

img {
	border: none;
	}
	
.backtotop {
	text-align:right;
	padding:5px;
}
td {
	text-align:center;
}

.special-link a:link {
	color: #830101; /*red*/
	background-color:transparent;
	text-decoration:none;
	}

.special-link a:visited {
	color: #830101; /*red*/
	background-color:transparent;
	text-decoration:none;
	}

.special-link a:hover {
	color:#607c1b;/*green*/
	background-color:transparent;
	text-decoration:underline;
	}

.special-link a:active {
	color:#607c1b;/*green*/
	background-color:transparent;
	text-decoration:underline;
	}


