/********** TUSKPROOF.COM.AU CSS **********/

/********** NORMAL **********/
body {
	background-color: #C7B299;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #603811;
}
h1, h2, p, blockquote {
	margin: 0px 0px 10px;
	padding: 0px;

}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	color: #352E2C;

}
h1 {
	font-size: 24px;

}
h2 {
	font-size: 18px;
	color: #58524C;
}
p {

}
a:link, a:active, a:visited {
	color: #191814;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.content a {
	background-repeat: no-repeat;
	background-position: right center;
/*	padding-right: 12px; */
}
a img {
	border: none !important;
}
blockquote {
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #DAD8C2;
	color: #352E2C;
	font-size: 16px;
	background-color: #E2E0C5;
	background-image: url(../media/images/decor/blockquote_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/********** CLASSES **********/

/*** CONTAINER ***/
.container {
	background-image: url(../media/images/decor/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 780px;
	margin-right: auto;
	margin-left: auto;

}
/*** HEADER ***/
.header {
	background-image: url(../media/images/decor/header_bg.gif);
	height: 110px;

}
/*** MAINWRAP ***/
.mainwrap {


}
/*** NAV ***/
.nav {
	float: left;
	width: 220px;
	text-align: center;

}
.nav ul, .nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.nav a {
	display: block;
	width: 220px;
}
a.history {
	background: url('/media/images/decor/nav/history.gif');
	height: 50px;
}
a.breastplates {
	background: url('/media/images/decor/nav/breastplates.gif');
	height: 55px;
}
a.accessories {
	background: url('/media/images/decor/nav/accessories.gif');
	height: 45px;
}
a.dvd {
	background-image: url('/media/images/decor/nav/preview_dvd.gif');
	height: 50px;
}
a.advertising {
	background-image: url('/media/images/decor/nav/advertising.gif');
	height: 50px;
}
a.catahoulas {
	background-image: url('/media/images/decor/nav/catahoulas.gif');
	height: 50px;
}
a.photogallery {
	background: url(/media/images/decor/nav/photogallery.gif) no-repeat;
	height: 50px;
}
a.vipmembers {
	background: url(/media/images/decor/nav/vipmembers.gif) no-repeat;
	height: 50px;
}
a.newproducts {
	background: url(/media/images/decor/nav/newproducts.gif) no-repeat;
	height: 50px;
}
a.contact {
	background: url(/media/images/decor/nav/contact.gif) no-repeat;
	height: 55px;
}
a.training {
	background: url(/media/images/decor/nav/training.gif) no-repeat;
	height: 50px;
}
a.tracking {
	background: url(/media/images/decor/nav/tracking.gif) no-repeat;
	height: 50px;
}
/*** CONTENT ***/
.content {
	width: 520px;
	float: left;
	margin-left: 10px;

}
.content img {
	margin-bottom: 5px;
	margin-left: 5px;

}
/*** FEATUREINFOWRAP ***/
.featureinfowrap {
	clear: both;

}
/*** INFO ***/
.info {
	background-image: url(../media/images/decor/info_bg.gif);
	height: 280px;
	width: 320px;
	float: left;

}
/*** FEATURE ***/
.feature {
	height: 280px;
	width: 460px;
	float: left;

}
/*** FOOTER ***/
.footer {
	background-image: url(../media/images/decor/footer_bg.gif);
	height: 50px;
	clear: both;

}
/********** EXTRAS **********/

/*** FORMWRAP ***/
.field {
	border: 1px solid #DAD8C2;
	background-color: #F7F7F0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #603811;

}
.button {
	border: 1px solid #E6E4CC;
	background-color: #F7F7F0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #603811;

}
.center {
	text-align: center;

}

input.button {
	width: 80px;
	padding: 2px;
	border: 1px solid #C4C2AB;

}
.caption {
	font-size: 11px;
}
