/**************************************/
/*Style Sheet for DANCING DOG ANTIQUES*/
/**************************************/

/*link black with red hover default*/
a:link    { color:#000000; text-decoration: none; font-size:12px;}
a:active  { color:#000000; text-decoration: none; font-size:12px;}
a:visited { color: #000000; text-decoration: none; font-size:12px;}
a:hover   { color:#FE0101; text-decoration: none; font-size:12px;}

/*link white with red hover*/
a.whitel:link    { color:#FFFFFF; text-decoration: none; font-size:12px;}
a.whitel:active  { color:#FFFFFF; text-decoration: none; font-size:12px;}
a.whitel:visited { color: #FFFFFF; text-decoration: none; font-size:12px;}
a.whitel:hover   { color:#FE0101; text-decoration: none; font-size:12px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin-top:25px;	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

p.whitetxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:17px;	
}

span.white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;	
}

td.whitebg {
	background-color:#FFFFFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:12px;
}

/*Splash Page Elements*/

.texttable {
	 background-image:url(../images/index_02.jpg);
}

.splashintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#FFFFFF;
}

/*Intro Page elements*/

.introtop {
	background-image:url(../images/intro_01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	color:#000000;
	vertical-align:top;
	font-style:oblique;	
}

/*Home Page elements*/

td.home {
	background-color:#000000;
}

/* Takealook Page Elements*/

.videocell {
	background-image:url(../images/takealook_03.jpg);
}

td.takebottom {
	background-image:url(../images/takealook_05.jpg);
	text-align:left;
}

/* Dog's Page Elements*/

.dogsback05 {
	background-image:url(../images/dogs_05.jpg);
	text-align:left;
}

/* Contact Page Elements*/

td.contactback {
	background-image:url(../images/contactus_03.jpg);
}

td.contactbottom {
	background-image:url(../images/contactus_04.jpg);
	text-align:left;
}

/* Publications Page Elements*/

td.pubscellcolor {
	background-color:#8D8D8B;
	text-align:left;
	}
