/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #000000; }
body { background: url(../images/bg.jpg) repeat-x top #b8b894; font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 1.125em;
}
ul { }
p { margin-bottom: 1.3em; font-size: 1em;  line-height: 1.65em; }
strong { font-weight: bold; color: #890101;}
h1 { font-size: 1.500em; margin-top: 4px; color: #E31937; line-height: 1em; }
h2 { font-size: 1.167em; margin-top: 4px; color: #890101; line-height: 1em; }
h3 { font-size: 1em; margin-top: 4px; color: #E31937; line-height: 1em; }
a:link { text-decoration: none; color: #890101; }
a:active { text-decoration: none; color: #890101; }
a:visited { text-decoration: none; color: #890101; }
a:hover { text-decoration: underline; color: #890101; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
.border { border: 3px solid #b8b894; }
.redborder { border: 3px solid #890101; }
.redbox { border: 3px solid #b8b894; background: #890101; color: #ffffff; padding: 10px; font-weight: bold;  }
.submit { border: 3px solid #b8b894; background: #890101; color: #ffffff; padding: 0 5px 0 5px; font-size: .834em; cursor:pointer !important;  }
.small { font-size:0.834em; }
.requiredfield { color: #890101; font-weight: bold; }
.bottommargin { margin: 0 0 20px -15px; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#outside_container {
	width: 940px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position:relative;
	border: 1px solid #4e4e4e;
}

#header {
	width:900px;
	height:125px;
	background:url(../images/headerbg.gif) repeat-x;
	position:relative;
	padding: 20px 20px 0 20px;
	margin: 0;
	font-size:.917em;
	text-align:right;
}

.logo {
	position:absolute;
	top:0;
	left:30px;
}

.nav {
	height:33px;
	margin: 0 0 0 0;
	float:right;
	font-size:1.084em !important;
	font-weight:bold;
	text-align:center;
	margin: 40px 0 0 0;
}

.nav ul { list-style:none; margin:0; padding:0; }
.nav li { display:inline; margin:0; padding:0;  }

.nav a:link {
	color:#ffffff;
	background:url(../images/navbg.gif) repeat-x 0 0;
	line-height:39px;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
}

.nav a:active {
	color:#ffffff;
	background:url(../images/navbg.gif) repeat-x 0 0;
	line-height:39px;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
}

.nav a:visited {
	color:#ffffff;
	background:url(../images/navbg.gif) repeat-x 0 0;
	line-height:39px;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
}

.nav a:hover {
	color:#ffffff;
	background:url(../images/navbg.gif) repeat-x 0 -39px;
	text-decoration:none;
}

.firstnav a:link { background: url(../images/firstnavbg.gif) no-repeat 0 0; }
.firstnav a:active { background: url(../images/firstnavbg.gif) no-repeat 0 0; }
.firstnav a:visited { background: url(../images/firstnavbg.gif) no-repeat 0 0; }
.firstnav a:hover { background: url(../images/firstnavbg.gif) no-repeat 0 -39px; }
.lastnav a:link { background: url(../images/lastnavbg.gif) no-repeat -92px 0; }
.lastnav a:active { background: url(../images/lastnavbg.gif) no-repeat -92px 0; }
.lastnav a:visited { background: url(../images/lastnavbg.gif) no-repeat -92px 0; }
.lastnav a:hover { background: url(../images/lastnavbg.gif) no-repeat -92px -39px; }

#banner {
	width:940px;
	height:369px;
	border-top:1px solid #4e4e4e;
	border-bottom:1px solid #4e4e4e;
	background:#ffffff;
	position:relative;
}

#content {
	width:900px;
	padding:20px;
	background:url(../images/contentbg.gif) repeat-x top #e6e6da;
	position: relative;
	min-height:250px;
	height:auto !important;
	height:250px;
	display: inline-block;
}

.column1 {
	float: left;
	border-right: 1px solid #4e4e4e;
	width: 250px;
	padding: 0 35px 20px 0;
	margin-right: 35px;
	font-size: .917em;
	min-height:210px;
	height:auto !important;
	height:210px;
}

.column2 {
	float: left;
	border-right: 1px solid #4e4e4e;
	width: 250px;
	padding: 0 35px 20px 0px;
	margin-right: 35px;
	font-size: .917em;
	min-height:210px;
	height:auto !important;
	height:210px;
}

.column3 {
	float: left;
	width: 255px;
	padding: 0 0 20px 0px;
	font-size: .917em;
	min-height:210px;
	height:auto !important;
	height:210px;
}

.column1 ul, .column2 ul, .column3 ul, .contentdiv ul {
	list-style: none;
	margin: 20px 0 0 0;
}

.column1 li, .column2 li, .column3 li, .contentdiv li {
	float: left;
	width: 124px;
}

.column1 p, .column2 p, .column3 p { padding-right: 10px; }
.column1 li img, .column2 li img, .column3 li img  .contentdiv li img { margin-left: 0px;}

.column1-int {
	float: left;
	width: 608px;
	margin: 0 30px 0 0;
	line-height: 17px;
}

.column1-int img {
	margin: 5px 25px 0 0;
}

.column2-int {
	float: left;
	width: 262px;
	font-size: .917em;
}

.column2-int img { margin: 0 0 20px 0; }

.gifts ul { list-style: none; bottom-margin: 1.3em; }
.gifts li { list-style: none; display: block; height: 60px; margin-left: 40px; }
.gifts form { padding-top: 13px; }
.gifts img { float: left; }

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position:relative;
	padding: 10px 20px 20px 20px;
	background:url(../images/footerbg.gif) no-repeat top;
	font-size:0.834em;
}

#footer a:link {
	color:#000000;
}

#footer a:active {
	color:#000000;
}

#footer a:visited {
	color:#000000;
}

/* Contact Form */

ol.contact {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

li.contact {
	text-transform: none;
	font-size: 1em;
	padding: 0;
	margin: 0 0 20px 0;
}

.contant label {
	margin: 0 0 10px 0 !important;
}

.contact input {
	width: 350px;
	display: block;
	margin: 8px 0 0 0 !important;

}

.contact textarea {
	width: 352px;
	display: block;
	margin: 8px 0 0 0 !important;
}

#submit {
	width: 100px;
}

a:hover.thickbox h2 { color: #000 !important; font-style: italic !important; }

/* END STRUCTURE */