/***************************************/
/* StyleSheet for Kittis Kakes         */
/* global.css                          */
/***************************************/

/***************************************/
/* HTML tag styles                     */
/***************************************/

body {
	background-color: #E0DAED;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial,sans-serif;
}

/***************************************/
/* Component Div tag styles            */
/***************************************/


/***** Navigation Style ****************/

.mainNav {
	position: relative;
	width: 100%;
	min-width: 400px;
	height: 20px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(image/nav_background.gif);
}

#mainSubNav {
	position: relative;
	width: 100%;
	min-width: 400px;
	height: 18px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url(image/nav_selected.gif);
}

#mainNavBreak {
	position: relative;
	width: 100%;
	min-width: 400px;
	height: 18px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url(images/nav_selected.gif);
}

#mainSubNavBreak {
	position: relative;
	width: 100%;
	min-width: 400px;
	height: 18px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url(images/nav_background.gif);
}

.mainNav dd {
	position:absolute; 
	overflow:hidden; 
	width:188px; 
	display:none; 
	background:#fff; 
	z-index:100; 
	opacity:0;
}

.mainNav ul {
	width:204px; 
	border:2px solid #9ac1c9; 
	list-style:none; 
	border-top:none;
}



a.nLink, a.nLink:visited {
	font-size: small;
	color: #809CAB;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #809CAB;
	text-decoration: none;
}

a.nSubLink, a.nSubLink:visited {
	font-size: x-small;
	color: #809CAB;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #809CAB;
	text-decoration: none;
}

a.nLink:hover {
	background-image: url(images/nav_selected.gif);
	text-decoration: none;
}

a.nSubLink:hover {
	background-image: url(images/nav_background.gif);
	text-decoration: none;
}

.fieldHeader {
	padding: 0px 5px 2px 10px;
	font-weight: normal;
	text-align: right;
}

.formTitle {
	padding: 0px 20px 10px 0px;
	font-weight: bold;
}

.formText {
	padding: 0px 20px 10px 0px;
	font-weight: normal;
}

.underline {
	border-bottom:1px solid #b9d6dc;
}

#wrapper {

	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: solid 0px;
	border-right: solid 0px;
	position: relative;
	
}

p.prices {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: solid 0px;
	border-right: solid 0px;
	font-size: 20px;
	font-family: "Comic Sans MS";

}

h1 {
  	margin: 0px;
  	padding: 5px 0px 5px 0px;
  	color: #81C6E6;
  	font-size: 18px;
}

p.company {
	font-weight: normal;
	font-size: 28px;
	font-family: "Comic Sans MS";
	width: 650px;
}

p.main {
	font-size: 20px;
	font-family: "Comic Sans MS";
	width: 650px;
}