/* 
-----------------------------------------------
http://www.headsupkennels.com
author:   Logistica Systems
version:  04.29.2008
----------------------------------------------- */

html,body,div  {
	font: normal 14px Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin: 0; 
	padding: 0;
}


body {
	background-image: url("images/bg_content.jpg");
	background-repeat: repeat-y;
	background-position: 50% top;
	background-color: #8C8C58;
}


h1 {
	margin: .6em  0;
	padding: 2px 0 2px 0;
	color: #7f5151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing:1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width:350px;
}



h2 {
	margin: .6em  0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	
}

h3 {
	margin: .6em  0;
	padding: 2px 0 2px 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing:1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

p	{
	color:#000000;
	line-height: 130%;
	margin: 0 0 1em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-align:justify	
}

div.quicknav {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	padding-bottom:.5em;
}


ol,ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.links {
	list-style-type: square;
	margin: 0;
	margin-bottom: 0.5em;
}


ul.workshops li {margin-bottom: 0.5em;}

td.content_cell {
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: .5em;
	padding-right: 1.5em;
	padding-bottom: 7em;
	padding-left: 1.5em;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

td.nav_cell {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

td.article {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;

}


/* MISC */
.small		{font-size: 10px; color:#C80000; }

.small2		{font-size: 12px; color:#000; text-align: center; }

/* Generic Link */

a				{font: normal 17px "Times New Roman", Times, serif; text-decoration: underline;}
a:link			{color: #006666; text-decoration: underline;}
a:visited		{color: #006666; text-decoration: underline;}
a:hover			{color: #FFFFFF; text-decoration: none; }

a.link			{color: #FFFFFF; font: bold 17px Arial, Helvetica, sans-serif; text-decoration: none;}
a.link:link		{color: #FFFFFF; }
a.link:visited	{color: #FFFFFF; }
a.link:hover	{color: #000; text-decoration: underline;}

a.link2			{color: #7F5151; font: bold 14px Arial, Helvetica, sans-serif; text-decoration: none;}
a.link2:link	{color: #7F5151; }
a.link2:visited	{color: #7F5151; }
a.link2:hover	{color: #006666; text-decoration: underline;}


/* Legal Stuff */
td.copyright	{
	background-color:#485E71;
	font-size: 9px;
	font-weight:normal;
	
	color: #FFF;
	font-family: Verdana, arial, sans-serif;
	padding-right: 1em;
	height:50px;
	border-right: 1px solid #000000;	
}

td.login {background-color:#485E71; border-left: 1px solid #000000;}

a.logistica				{font-size: 9px; color: #FFF; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #FFF;}
a.logistica:visited		{color: #FFF;}
a.logistica:hover		{color: #FFF; text-decoration: underline; font-weight: normal; }


/* Fox menu - 13 styles.com */

#foxmenucontainer{height:24px;background:#485E71;display:block;padding:10px 0 0 10px; }
#foxmenu{position:relative;display:block;height:24px;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{color: #000; font: normal 12px Arial, Helvetica, sans-serif; display:block;float:left;
	text-decoration:none; padding:5px 13px 0 13px; height:19px;
	background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#BFBF79; font-weight:bold;}


/* Curvy Corners */
.curvy {position:relative; width:200px; background:#7F5151; color:#000; margin: auto;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#7F5151; background:#BFBF79; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#7F5151; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}
