/*=======================================================
 CSS Document for Julia Cattalini
=======================================================*/


@import url("navigation.css");


/* 
--------------------------------------------------------------------------------------------------
GLOBAL LAYOUT  FORMATTING
--------------------------------------------------------------------------------------------------
*/


.clear:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}

table, tr, td {
	font: normal normal 11px/17px "Verdana", Arial, Helvetica, sans-serif;
	color: #8B1A89;
	vertical-align: top;
}

*, body, p, tr, td, h1, h2, ul, li { margin: 0; padding: 0; text-align: left; }
h3 {text-align:center;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */


/* 
--------------------------------------------------------------------------------------------------
MAIN BODY LAYOUT FORMATTING
--------------------------------------------------------------------------------------------------
*/

img { border: none; }

body {
	margin: 0;
	padding: 0;
	font: normal normal 11px/17px "Verdana", Arial, Helvetica, sans-serif; 
	color: #8B1A89;
	background: #F3E8F6 url('../images/core/bg.gif') left top repeat-x;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: #FFF3F8 url('../images/core/bodybg.gif') left top repeat-y;
	border-left: 1px solid #E4CCE7;
	border-right: 1px solid #E4CCE7;
	border-bottom: 1px solid #E4CCE7;
}

#header {
	width: 750px;
	display: block;
	position: relative;
	background: url('../images/core/headerbg.gif') no-repeat 0 57px;
}

#header.home { height: 338px; }

#header.inner { height: auto; }

#header #banner { width: 750px; height: auto; }

#header div.navigation#home {
	height: 28px;
	position: relative;
	z-index: 999;
}

#header div.navigation#inner {
	width: 750px;
	height: 28px;
	position: relative;
	z-index: 999;
	background: url('../images/core/nav-bg.gif') no-repeat 0 0;
}

#header #logo {
	width: 750px;
	height: auto;
	clear: both;
}

#page {
	width: 750px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	clear: both;
	position: relative;
}

#page #left-contents {
	width: 197px;
	height: auto;
	float: left;
}

#page #right-contents {
	width: 496px;
	height: auto;
	padding: 28px;
	float: right;
	background: url('../images/core/bodybg-top.gif') no-repeat 0 0;
}

#footer {
	width: 735px;
	height: 50px;
	padding: 15px 0 0 15px;
	margin: 0 auto;
	clear: both;
}

#ctabanner {padding:0 0 0 8px;}


/* 
--------------------------------------------------------------------------------------------------
INPAGE & INNERPAGE FORMATTING - Text | Paragraph
--------------------------------------------------------------------------------------------------
*/


p { 
	font: normal normal 11px/17px "Verdana", Arial, Helvetica, sans-serif;
	color: #8B1A89;
	margin-bottom: 20px;
}

#left-contents p {
	font: normal 11px/15px "Verdana";
	color: #855FA8;
	padding: 0 16px 0 16px;
	margin-bottom: 15px;
}

#footer p {
	font: normal  11px/14px "Verdana";
	color: #855FA8;
	margin: 0;
}

h1 {
	font: normal bold 13px/18px "Verdana";
	color: #755195;
	margin-bottom: 13px;
}

h2 { 
	font: normal bold 13px/18px "Verdana";
	color: #060A56; 
	margin-bottom: 20px;
}
h3 { 
	font: normal bold 11px/15px "Verdana";
	margin-bottom: 5px;
}
div.heading {
	background: url('../images/core/headingbg.gif') no-repeat 0 0;
	width: 191px;
	height: 15px;
	font: bold 12px/15px "Arial";
	color: #6F31A6;
	padding: 3px;
	text-align: center;
}

ul.list { 
	list-style: square;
	margin: 10px 0 20px 30px;
}

ul.list li {
	font: normal normal 11px/17px "Verdana";
	color: #8B1A89;
}


/* 
--------------------------------------------------------------------------------------------------
FLASH FORMATTING
--------------------------------------------------------------------------------------------------
*/


#flash {
	width: 750px;
	height: 253px;
	display: block;
	position: absolute;
	top: 57px;
	background: transparent;
	z-index: 100;
}


/* 
--------------------------------------------------------------------------------------------------
ACCESSORIES FORMATTING
--------------------------------------------------------------------------------------------------
*/


i { font-style: italic; color: #ED6378; }

b { font-weight: bold; color: #8B1A89; }

.imgright { float: right; padding-left: 15px; }

.imgleft { float: left; padding-right: 15px; }

.border { border-bottom: 1px dashed #F7D5E3; margin: 0 0 20px 0; }

.nil { border: none; }


/* 
--------------------------------------------------------------------------------------------------
FORM & LINKS FORMATTING
--------------------------------------------------------------------------------------------------
*/


input, select, textarea {
	width: 190px;
	padding: 2px;
	border: 1px solid #F7D5E3;
	font: normal 11px/15px "verdana";
	overflow: hidden;
	background: #FFFFFF;
	height: auto;
}
input.check {width:20px !important; }
input.send {
	border: none;
	width: 70px;
	height: 20px;
	padding: 2px;
	color: #ffffff;
	background: #A64586;
	text-align: center;
}
input.small { width: 37px; }
textarea.expand { height: 100px; }

input.clickbutton { float: right; width: 85px; height: 20px; border: none; margin: -10px 10px 0 0; padding: 0; }

#footer a { color: #855FA8; text-decoration: none;}
#footer a:hover { color: #855FA8; text-decoration: underline;}

a { color: #ED6378; text-decoration: underline;}
a:hover { color: #000000; text-decoration: underline; }


/*=======================================================
 End of CSS Document for Julia Cattalini
=======================================================*/
input.submitutton {
	float: left;
	width: 85px;
	height: 20px;
	border: none;
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #FFF3F8;
}
