/* Text CSS Document for Red Dog Reptiles
	Author: Timothy Nealon of Nealon Web Designs
	Any copying or otherwise reproduction without written permission is
	subject to punishment defined by Copyright Laws */

body{
line-height:24px;
color:#CCC;
font-weight:100;
letter-spacing:1px;
font-size:14px;
font-family:"Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}

p, h1, h2, h3, h4, h5, a, ul, li{
font-weight:100;
letter-spacing:1px;
line-height:24px;
}

h1, h2, h3, h4, h5{
margin:10px 0;
}

p{
font-size:12px;
text-indent:5px;
margin:10px;
}

	#contact p,
	#homepage p,
	#about p{
	width:50%;
	}
	
	#facility p{
	width:50%;
	}

h1{
font-size:18px;
color:#FF0000;
}

h2{
font-size:14px;
color:#ff0000;
}

ul{
font-size:12px;
color:#fff;
margin-left:15px;
}

	#our-collection .inner ul li,
	#our-collection .inner ul li a{
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	}
	
	#our-collection ul li ul li,
	#our-collection ul li ul li a{
	color:#FF0000;
	font-size:12px;
	font-weight:100;
	}

/*--------------------------
	Links ----------------*/

a:link{
color:#FF0000;
text-decoration:underline;
}

a:visited{
color:#FF0000;
text-decoration:underline;
}

a:hover{
color:#fff;
text-decoration:none;
}