/********************************************** CORE ********************/

	html, body {
		margin: 0;
		padding: 0;
		height: 100%; /* needed for container min-height */
		background-image: url('../images/bg.gif');
		font-family: Tahoma;
		font-size: 13px;
	}

	p {
		margin: 5px 0 5px 0; /* top right bottom left */
		padding: 0;
	}

	h1, h2, h3 {
		margin: 0;
		padding: 0;
		font-weight: bold;
	}

	h1 {
		font-size: 130%;
	}

	h2 {
		font-size: 120%;
	}

	h3 {
		font-size: 100%;
	}

	h4 {
		font-size: 100%;
		font-weight: normal;
		font-style: italic;
	}

	img {
		border: 0;
	}

	ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	a {
		font-weight: bold;
		color: #ef2e24;
		text-decoration: underline;
	}

	a:hover {
		color: #9b0800;
		text-decoration: underline;
	}

	form {
		margin: 0;
		padding: 0;
	}

	hr {
		height: 1px;
		color: #bfb791;
		background-color: #bfb791;
		border: 0;
	}

	#container {
		position: relative; /* needed for footer positioning*/
		margin: 0 auto; /* center, not in IE5 */
		width: 700px;
		height: auto !important; /* real browsers */
		height: 100%; /* IE6: treaded as min-height*/
		min-height: 100%; /* real browsers */
		background-color: #dfd7b1;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
	}

/********************************************** TOP *********************/

	#top {
		width: 100%;
		height: 119px;
	}

	#top a {
		display: block;
		height: 119px;
	}

/********************************************** MENU *********************/

	#menu {
		float: left;
		width: 150px;
	}

	#menu div.item {
		width: 151px;
		background-repeat: no-repeat;
	}

	#menu div.item a {
		display: block;
		padding: 4px 0 0 5px;
		width: 113px;
		height: 32px;
		color: #302f29;
		text-decoration: none;
		overflow: hidden;
	}

	#menu div.item a:hover {
		color: #898058;
	}

	#menu div.item a img {
		vertical-align: middle;
	}

	#menu div#item1 { height: 36px; background-image: url('../images/menu/but1.gif'); }
	#menu div#item2 { height: 41px; background-image: url('../images/menu/but2.gif'); }
	#menu div#item3 { height: 41px; background-image: url('../images/menu/but3.gif'); }
	#menu div#item4 { height: 39px; background-image: url('../images/menu/but4.gif'); }
	#menu div#item5 { height: 39px; background-image: url('../images/menu/but5.gif'); }
	#menu div#item6 { height: 39px; background-image: url('../images/menu/but6.gif'); }
	#menu div#item7 { height: 39px; background-image: url('../images/menu/but7.gif'); }
	#menu div#item8 { height: 40px; background-image: url('../images/menu/but8.gif'); }
	#menu div#item9 { height: 39px; background-image: url('../images/menu/but9.gif'); }
	#menu div#item10 { height: 39px; background-image: url('../images/menu/but10.gif'); }
	#menu div#item11 { height: 40px; background-image: url('../images/menu/but11.gif'); }
	#menu div#item12 { height: 40px; background-image: url('../images/menu/but12.gif'); }
	#menu div#item13 { height: 42px; background-image: url('../images/menu/but13.gif'); }

/********************************************** MAIN *********************/

	#main {
		padding-bottom: 40px; /* bottom padding for footer */
		overflow: hidden;
	}

	#content {
		float: left;
		padding-right: 10px;
		width: 540px;
		overflow: hidden;
	}

	#content #continueHeader {
		float: left;
		width: 550px;
		height: 53px;
		background-image: url('../images/bg-main_top.gif');
		background-repeat: no-repeat;
		background-position: 1px 0;
	}

	#content div.pageTitle {
		text-align: center;
	}

	#content ul {
		list-style-type: disc;
		padding: 3px 0 3px 25px;
	}

	#content div#pageImages {
		width: 100%;
	}

	#content div#pageImages div.image {
		float: left;
		padding: 5px;
		height: 125px;
	}

/********************************************** DOGS FOR SALE *********************/

	#dogsforsale .left {
		float: left;
		padding: 3px;
		width: 130px;
		height: 130x;
	}

	#dogsforsale .right {
		float: left;
		width: 385px;
		padding: 3px;
	}

	#dogsforsale .right p {
		text-align: left;
	}

	#dogsforsale .right strong {
		float: left;
		text-align: left;
	}

/********************************************** ALBUM *********************/

	#albumVideos h2,
	#albumPhotos h2 {
		border-bottom: 1px solid #bfb791;
	}

	#albumVideos div.video {
		margin-bottom: 15px;
		width: 320px;
		height: 240px;
	}

	#albumVideos a.flIcon img {
		margin-right: 3px;
		border: 0;
		vertical-align: bottom;
		text-decoration: none;
	}

	#albumPhotos {
		width: 100%;
	}

	#albumPhotos div.image {
		float: left;
		padding: 5px;
		height: 125px;
	}

/********************************************** ONLINE OFFERTE *********************/

	#formOfferte div.row .left {
		float: left;
		padding-top: 2px;
		width: 190px;
		height: 16px;
	}

	#formOfferte div.row .right {
		float: left;
	}

	#formOfferte div.error {
		padding: 0 0 3px 191px; /* top right bottom left */
		font-size: 80%;
		color: #d43c3c;
	}

	#content p.success {
		font-weight: bold;
		color: #3cd44e;
	}

	#formOfferte p.error {
		font-weight: bold;
		color: #d43c3c;
	}

/********************************************** BOTTOM *********************/

	#bottom {
		position: absolute;
		width: 100%;
		/*height: 30px;*/
		bottom: 0px; /* stick to bottom */
		text-align: center;
		background-color: #bfb791;
		border-top: 1px solid #000000;
		line-height: 20px;
	}

	#bottom a.twitterIcon {
		margin-left: 5px;
		width: 61px;
		height: 23px;
	}

		#bottom a.twitterIcon img { vertical-align: middle; }

/********************************************** MISC *********************/

	.clearer {
		clear: both;
	}

	.inputElement {
		font-family: Tahoma;
		font-size: 90%;
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #bfb791;
	}

	.textbox {
		padding-left: 5px;
		width: 140px;
	}

	.small {
		width: 80px;
	}

	.comboSmall {
		padding-left: 5px;
		width: 100px;
		height: 19px;
	}

	.comboMedium {
		padding-left: 5px;
		width: 120px;
		height: 19px;
	}

	.comboLarge {
		padding-left: 5px;
		width: 170px;
		height: 19px;
	}

	.textarea {
		padding: 2px 5px 2px 5px; /* top right bottom left */
		width: 230px;
		height: 100px;
	}

	.button {
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background-color: #c5b99f;
		border: 1px solid #000000;
	}

	.hide {
		display: none;
	}