/*
	Filename: main.css
	Date: July 07, 2006
	Location: ./includes/templates/creatiworks/css/
	Site: http://www.creatiworks.ca/
	*********************************************************
	>>Details:
		> Root css template file.
	*********************************************************
	>>Update Log:
		> (7.7.06) Log Started.
		> (7.7.06) Copy of standard variables from general css files.
*/

/* 
	Global CSS Features 
	*******************
*/
A:link {
	text-decoration: none;
	font-weight: normal;
	color: #0033CC;
}

A:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3366FF;
}

A:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #3366FF;
}

body{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 
	External CSS Features
	*********************
*/
.menu-heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-weight: normal;
	color: #000099;
	background-color: #FFFFA6;
	border-left-width: 0px; 
	border-right-width: thin; 
	border-top-width: thin; 
	border-bottom-width: thin; 
	border-style: solid; 
	border-color: #FFFFFF;
}

.menu-secondary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #EBF5FF;
	letter-spacing: 1.5px;
}

.menu-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	letter-spacing: 1.8px;
	line-height: 35px;
}

.normal-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #999999;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 3.5px;
}

.normal-heading_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 22px;
}

.normal-subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000066;
	letter-spacing: 2.5px;
}

.normal-bodyheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.normal-bodyheadingImage {
	background-image: url(../imgs/borders/bodyHeaderBkg.jpg);
	background-repeat: no-repeat;
}

.normal-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1.1px;
	word-spacing: 3.5px;
}

.normal-text-bubble-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000099;
	letter-spacing: 1.1px;
	word-spacing: 3.5px;
}

.normal-smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	word-spacing: 3.0px;
}

.normal-slogan-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: italic;
}

.normal-slogan-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.form-required-character {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: red;
}

.form-required-missinginfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFF99;
	border-style: dotted;
}

.form-required-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.layout-cell-white {
	background-color: #FFFFFF;
}
.layout-cell-blue {
	background-color: #B2DBFF;
}
.layout-cell-gray1 {
	background-color: #BEBEBE;
}
.layout-cell-gray2 {
	background-color: #686868;
}
.layout-cell-yellow1 {
	background-color: #FFFFA6;
}
.layout-cell-yellow2 {
	background-color: #FFFF33;
}
.layout-cell-yellow3 {
	background-color: #F2F226;
}
.layout-cell-yellow4 {
	background-color: #E1E115;
}
