/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------- Page Structure ------------------------- */
body
{
	padding:0px;
	margin:0px;
	border:0px;
    padding-top:60px;
    background: url(img/body.gif) repeat;
    font: 13px Verdana, Helvetica,Arial,"Times New Roman",Times,serif;
	font-weight: normal;
	text-decoration: none;
	color: #3c142d;
	text-align:justify;
}
#wrap
{
	width:880px;
	margin:0 auto;
	-moz-box-shadow: 6px 6px 16px #000;  
	-webkit-box-shadow: 6px 6px 16px #000;  
	box-shadow:6px 6px 16px #000;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000',Direction=135, Strength=6);
	border:1px solid #8f8f8f;
}
#header
{
	background: #8f8f8f;
	height: 96px;
}
#header_left
{
	padding-left:14px;
	padding-top:14px;
	text-align: center left;
	border-width: 0px;
}
#header img
{
	border-width:0px;
}
#header_right
{
	color:white;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-align: center;
	margin-top:-55px;
	margin-left:620px;
	width:220px;
}
#menu
{
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	background:#c8c8c8;
	width:100%;
	color:#222222;
	font-weight:bold;
	border-bottom:1px solid #8f8f8f;
	/*white-space: nowrap;*/
}
#menu a
{
	text-decoration: none;
	color:#222222;
	padding:0px 15px;
}
#menu a:hover
{
	color:#cc0199;
}
#footer
{
	padding-top:5px;
	padding-bottom:5px;
	background:#8f8f8f;
	height:12px;
}
#main
{
	background:white;
	padding:10px;
	min-height:500px;
}
#pub
{
	text-align:center;
	color:#afafaf;
	font-size:9px;
	width:880px;
	clear:both;
	padding:15px 0px;
	margin:0 auto;
}
#pub a
{
	text-decoration: none;
	color:#fa96c8;
}
#pub a:hover
{
	color:#cc0199;
}
table,tr,td
{
	vertical-align:top;
}
/* ------------------------- Main Structure ------------------------- */
#main_submenu_case
{
	width:225px;
	height:80px;
	font-size:10px;
}
#main_submenu
{
	margin-top:15px;
	margin-left:15px;
	padding-left:10px;
	border-left:5px solid #fa96c8;
}
#main_image
{
	width:250px;
	text-align:center;
}
#main_text
{
	margin:20px;
}
/* ------------------------- Text ------------------------- */
* 
{
	padding:0;
	margin:0;
}
a
{
	text-decoration: none;
	color:#cc0199;
}
a:hover 
{
	text-decoration:none;
	color:#fa96c8;
}
a:link, a:visited 
{
	text-decoration:none;
}
a:active 
{
	outline:none;
}
a:focus
 {
	-moz-outline-style:none;
}
img
{
	border: 0px;
}
h1
{
	font-size:18px;
	font-weight:normal;
	color:#cc0199;
	padding-bottom:20px;
}
h2
{
	font-size:13px;
	font-weight:bold;
	color:#cc0199;
	padding-top:10px;
	padding-bottom:10px;
}
h3
{
	font-size:10px;
	font-weight:bold;
	color:#cc0199;
	padding-bottom:5px;
	text-align:center;
}
p
{
	padding-bottom:11px;
	line-height:125%;
}
ul
{
	padding-left:20px;
	padding-bottom:11px;
}
li
{
	margin-left:30px;
	padding-left:30;
	line-height:125%;
	color:#cc0199;
	display : list-item;
	list-style-image:url(img/arrow.gif);
}
/*.noarrow  li
{
	margin-left:30px;
	padding-left:30;
	line-height:125%;
	color:#cc0199;
	display : list-item;
	list-style:disc;
}*/
li span
{
	color:#3c142d;
	margin-bottom:10px;
}
.next
{
	font-size:11px;
	text-align:right;
	color:#fa96c8;
}
.next a
{
	color:#fa96c8;
	text-decoration:none;
}
.next a:hover
{
	color:#cc0199;
}

#rosediv
{
	font-size:10px;
	text-align:left;
	margin:50px auto 0px auto;
	width:200px;
	background-color:#fae1ff;
	padding:10px;
	border-radius:25px;  
	-moz-border-radius:25px; 
}
