/*** CSS RESET **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/***********************\
|***** CSS SETTING *****|
\***********************/

/*----- SITEWIDE SETTINGS -----*/
body 
{
/*	font-family: Verdana, Tahoma, Arial, Sans-Serif;*/
	font-family: "Arial", verdana, helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	background: url(http://www.muzika.hr/images/background.gif) repeat;
}
em
{
	font-style: italic;
}
h1
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.4em;
}
h2
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 1.4em;
	text-transform: uppercase;
}
a	
{
	color: #DB0000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
hr
{
	border: 0px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #dedede;	/*FF coloring*/
	color: #dedede;			/*IE coloring*/
}



/*----- PAGE FRAME ELEMENTS -----*/
#content
{
	width: 660px;
	background-color: #fff;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px solid orange;
	padding: 20px;

	background-image: url(http://www.muzika.hr/newsletter/img/icon_newsletter-novica.png);
	background-position: top right;
	background-repeat: no-repeat;
}


#content h1, #content h1 a
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 50px;
}
#content h1 a:hover { text-decoration: none; }
#content h1
{
	background-image: url(http://www.muzika.hr/newsletter/selfcare/images/muzika-hr-newsletter-logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0.2em;
}
#content h1 span
{
	visibility: hidden;
}
#content h2
{
	color: #000;
}
#content hr
{
	margin-top: 1.1em;
	margin-bottom: 0.6em;
	clear: both;
}

/*----- HEADER ------*/
#newsletterTitle
{
	margin-bottom: 5.5em;
}

/*----- INFO ------*/
#info
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-left: 1.8em;
	margin-right: 1.8em;
	color: #454545;
}
#info h3
{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0em;
	font-variant: small-caps;
	width: 60%;
	border-bottom: 1px solid #cccccc;
}
#info p
{
	margin-top: 0.6em;
}

/*----- MENU ------*/
#menu
{
	margin-top: 1.6em;
	height: 210px;

border: 0px solid blue;
}
#menu ul
{
	margin-top: 2.8em;
	clear: both;
}
#menu ul li
{
	width: 220px;
	float: left;
	height: 160px;

border: 0px solid red;
}
#menu ul#menuArchives
{
	margin-left: 110px;
}
#menu ul#menuArchives li
{
	width: 220px;
	float: left;
	height: 160px;
	margin-bottom: 2em;
}
#menu ul#menuBack li
{
	width: 660px;
	float: left;
	height: 160px;
	margin-top: 0em;
	margin-bottom: 2em;
}
#menu ul li a
{
	display: block;
	width: 190px;
	height: 160px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
border: 0px solid red;
}
#menu ul li a:hover
{
	text-decoration: none;
}
#menu ul li a span:hover
{
	text-decoration: underline;
}
#menu ul li a span
{
	position: relative;
	top: 140px;
	font-size: 1.4em;
	font-weight: bold;
	
border: 0px solid red;
}
#mnuNewsletter { background-image: url(http://www.muzika.hr/newsletter/img/icon_newsletter-novica.png); }
#mnuSelfcare { background-image: url(http://www.muzika.hr/newsletter/img/icon_selfcare.png); }
#mnuArchive { background-image: url(http://www.muzika.hr/newsletter/img/icon_archive.png); }
#mnuFaq { background-image: url(http://www.muzika.hr/newsletter/img/icon_faq.png); }

/*----- FAQ ------*/
#info dl.faq
{
	line-height: 1.25em;
	color: #666666;
}
#info dl.faq dt
{
	font-weight: bold;
	margin-top: 1em;
	margin-left: 0.0em;
	margin-bottom: 0.2em;
}
#info dl.faq dd
{
	margin-left: 1.8em;
}
#info dl.faq dd ul li
{
	margin-left: 1.8em;
	margin-top: 0.2em;
	list-style-type: disc;
}

/*----- FOOTER ------*/
#footer
{
	text-align: center;
	color: #666666;
}
#footer p
{
	margin-top: 1.0em;
}

/*----- GLOBAL CLASSES -----*/
.strong
{
	font-weight: bold;
}

