
/*
-------------------------------------------------------
Tag styles
-------------------------------------------------------
*/


body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	background-color: #FFFFFF;
	background-image: url(images/racatex_05.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

ul
{
	margin-left: 10px;
	padding-left: 15px;
}

li
{
	margin-bottom: 5px;
}

img
{
	border: none;
}

a
{	
	color: #336699;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}






/*
-------------------------------------------------------
id styles
-------------------------------------------------------
*/

#banner
{
	width: 910px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(images/racatex_03.gif);
	background-repeat: no-repeat;
	border-right: 20px solid white;
	border-left: 20px solid white;
}

#container
{
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFFFFF;
	border-right: 20px solid white;
	border-left: 20px solid white;
}

#contentcolumn
{
	width: 512px;
	float: left;
	overflow: hidden;
}

#contactcolumn
{
	width: 310px;
	float: right;
	overflow: hidden;
}

#copyright
{
	width: 870px;
	height: 30px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 20px solid white;
	border-left: 20px solid white;	
	background-color: #99ccff;
	border-bottom: 10px solid white;
}

#copyright p
{
	margin: 0px;
	font-size: 10px;
	padding-top: 8px;
}

#navigationbar
{
	height: 30px;
	width: 900px;
	margin-top: 150px;
	overflow: hidden;
}






/*
-------------------------------------------------------
class styles
-------------------------------------------------------
*/

.lightblue
{
	color: #99ccff;
}

.noitalics
{
	font-style: normal;
}

.lineheight
{
	line-height: 1.4;
}

.lineheightjustify
{
	line-height: 1.4;
	text-align: justify;
}

.thinfloatingcolumns
{
	width: 150px;
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0px;
}

.thinfloatingcolumns ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.smallprint
{
	font-size: 10px;
}

.nav a, .nav a:hover
{
	display: block;
	float: left;
	text-align: center;
	color: #ffffff;
	background-color: #99ccff;
	font-size: 11px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 10px 9px 10px;
	border-right: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
}

.nav a:hover
{
	color: #ffffff;
	background-color: #6699cc;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.currentpage
{
	display: block;
	float: left;
	text-align: center;
	color: #ffffff;
	background-color: #336699;
	font-size: 11px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 10px 9px 10px;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.icons
{
	padding-top: 0px;
	margin-right: 10px;
}

.orangecolor
{
	color: #ff6633;
}

.graycolor
{
	color: #666666;
}

.thinborder
{
	border: 1px solid #c6d2e1;
}

.deliverypicborder
{
	border: 1px solid #c6d2e1;
	padding: 5px;
	margin-bottom: 20px;
	width: 270px;
}

.mapborder
{
	border: 1px solid #c6d2e1;
	padding: 5px;
	margin-bottom: 10px;
	width: 500px;
}

.productcontainer
{
	background-color: #e3e3e3;
	width: 500px;
	overflow: hidden;
}



