/* MAIN CSS DOGS AND FRIENDS */

body {
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size:13px;
	color:#373536;
	background-image:url(../img/body_bg.gif);
	background-repeat:repeat;
}

#Header {
	margin:50px auto 0; 
	width:928px;
	height:200px;
	background-image:url(../img/bg_928.jpg);
	background-repeat:no-repeat;
	border:2px solid #fff;
	border-bottom:none;
}

#Header img { padding:10px; }

#ywnwa { 
	background-image:url(../img/logo_ynwa.png);
	background-repeat:no-repeat;
	position:relative;
	top:-50px;
	left:600px;
	width:200px;
	height:200px;
}

#Navi {
	margin:0 auto;
	width:928px;
	height:25px;
	background-image:url(../img/navi_bg.png);
	background-repeat:repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}


#Navi a {
	display:inline;
	width:111px;
}

#Spacer {
	margin:0 auto;
	width:928px;
	height:15px;
	background-color:#b32e31;
	border-left:4px solid #ccc;
	border-right:4px solid #ccc;
}

#Content {
	margin:0 auto;
	width:898px;
	height:auto;	
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	padding:15px;
	line-height:180%;
	background-color:#efefef;

}

#Left {
	width:170px;
	padding-right:10px;
	height:auto;
	float:left;
}

#Left a { 
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
}


#Right {
	width:698px;
	height:auto;
	float:left;
	border-left:1px solid #ccc;
	padding-left:10px;
}


#Footer {
	margin:0 auto;
	width:928px;
	height:25px;
	background-color:#efefef;
	/*background-image:url(../img/navi_bg.gif);
	background-repeat:repeat-x;*/
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	
}

#Footer a {
	color:#ff6000;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size:12px;
	margin:3px;
	text-decoration:none;
	padding-top:2px;
	display:block;
	float:right;
}

.OfferRow {
	margin:0 auto;
	width:730px;
	height:auto;
}

.OfferBox {
	width:200px;
	height:225px;
	padding:10px;
	margin:5px;
	float:left;
	cursor:pointer;
	background-image:url(../img/orderbox_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

.Clear { width:100%; clear:both; }


#OrderList {
	width:100%;
	height:70px;
	border:1px dotted #efefef;
	clear:both;
}

.OfferBoxMini {
	width:50px;
	height:50px;
	border:1px solid #efefef;
	float:left;
	margin:10px;
	cursor:pointer;
}

.OfferBoxMini:hover { background-color:#efefef; }

.f_input {
	width:300px;
	padding:2px;
	color:#373536;
	border:1px solid #373536;
}

.f_input_small {
	width:60px;
	padding:2px;
	color:#373536;
	border:1px solid #373536;
}

.f_input_big {
	width:230px;
	padding:2px;
	color:#373536;
	border:1px solid #373536;
}

.a_button {
	border:1px solid #373536;
	background-color:#993300;
	color:#ccc;
	float:left;
	margin-right:10px;
	padding:3px;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size:12px;
}

h1 { font-size:30px; color:#3e3e3e; }

table tr td { border-bottom:1px dotted #e3e3e3; }

li { list-style:url(../img/list.gif); }

li a { text-decoration:none; color:#3e3e3e; }

#toogleagb { cursor:pointer; text-decoration:underline; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.unav { 
	color:#373536;
	font-size:14px;:
}
