/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	
	Built: 2010-04-07 (YYYY-MM-DD)
	
	Last Edit: 2010-05-25 (YYYY-MM-DD)
	
	URI: countrynaturalbeef.com
---------------------------------------*/

/* @group Body and resets */

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

body {
	margin: 0;
	padding: 0;
}

body, p {
	margin-top: 0;
}

a {
	color: #7e2f00;
}

a img{
    border: 0;

}

a:hover {
	color: #41636f;
}

a:visited {
	color: #41636f;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
}

p {
	margin-bottom: 8px;
}

hr {
	border-bottom-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-top: 2px dashed #fff;
}

html, body {
	height: 100%;
	background-image: url(../images/background.gif);
	background-color: #e6bd6d;
}

body > #container {
	height: auto;
	min-height: 100%;
}


#container {
	margin: auto;
	background: url(../images/container_bg.gif) repeat-y;
	width: 962px;
	overflow: auto;

}

/* @end */
.error{
    font-size: large;
    color: red;

}

/* @group Header */

#header {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 159px;
}

#header a {
	display: block;
	height: 156px;
	margin: 0 auto;
	text-decoration: none;
}

#header a h1 {
	visibility: hidden;
}

/* @end */

/* @group Main Navigation */

#nav {
	background: #472917 url(../images/nav_bg.gif) repeat-x center;
	margin: auto;
	width: 960px;
	height: 46px;
	font-size: 16;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#nav ul {
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
	text-align: center;
	letter-spacing: 0;
}

#nav ul li {
	display: inline;
	padding: 0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	background: url(../images/hover_bg.gif) 0 bottom;
	padding: 4px 8px;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #add1e4;
	background: url(../images/hover_bg.gif) 0 top;
	
}

/* @end */

/* @group Content box */

#content {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 6px;
	min-height: 200px;
	margin: auto auto 190px;
	background-repeat: no-repeat;
	width: 921px;
}

#content td{
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;}

#content ol{
	list-style-type: decimal;
	overflow: hidden;
}

#content ol li{
	margin-bottom: 11px;
}

#content ul{
	overflow: hidden;	
}

#content h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 8px;
}

#content img {
	padding: 1px;
	background-color: #5a381d;
	margin: 3px;
	border: 1px solid #5a381d;
}

#content img.noBorder {
	padding: 0;
	background-color: transparent;
	margin: 0;
	border-style: none;
	border-width: 1px;
}

#content ul {
	list-style-type: disc;
}

login_form {
	position:absolute;
	top:227px;
	left:262px;
	width:175px;
	padding:10px;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}

login_legend {
    font-size: .8em;
    font-variant: small-caps;
    color: #3F6072;
}

login_form h2 {
    font: .75em Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: .25em;
    color: #3F6072;
    }

.lbl {
    width: 48%;
    float: left;
    text-align: right;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    color: #3F6072;
    }

.npt {
    width: 48%;
    float: right;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    color: #3F6072;
    }

.npt input {
    width: 8em;
    color: #3F6072;
    }

br {
    clear: both;
    }

.clearing {
    font-size: 0;
    clear: both;
    }

/* @end */

#contactmenu {
	position:absolute;
	top:760px;
	left:575px;
	width:172px;
	padding:10px;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#contactmenu {width:150px;}

.column_wide{
	display: block;
	width: 30%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.column_narrow{
	display: block;
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}

/* @group Feature Box */

.feature_box_lt {
	display: block;
	width: 454px;
	padding-top: 8px;
}

.feature_box_lt th {
	color: #fff;
	background: url(../images/feat_handle.gif) no-repeat;
	font-size: 16px;
}

.feature_box_lt table{
	width: 100%;
}

.feature_box_lt td {
	color: #000;
	background-color: #f2dbaf;
	padding: 4px;
}

.feature_box_lt hr {
	border-top: 2px solid #e6bd6b;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
}

.feature_box_lt_cal {
	display: block;
	width: 336px;
	padding-top: 8px;
}

.feature_box_lt_cal th {
	color: #fff;
	background: url(../images/feat_handle_cal.gif) no-repeat;
	font-size: 16px;
}

.feature_box_lt_cal table{
	width: 100%;
}

.feature_box_lt_cal td {
	color: #000;
	background-color: #f2dbaf;
	padding: 4px;
}

.feature_box_lt_cal hr {
	border-top: 2px solid #e6bd6b;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
}

.feature_box_lt_cal_small {
	display: block;
	width: 176px;
	padding-top: 8px;
}

.feature_box_lt_cal_small th {
	color: #fff;
	background: url(../images/feat_handle_cal_small.gif) no-repeat;
	font-size: 16px;
}

.feature_box_lt_cal_small table{
	width: 100%;
}

.feature_box_lt_cal_small td {
	color: #000;
	background-color: #f2dbaf;
	padding: 4px;
}

.feature_box_lt_cal_small hr {
	border-top: 2px solid #e6bd6b;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
}

.feature_box_lt_cal_lrg {
	display: block;
	width: 251px;
	padding-top: 8px;
}

.feature_box_lt_cal_lrg th {
	color: #fff;
	background: url(../images/feat_handle_cal_lrg.gif) no-repeat;
	font-size: 16px;
}

.feature_box_lt_cal_lrg table{
	width: 200%;
}

.feature_box_lt_cal_lrg td {
	color: #000;
	background-color: #f2dbaf;
	padding: 4px;
}

.feature_box_lt_cal_lrg hr {
	border-top: 2px solid #e6bd6b;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
}

.feature_box_dk {
	display: block;
	width: 454px;
	padding-top: 8px;
}

.feature_box_dk th {
	color: #fff;
	font-size: 16px;
	background: url(../images/feat_handle.gif) no-repeat;
}

.feature_box_dk td {
	color: #000;
	padding: 8px;
	background-color: #472817;
}


/* @end */

/* @group Link Box */

.linkbox {
	width: 197px;
	float: left;
	font-size: 14px;
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 6px;
	display: block;
}

.linkbox_top{
	background: url(../images/linkbox_top.png) no-repeat;
	height: 12px;
}

.linkbox_mid{
	background-color: #472917;
	color: #fff;
	padding: 0 0 1px;
	font-size: 17px;
	text-align: center;
}

.linkbox ul {
	padding: 0;
	list-style-type: none;
	border-top: 2px dashed #9d7426;
	text-align: left;
	margin: 0;
}

.linkbox li {
	list-style-type: none;
	border-bottom: 2px dashed #9d7426;
}

.linkbox li a {
	display: block;
	text-decoration: none;
	color: #f2dbaf;
	padding: 5px 18px 5px 8px;
	list-style-type: none;
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 14px;
}

.linkbox li a:hover {
	color: #fff;
	background: #416273 no-repeat right -43px;
	font-size: 14px;
}

.linkbox_bottom{
	background: url(../images/linkbox_bottom.png) no-repeat;
	height: 12px;
}
/* @end */
/* @group Quote box*/
.quote{
	width: 333px;
	margin: 4px;
	background: url(../images/quotebox_mid.jpg) repeat-y;
	font: italic 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3e6278;
	text-align: center;
}

.qtop{
	background: url(../images/quotebox_top.jpg) no-repeat;
	height: 52px;
}

.qmid{
	padding-right: 49px;
	padding-left: 45px;
	background-repeat: repeat-y;
	margin-bottom: -20px;
	margin-top: -24px;
	min-height: 45px;

}

.qend{
	background-image: url(../images/quotebox_end.jpg);
	height: 57px;
}

.quote p{
	margin: 0;
}

.qcap:first-letter{
	font-size: 25px;
	font-weight: bold;
}
/* @end */

/* @group Sticky Footer Parts */

#footer {
	position: relative;
	

/* negative value of footer height */
	height: 190px;
	clear: both;
	background: url(../images/footer_bg.png) no-repeat center;
	margin-top: -190px;
}

#foot_content {
	margin: auto;
	padding-top: 10px;
	width: 913px;
}

/*Opera Fix*/

body:before {
	

/* thanks to Maleika (Kohoutec)*/
content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
/* negate effect of float*/
}


/* @end */

/* @group Miscellaneous classes */
/* not supported by ie */
.roundcorner{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fullbox {
background: url(../images/fullbox_bg.jpg) repeat-y;
	padding: 10px;
}

.slideshow:hover{
	cursor: pointer; cursor: hand;
}

.poem {
	font-style: italic;
	font-size: 18px;
	font-family: Rockwell, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	height: 228px;
	padding-top: 43px;
	background-repeat: no-repeat;
}

.partners{
		background: url(../images/fullbox_bg.jpg) repeat-y;
	padding: 4px 10px 10px;
	text-align: center;
	font-size: 18px;
}

.pagetitle {
	color: #623f27;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.left {
	float: left;

}

.right {
	float: right;
}

.clear {
	clear: both;
}

.q_a{
	color: #623f27;
	font: bold 30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-right: 6px;
}

.sidebar{
	background-color: #472917;
	color: #fff;
	padding: 8px;
	width: 333px;
}

.sidebar img {
	border: 6px solid #000 !important;
	padding: 0px !important;

}

.dropcap{
	font-weight: bold;
	font-size: 20px;
	color: #472917;
}

.caption{
	font-style: italic; 
	text-align: center; 
	color: #472917; 
}

.grad_btn{
		
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	margin: auto;
}
.grad_btn a{
	/* for non-css3 browsers */
	background: #472917; 
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794226', endColorstr='#1C0F08');
	/* for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#794226), to(#1C0F08));
	/* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #794226,  #1C0F08);
	
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	display: block;
	border-top: 2px solid #ac5d35;
	border-right: 2px solid #4e2b18;
	border-left: 2px solid #4e2b18;
	border-bottom: 2px solid #060301;
	padding: 4px;
}
.grad_btn a:hover{
	/* for non-css3 browsers */
	background: #573420; 
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C0F08', endColorstr='#794226');
	/* for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#1C0F08), to(#794226));
	/* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #1C0F08,  #794226);
	
	border-top: 2px solid #060301;
	border-bottom: 2px solid #ac5d35;
	border-right: 2px solid #4e2b18;
	border-left: 2px solid #4e2b18;
	color: #add1e4;
}

/* @end */

#table_manage{
	border-color: #600;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
#table_manage td{
	border-color: #600;
	border-width: 1px 1px 0 0;
	border-style: solid;
	font-family: sans-serif;
	font-size: 9px;
	text-align: left;
}
#table_manage th{
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #472917;
	text-align: center;
}
.inputClass{
	font-family: sans-serif;
	font-size: 10px;
}

