/* @override http://ministuff.dev/css/styles.css */

*
{
	margin: 0;
	padding: 0;
}

hr
{
	visibility: hidden;
}

a
{
	text-decoration: none;
	color: #e61f1a;
	outline: 0;
}

a:hover
{
	color: #000;
}

li
{
	list-style-type: none;
}

body, input, textarea
{
	color: #5A5A5A;
	font: 10pt/13pt "trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

body
{
	background: #333 url(/gfx/body_pat1.gif);
}

h1, input#name
{
	font-size: 26pt;
	line-height: 24pt;
}

h1
{
	margin-bottom: 18px;
}

h2
{
	font-size: 18pt;
	line-height: 18pt;
	margin-bottom: 8px;
}

h1, h2, input#name
{
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
	font-weight: normal;
	font-style: normal;
}

p
{
	margin-bottom: 10px;
}

div#main
{
	position: relative;
	margin: 20px auto 48px;
	width: 815px;
}


img
{
	border: 0;
	
}

hr
{
	clear: both;
}

img.float_l
{
	float: left;
	margin-right: 20px;
}

/* @group HEADER */

div#header
{
	position: relative;
	top: 0;
	left: 0;
	height: 138px;
	background-image: url(/gfx/header.gif);
}	

div#blurb
{
	position: relative;
	left: 480px;
	width: 180px;
	top: 45px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

div#main_home div#blurb
{
	position: absolute;
	top: 30px;
	left: 465px;
}

/* @end */

/* @group HOME */

div#intro
{
	position: absolute;
	left: 30px;
	top: 270px;
	width: 240px;
	color: #FFF;
	padding: 20px;
	line-height: 16px;
}

div#main_home
{
	position: relative;
	margin: 20px auto 80px;
	width: 815px;
	left: 15px;
	top: 15px;
	height: 600px;
	background: url(/images/home_photo.jpg) no-repeat;
}

div#special
{
	position: absolute;
	top: 600px;
	width: 770px;
	line-height: 20px;
	height: 44px;
	left: 15px;
}

div#special h3
{
	color: #fff;
	font-size: 13pt;
}

div#flap_left
{
	width: 12px;
	height: 44px;
	background-image: url(/gfx/flap_left.gif);
	float: left;
}

div#flap_mid
{
	height: 44px;
	background-image: url(/gfx/flap_mid.gif);
	float: left;
}

div#flap_right
{
	width: 12px;
	height: 44px;
	background-image: url(/gfx/flap_right.gif);
	float: left;
}

div#home_footer
{
	text-indent: 10px;
	padding-top: 7px;
}


/* @end */

/* @group CONTENT */

div#content 
{	
	margin-left: 15px;
	color: #545454;
	width: 800px;
	background: #a0e464 url(/gfx/backgr-pat1.gif) repeat-y;
}

div#content_inner
{
	width: 760px;
	padding: 20px 20px 10px;
	background: url(/gfx/body_backgr.jpg) no-repeat;
}

div#footer
{
	padding: 20px;
	margin: -10px 0px;
	margin-left: 15px;
	width: 760px;
	height: 60px;
	background: url(/gfx/footer.gif) no-repeat;
	text-align: center;
}

div.specs_big
{
	width: 300px;
	padding-left: 20px;
	float: left;
	font-size: 15px;
	height: 323px;
	overflow: auto;
}

div.specs_big input, #name
{
	font-size: 15px;
	background-color: #ecffdc;
	width: 160px;
}

div.desc
{
	position: absolute;
	xwidth: 290px;
	left: 461px;
}

dl.specs_lst dt
{
	color: #52931c;
	float: left;
}

dl.specs_lst dd
{
	padding-left: 100px;
}

dl.specs_lst b, input#price
{
	color: #1d3806;	
}

div.specs_big dl
{
	margin-bottom: 15px;
}

div.specs_big dd
{
	padding-left: 140px;
}

div.specs_big textarea
{
	width: 100%;
	height: 160px;
	background-color: #ecffdc;
	font-size: inherit;
}

div.bottompic textarea, div.bottompic_r textarea
{
	width: 200px;
	height: 60px;
	background-color: #ecffdc;
	text-align: center;
}

input#name
{
	width: 580px;
}

a#next
{
	float: right;
}

div.btns
{
	text-align: right;
}

div#mainpic
{
	float: right;
	height: 323px;
}

div#bottompix
{
	text-align: center;
}

div.bottompic
{
	float: left;
}

/* @end */

/* @group menu -------------------------------*/

ul#menu
{
	position: absolute;
	top: 0px;
	right: 15px;
}

div#main_home ul#menu
{
	position: absolute;
	top: -15px;
	right: 30px;
}


ul#menu b
{
	visibility: hidden;
}

ul#menu li a
{
	display: block;
	width: 127px;
	height: 26px;
	background-position: 0px 0px;
	background: url(/gfx/menu1.gif);
}


ul#menu li#home a /*NORMAL*/{ height: 30px; }ul#menu li#for_sale a{ background-position: 0 -30px; }ul#menu li#parts a{ background-position: 0 -56px; }ul#menu li#repair a{ background-position: 0 -82px; }ul#menu li#contact a{ background-position: 0 -108px; height: 30px; }

ul#menu li#home a:hover /*HOVER*/{ background-position: -127px 0; }ul#menu li#for_sale a:hover { background-position: -127px -30px; }ul#menu li#parts a:hover{ background-position: -127px -56px; }ul#menu li#repair a:hover{ background-position: -127px -82px; }ul#menu li#contact a:hover{ background-position: -127px -108px; }
ul#menu li#home a:active,ul#menu li#home a.current:active /*ACTIVE*/{ background-position: -254px 0; }ul#menu li#for_sale a:active,ul#menu li#for_sale a.current:active { background-position: -254px -30px; }ul#menu li#parts a:active,ul#menu li#parts a.current:active{ background-position: -254px -56px; }ul#menu li#repair a:active,ul#menu li#repair a.current:active{ background-position: -254px -82px; }ul#menu li#contact a:active,ul#menu li#contact a.current:active{ background-position: -254px -108px; }

ul#menu li#home a.current /*CURRENT*/{ background-position: -381px 0; }ul#menu li#for_sale a.current { background-position: -381px -30px; }ul#menu li#parts a.current{ background-position: -381px -56px; }ul#menu li#repair a.current{ background-position: -381px -82px; }ul#menu li#contact a.current{ background-position: -381px -108px; }ul#menu li#home a.current:hover /*HOVER CURRENT*/{ background-position: -508px 0; }ul#menu li#for_sale a.current:hover{ background-position: -508px -30px; }ul#menu li#parts a.current:hover{ background-position: -508px -56px; }ul#menu li#repair a.current:hover{ background-position: -508px -82px; }ul#menu li#contact a.current:hover{ background-position: -508px -108px; }


/* @end */

/* @group Tools/admin */

div#main_tools
{
	float: right;
}

div#tools a, div.btns a
{
	background-color: #fff2a7;
	padding: 3px 8px;
	border: 1px solid #397b00;
	border-color: #FFF #8a835a #8a835a #FFF;
}

div#tools a:hover, div.btns a:hover
{
	background-color: #a4a4a4;
}

div#tools 
{
	padding: 6px 20px;
	border-style: solid;
	border-width: 1px 0;
	height: 20px;
	line-height: 20px;
}

div#alrt, div#main_login
{
	width: 300px;
	margin: 10px auto;
	padding: 20px;
	background-color: #fffded;
	border: 2px solid #4a9e00;
}

div#alrt #prompt
{
	font-weight: bold;
	color: #d00;
}

/* @end */


div#leftcol
{
	float: left;
	width: 330px;
}

div#rightcol
{
	padding-left: 370px;
}

#contactform input#sndr_name, #contactform input#sndr
{
	width: 98%;
}

#contactform textarea
{
	width: 98%;
	height: 10em;
}

#contactform h4
{
	margin-top: 5px;
}

.error
{
	color: #fd231d;
}

/* @group Index */

ul#listing div.listing_img
{
	float: left;
	margin-right: 20px;
}

ul#listing li
{
	border-bottom: 1px solid #7ec93f;
	margin-bottom: 10px;
	position: relative;
	height: 160px;
	overflow: hidden;
}

.readmore
{
	position: absolute;
	bottom: 5px;
	right: 0px;
}

div.specs
{
	float: left;
}


/* @end */


