

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body{
	
	color: #000000;
	background-color: #ffffff;
	background: url(http://www.pet-butudan.com/images/bg3.gif);
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 
	margin: 0px;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: Georgia, 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}


/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: #eeeeee;
}
#header a:hover, #header a:active
{
	color: #cccccc;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 745px;
	height: 338px;

	background: url(http://www.pet-butudan.com/images/top.jpg) no-repeat bottom;
	
	margin: auto;
}

#pageheader
{
	position: relative;
	width: 745px;
	height: 80px;
		text-align: right;
	background: url(http://www.pet-butudan.com/images/head.jpg) no-repeat top;
	
	margin: auto;
}

#header h1
{
	
	font-size: 24px;
	color: #000000;
	line-height: 50px;
	text-align: right;
	margin-top: 0px;
	margin-right: 50px;
	}

#pageheader h1
{
	
	font-size: 24px;
	color: #000000;
	line-height: 50px;
	text-align: right;
	margin-top: 0px;
	margin-right: 50px;
	}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 770px;
	/* height:1500px; */
	background: url(http://www.pet-butudan.com/images/rap.jpg) ;
	background-repeat :repeat-y;
	background-position: center top;
	margin: auto;
}
#wrapper
{
	width: 760px;

padding: 10px 30;
	

	margin: auto;
}
#products
{

position: relative;
width: 720px;
height: 290px;
	background: url(images/products.jpg);
	background-repeat :no-repeat;
	background-position: center top;

margin: auto;
}

#products2
{
position: relative;
width: 720px;
margin: auto;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/

#content
{
	width: 500px;
	margin:40px 120px;
	padding: 0;
	
}

#content_sign
{
font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: right;

}
#content h2
{
	
	font-size: 30px;
	color: #632d2a;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
	margin-right: 50px;
	}
	
	
	
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 768px;
	background: url(images/rap.jpg);
	text-align: center;
	padding: 10px 0 10px 0;
	
	margin: 0 auto;
}

#footlink
{
	width: 500px;
	color:#000000;
	background:-color:#f7f0d6;
	border: 2px solid #632d2a;
	text-align: center;
	padding:0;
	margin: 0 auto;
}

#copyrights
{
	color: #474747;
}


.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #C4B284;
	margin: 0 auto;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}


.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}



.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

