﻿ @charset "utf-8";
/* CSS Document */

a:link {
	color:#000000;
	text-decoration:none;
}     /* unvisited link */
a:visited {
	color: #000000;
	text-decoration:none;
}  /* visited link */
a:hover {
	color: #999999;
	text-decoration:none;
}   /* mouse over link */
a:active {
	color: #000000;
	text-decoration:none;
}   /* selected link */
* html #content {
	position:relative;
	right:0px
}
/*body dimensions*/


.linkcolor {
	color:#000000;
	text-decoration:none;
}
.linkcolor2 {
	color:#004100;
	text-decoration:none;
}
body {
	margin: 0px auto 0px auto;
	background-image:url('images/bg.jpg');
	background-color:#ebecd9;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	font-smooth :Smooth;
}
#header {
	background-image:url('images/logo.jpg');
	height:176px;
	width:847px;
	position:relative;
}
#header2 {
	background-image:url('images/logo2.jpg');
	height:250px;
	width:847px;
	position:relative;
}
#header_about {
	background-image:url('images/logo_about.jpg');
	height:176px;
	width:847px;
	position:relative;
}
#header_discover {
	background-image:url('images/logo_discover.jpg');
	height:176px;
	width:847px;
	position:relative;
}
#about_bg {
	background-image:url('images/argyle_about.jpg');
	height:396px;
	width:847px;
}
#wrapper {
	overflow:hidden;
	width:847px;
	height:800px;
	margin: 0px auto 0px auto;
	text-align:left;
}
div#slides {
	width: 684px;
	height: 396px;
	overflow: hidden;
}
div#slides div {
	height: 280px;
	width: 500px;
	font-size: 100px;
	line-height: 200px;
	text-align: center;
	color: #fff;
}
#shdw {
	background-image:url('images/shdw.jpg');
	width:847px;
	height:740px;
	margin: 0px auto 0px auto;
	text-align:left;
}
#left_content {
	padding-top:20px;
	padding-left:77px;
	width:440px;
	height:200px;
	float:left;/*text-align:justify;*/
}
#right_content {
	padding-top:20px;
	padding-right:30px;
	height:200px;
	width:300px;
	float:right;
}
#left {
	padding-left:77px
}
#nav {
	padding-left:77px;
	padding-top:125px;
	font-family:Arial, Helvetica, sans-serif;
	color:#042e03;
	font-weight:bold;
	font-size:11px;
	width:700px;
}
#about_window {
	padding-left:450px;
	padding-top:100px;
	padding-right:40px;
}
#twitterbox {
	float:right;
	width:300px;
	background-image:url('images/line.jpg');
	background-repeat:repeat-y;
	background-position:left;
}
.clear {
	clear: both;
}
.smalllink {
	color:#5e9732;
	font-size:11px;
}
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/*footer content*/


/*fonts content*/


.cart {
	width: 684px;
	border-collapse: collapse;
}
.cart th {
	font-size: 14px;
	background-color: #79A12E;
	color: white;
}
.cart a {
	font-size: 12px;
}
.button {
	background-image:url('images/btn_green_bg.jpg');
	border: none;
	font-weight: bold;
	height: 33px;
	width: 145px;
}
.footer td {
	font-weight: bold;
	color: #241E20;
}
#footer_bottom {
	background-image:url('images/shdw_bottom.jpg');
	height:23px;
	width:847px;
	margin-top:0px;
	
}
