@charset "utf-8"; 
/* CSS Document */
/*Reset Browser*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*Reset Browser End*/
html, body {
border:0;
margin:0;
padding:0;
}

body{
	font:100%/1.20 arial, helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	width:auto;
	/*height:auto;*/
	background-repeat: repeat;
	background-position: center;
	color:#ffffff;
	/*line-height:1.5;*/
}

p {	
	font: 76% arial,sans-serif;
	margin-bottom:5px;
	/*line-space:18pt;*/
	line-height:1.5em;
}

div#header{
	width:1019px;
	height:339px;
	margin:auto;
}
div#header h1{
	width:807px;
	height:180px;
	line-height:80px;
	margin:0px;
	padding-left:10px;
	background: #336633;
	color: #336633;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-left:30px;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
ul, ol {
	margin:0px;
	font-weight: normal;
	color: #ffffff;
	list-style-type: none;
}

ul li { line-height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-image: url(images/arrow.gif);
	margin:7px;
	margin-left:30px;
	margin-right:80px;
}

ol li { line-height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:decimal;
	/*list-style-image: url(images/arrow.gif);*/
	margin:7px;
	margin-left:35px;
	margin-right:80px;
}

#clear { clear:both}
#wrapper {
	width: 1019px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
div#container{
	width:1019px; 
	text-align: left; 
	margin:auto; 
}
div#content{
	width:1019px; 
	margin:auto; 
}
/*paragraph linespacing*/
div#content p{
	line-height:normal;
	color: #ffffff;
	font-size: 12px;
	line-height:1.5em;
	margin-left:20px;
	margin-right:20px;
}
div#content_tl {
	width:408px;
}
div#content_tr {
	width:529px;
	float:right;
	clear:right;
	background-image: url(images/bgright.jpg);
}
div#content2 {
	width:310px;
	margin:auto;
	float:left;
	margin-top:5px;
}
div#content2 p{
	margin-left:20px;
	margin-right:22px;
	margin-bottom:5px;
}
div#content2m {
	width:310px;
	margin:auto;
	float:left;
	margin-top:5px;
}
div#content2m p{
	margin-left:25px;
	margin-right:17px;
	margin-bottom:5px;
}
div#content2r {
	width:310px;
	margin:auto;
	float:left;
	margin-top:5px;
}
div#content2r p{
	margin-left:30px;
	margin-right:12px;
	margin-bottom:5px;
}
div#content3 {
	width:519px;
	float:left;
	clear:left;
	padding-left:15px;
}
div#content4 {
	width:519px;
	float:left;
	clear:left;
	padding-left:15px;
}

div#navigation{
	float:left;
	clear:left;
	width:258px;
	height:auto;
}
div#address{
	float:left;
	clear:left;
	width:243px;
	height:auto;
	margin-left:15px;
	margin-top:15px;
}
div#menu {
	width:1019px;
	margin:0;
	padding:0;
	height:auto;
	clear:both;
}
div#menu2 {
	width:1019px;
	padding:0;
	padding:0;
	height:107px;
	clear:left;
}
div#menuL {
	width:568px;
	height:107px;
	margin:0px;
	padding:0;
	float:left;
	clear:left;
}
div#menu_but {
	width:451 px;
	height:107px;
	margin:0 px;
	padding:0;
	float:right;
	clear:right;
}

/* Menu Links 
a.menu:link {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: 3FF6600;
	font-weight: bold;
} */
div#footer{
	color: #ffffff;
	width:1019px;
	margin:auto;
}
div#footer p{margin:0;padding:5px 10px}
.footer{
	font-size:14px;
	margin:0;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: bottom;
	word-spacing:0px;
}
a.footer:link {
	text-decoration: none;
	color: #990000;
	font-weight:normal;
}
a.footer:visited {
	text-decoration: none;
	color: #990000;
	font-weight:normal;
}
a.footer:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a.footer:active {
	text-decoration: none;
	color: #990000;
	font-weight:normal;
}


div#footercontent {
	background-repeat: repeat;
	background-position: top;
	width:807px;
	height:auto;
	clear: both;
	padding-left:20px;
	padding-right:20px;
}
/*All Links*/
a:link {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	font-size:14px;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	font-size:14px;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight:bold;
	font-size:14px;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	font-size:14px;
}


/* Form */
/*.dropdown {color:#FF6600;}
div#formwrap {
	width:1019px;
	height:54px;
	margin:0;
}*/
.cform {
	width:1019px;
	height:54px;
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
	white-space: nowrap;
	overflow: hidden;
}
/*.cform input {
	width:0px;
	margin:auto;
	height:0px;
}
.cbform input {
	width:100%;
	margin:auto;
	height:37px;
}*/

.bform {
	width:451px;
	height:37px;
	margin:0px;
	padding:0px;
	/*white-space: nowrap;
	overflow: hidden;*/
}
.clear {
	clear:both;
}
/* cart body */
div#cart {
	width:1019px; 
	margin:auto;
	/*background-image:url(images/big-dog-bg.jpg);
	background-repeat:inherit;*/
}
#cart_L {
	width:300px; 
	margin:auto; 
	float:left;
	clear:left;
}

#cart_Lc {
	width:auto; 
	margin-left:50px;
	float:left;
	clear:left;
}

#cart_R {
	width:719px; 
	margin:auto; 
	float:right;
	clear:right;
}
#cart_R p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px; 
	margin-bottom: 10px;
	line-height:1.5em;
}
#cart_Rc {
	width:auto; 
	margin-left:10px; 
	margin-right:15px;
	float:left;
	clear:left;
}
#cart_Rc p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px; 
	margin-bottom: 10px;
	line-height:1.5em;
}
#cart_Rc h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px; 
	margin-bottom: 5px;
	line-height:150%;
}
#cart_Rc ul {
	margin-top:7px;
	margin-bottom:10px;
	color: #ffffff;
	list-style-type: none;
}
#cart_Rc li {
	/*margin:0px;
	padding:0px;*/
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px; 
	margin-bottom: 10px;
	line-height:inherit;
}
/*3 columns*/
.col1 {
	position: inherit;
	margin:0px;
	width:249px;
	float:left;
}
.col2 {
	position: inherit;
	margin:0px;
	width:216px;
	float:left;
}
.col3 {
	position: inherit;
	margin:0px;
	width:244px;
	float:left;
}
/*3 columns end*/
/*gallery 2 columns*/
.gal1 {
	position: inherit;
	margin:0px;
	width:359px;
	float:left;
}
.gal2 {
	position: inherit;
	margin:0px;
	width:359px;
	float:right;
}

/*gallery 2 end*/
#cartb {
	margin-left:15px;
	margin-right:20px;
	line-height:1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#list {
	width:auto;
	height:auto;	 
	margin:0px;
	clear:both;
}
#listl {
	width:260px; 
	margin:auto;
	float:left;
	clear:left;
}
#listr {
	width:430px; 
	margin:auto;
	float:right;
	clear:right;
}

#pricet {
	width:auto;
	height:auto;	 
	margin:0px;
	clear:both;
}
#pricetl {
	width:385px; 
	margin:auto;
	float:left;
	clear:left;
}

#pricetr {
	width:305px; 
	margin:auto;
	float:right;
	clear:right;
}
/*item div*/
.store {
	width:719px;
	height:auto;
	clear:both;
}
div#cart1 {
	width:357px;
	height:auto; 
	margin:0px; 
	float:left;
	clear:left;
}
div#cart2 {
	width:353px; 
	height:auto; 
	margin:0px; 
	float:right;
	clear:right;
}
div#cart1 p{
	margin-left:35px;
	margin-bottom:5px;
	margin-top:0px; 
}
div#cart2 p{
	margin-left:0px; 
	margin-right:35px;
	margin-bottom:5px;
	margin-top:0px; 
}

.clear {
	width:719px;
	margin:auto;
	clear:both;
}
.dropdown {color:#990000;}

/*Form upload*/
.formup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:500px;
	padding-left:150px;
	margin:0px;
	height:auto;
	font-size: 14px;
	margin-top: 0px; 
	margin-bottom: 10px;
	line-height:100%;
}

/*form{
	margin:10px;
	padding:10px;
	border:0;
	font-weight: normal;
	color: #FFFFFF;
	float:right;
	clear:right;
	}*/

.form3 {
    width:370px;
    vertical-align:top;
    height: 275px;
}
/*.form3 input{
	width:315px;
	height:100%;
	color: #990000;
	font-family: tahoma, serif;
	font-size: 12px;
}*/
.form3 textarea{
                width:360px;
                height:115px;
                overflow:auto;
                font:12px tahoma, serif;
				color: #990000;
}
.form2{
                width:378px;
                vertical-align:top;
                font:14px tahoma, serif;
}
/*.form2 input{
                width:40px;
                height:100%;
                font:12px tahoma, serif;
				color: #990000;
}*/
.formnew{
                font:14px tahoma, serif;
}
.form1{
                width:378px;
                vertical-align:top;
                font:14px tahoma, serif;
}
.form1 input{
                width:27%;
                height:100%;
                font:12px tahoma, serif;
				color: #990000;
}
.form4{
                width:378px;
                vertical-align:top;
                font:14px tahoma, serif;
}
.form4 input{
                width:133px;
                height:100%;
                font:12px tahoma, serif;
				color: #990000;
}
.form5{
                width:378px;
                font:14px tahoma, serif;
                /*vertical-align:top;*/
}
.form5 input{
                width:22%;
                height:100%;
                font:12px tahoma, serif;
				color: #990000;
}
.form6{
                width:378px;
                vertical-align:top;
                font:14px tahoma, serif;
}
.form6 input{
                width:82%;
                height:100%;
                font:12px tahoma, serif;
				color: #990000;
}
.form7{
                width:50px;
                font:14px tahoma, serif;	
                /*vertical-align:top;*/
}
.form7 input{
                width:90%;
                height:100%;
                font:12px tahoma, serif;
				color: #990000;
}
.subject {
                font:14px tahoma, serif;
}
.sent {
                font:50px #ff0000 tahoma, serif;
				font-weight:bold;
}
.submit{
	width:325px;
	vertical-align:top;
	position: relative;
}
.submit input{
                width:328px;
                vertical-align:top;
}
.image{
	border-style: solid;
	border-color: #990000;
	border-width:2px;
	margin-right:5px;
	margin-left:5px;
}