﻿/*
-----------------------------------------------------------------------
ClassyCupCakes
Developed By: NetspaceOnline.net
In Association With: Bubbleit.com
-----------------------------------------------------------------------
*/
BODY {
	margin: 0;
	padding: 20px;
 	color : #ffffff;
 	LINE-HEIGHT: 170%;
	background-color: #2F251F;
    font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
	background-image: url('../images/bg3.gif');
	background-attachment: fixed;
}
p{	margin: 0 10px}
p{	padding-bottom:1em}
FORM {
	display : inline; 
	margin : 0; 
	padding : 0; 
}
TD  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8.6pt; 
	color : #ffffff;
	line-height: 180%;
}
H2 {
	height: 28px;
	margin: 0px +0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
    color: #9EE1EA;
}
/*
-----------------------------------------------------------------------
Primary Site Links
-----------------------------------------------------------------------
*/
/* Index Page - Menu Navigation */
A.link_body , A.link_body:active {
	color : #6F5748; 
	text-decoration : none; 
}
A.link_body:hover {
	color : #9EE1EA; 
	text-decoration : underline; 
}
A.link_bodywhite , A.link_bodywhite:active {
	color : #FFFFFF; 
	text-decoration : underline;
}
A.link_bodywhite:hover {
	color : #9EE1EA; 
	text-decoration : underline; 
}
A.link_footer , A.link_footer:active {
	color : #6F5748; 
	text-decoration : none; 
}
A.link_footer:hover {
	color : #9EE1EA; 
	text-decoration : none; 
}
/*
-----------------------------------------------------------------------
Navigation Menu Styles
-----------------------------------------------------------------------
*/
#navHome
{
  display: block;
  width: 100px;
  height: 88px;
  background: url("../images/home.gif") no-repeat 0 0;

}
#navHome:hover
{ 
  background-position: 0 -79px;
}
#navHome span
{
  display: none;
}
#navProducts
{
  display: block;
  width: 100px;
  height: 88px;
  background: url("../images/products.gif") no-repeat 0 0;

}
#navProducts:hover
{ 
  background-position: 0 -82px;
}
#navProducts span
{
  display: none;
}

#navAboutus
{
  display: block;
  width: 100px;
  height: 88px;
  background: url("../images/aboutus.gif") no-repeat 0 0;

}
#navAboutus:hover
{ 
  background-position: 0 -80px;
}
#navAboutus span
{
  display: none;
}

#navGallery
{
  display: block;
  width: 100px;
  height: 88px;
  background: url("../images/gallery.gif") no-repeat 0 0;

}
#navGallery:hover
{ 
  background-position: 0 -83px;
}
#navGallery span
{
  display: none;
}

#navServices
{
  display: block;
  width: 100px;
  height: 88px;
  background: url("../images/services.gif") no-repeat 0 0;

}
#navServices:hover
{ 
  background-position: 0 -81px;
}
#navServices span
{
  display: none;
}
