﻿/* CSS Document */
/* This section define styles for all AvenueMall templates */ 

/************ Basic Styles Begin***********/
body {
	margin: 0px;
	padding: 0px;
	font-size:62.5%;
	background-color:#E7E8E8;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}
a, a:link, a:active, a:visited, a:hover, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	outline:none;
}
#PageWrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#TopContainer {
	overflow:hidden;
	background-color:#040707;
	background-image:url(../../images/_gui/TopContainerBcg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#MainContainer {
	clear:both;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	width:745px;
	position:relative;
}
#Logo:link, #Logo:active, #Logo:visited, #Logo:hover {
	width:190px;
	height:44px;
	display:block;
	background-image:url(../../images/_gui/Logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:19px 0px 0px 19px;
	overflow:hidden;
	float:left;
}
#Logo span {
	display:none;
}
#Header {
	width:580px;
	float:right;
	height:91px;
}
#Header img {
	float:right;
}
#Footer {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.1em;
	padding-top:2px;
}
#Footer div {
	width:500px;
	float:left;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	display:block;
	width:100px;
	float:right;
	font-size:1.0em;
	text-align:right;
	color:#000000;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}
#Languages {
	width:48px;
	float:left;
	overflow:hidden;
	margin:30px 0px 0px 19px;
}
#LanguagesCro:link, #LanguagesCro:active, #LanguagesCro:visited, #LanguagesCro:hover {
	width:20px;
	height:10px;
	display:block;
	background-image:url(../../images/_gui/LanguageCro.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
}
#LanguagesEng:link, #LanguagesEng:active, #LanguagesEng:visited, #LanguagesEng:hover {
	width:20px;
	width:20px;
	height:10px;
	display:block;
	background-image:url(../../images/_gui/LanguageEng.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	margin-left:8px;
}
#LanguagesCro span, #LanguagesEng span {
	display:none;
}
#Image_Flash_Region {
	padding-left:5px;
	padding-right:5px;
}
/************Basic Styles End***********/

/************Region Links Begin**********/
#Links {
	overflow:hidden;
	width: 692px;
	float:right;
	text-align:right;
	padding-bottom:7px;
	padding-right:28px;
}
#Links a p, #Links a:link p, #Links a:active p, #Links a:visited p, #Links a:hover p {
	margin:0px;
}
#Links a, #Links a:link, #Links a:active, #Links a:visited, #Links a:hover {
	font-size:1.1em;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px 0px 13px;
}
.RestLinks:link, .RestLinks:active, .RestLinks:visited, .RestLinks:hover {
	background-image:url(../../images/_gui/LinksSeparator.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
.FirstLink:link, .FirstLink:active, .FirstLink:visited, .FirstLink:hover {
	background-image:none;
}
/************Region Links End************/

/************Region Survey_Form Begin**********/
/***Survey***/

#Survey_Form_Region {
	width:243px;
	float:left;
	padding-left:5px;
	margin-top:1px;
	padding-bottom:5px;
	font-size:1.2em;
}
#Survey_Form_Region input {
	vertical-align:middle;
}
.StatusMessage {
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
	font-size:0.9em;
	clear:both;
}
.StatusMessage2 {
	color:#FFFFFF;
	padding:7px 20px 0px 0px;
	font-size:0.9em;
	clear:both;
}
.Survey {
	background-color:#58585A;
	color:#FFFFFF;
	overflow:hidden;
}
.Survey h2 {
	font-size:2.0em;
	font-weight:normal;
	margin:0px;
	margin-bottom:7px;
	padding:0px;
}
.FieldText {
	padding:5px 5px 5px 5px;
	margin-top:7px;
}
.RadioButton {
	vertical-align:top;
}
.survey-fields {
	padding:0px 15px 0px 15px;
}
.survey-fields div {
	padding-top:5px;
}
.survey-fields div label {
	vertical-align:middle;
	padding-left:5px;
}
.survey-buttons {
	padding:10px 0px 10px 20px;
}
.survey-buttons input, .form-buttons input {
	background-color:#000000;
	color:#FFFFFF;
	font-size:0.8em;
	padding:0px;
	overflow:hidden;
	border:0px;
	margin:0px;
	cursor:pointer;
}
.survey-buttons .button-results {
	margin-left:0px;
	width:88px;
}
#survey-results {
	font-size:1.1em;
	padding-left:23px;
	overflow:hidden;
}
#survey-results h2 {
	font-size:2.0em;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
#survey-results h2 {
	color:#EC1F27;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
}
.survey-result, #votes {
	clear:both;
}
.survey-result {
	padding-top:3px;
}
#votes {
	padding-top:5px;
}
.survey-result-text {
	width:31%;
	float:left;
}
.survey-result-image {
	width:68%;
	float:right;
}
/***Form****/
.Form {
	color:#FFFFFF;
	background-image:url(../../images/_gui/Form_Bcg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
	padding:5px 10px 0px 20px;
	margin-top:3px;
}
.Form-Results {
	color:#FFFFFF;
	background-image:url(../../images/_gui/Form_Bcg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
	padding:6px 10px 6px 20px;
	margin-top:3px;
}
.Form h2, .Form-Results h2 {
	font-size:2.0em;
	font-weight:normal;
	margin:0px;
	margin-bottom:8px;
	padding:0px;
}
.form-field .FieldText {
	width:42px;
	float:left;
	padding:0px;
	margin:0px;
}
.form-field .TextBox {
	width:120px;
	float:left;
	vertical-align:top;
	line-height:16px;
	font-size:1.0em;
	border:0px;
	margin:0px;
	margin-right:3px;
	padding:0px;
}
.form-field .button-send {
	width:40px;
	float:left;
	vertical-align:top;
	cursor:pointer;
}
/************Region Survey_Form End**********/


/********Region Main_Region Begin************/

#Main_Region {
	width:492px;
	float:right;
	overflow:hidden;
	margin-right:5px;
	padding-top:17px;
}
/*Article Begin*/

.ShortArticle_First {
	width:217px;
	float:left;
	overflow:hidden;
	background-image:url(../../images/_gui/ArticleRightBcg.gif);
	background-repeat:repeat-y;
	background-position:right top;
	padding-right:10px;
	margin:0px 0px 27px 23px;
}
.ArticleCaption {
	color:#EC1F27;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 7px 0px;
	overflow:hidden;
	font-size:2.0em;
	font-weight:normal;
}
.ShortArticle {
	width:210px;
	float:right;
	overflow:hidden;
	padding-right:10px;
	margin:0px 0px 27px 0px;
}
.FullArticleHomepage {
	width:469px;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 23px;
	padding-bottom:27px;
}
.ArticleHeading {
	font-size:1.3em;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
}
.ArticleHeading p {
	margin:0px;
}
.ArticleHeading a, .ArticleHeading a:link, .ArticleHeading a:active, .ArticleHeading a:visited {
	font-size:1.3em;
	font-weight:normal;
	color:#EC1F27;
	text-decoration:none;
}
.ArticleHeading a:hover {
	text-decoration:underline;
}
.Lead, .Text {
	font-size:1.1em;
}
.Lead p, .Text p {
	margin-top:0px;
}
.Lead a, .Lead a:link, .Lead a:active, .Lead a:visited {
	font-size:1.0em;
	color:#EC1F27;
	text-decoration:none;
}
.Text a, .Text a:link, .Text a:active, .Text a:visited {
	font-size:1.0em;
	color:#EC1F27;
	text-decoration:none;
}
.Lead a:hover, .Text a:hover {
	text-decoration:underline;
}
.Lead ul, .Text ul {
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style:none;
}
.Lead li, .Text li {
	list-style:none;
	background-image:url(../../images/_gui/list-bullet.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 2px 15px;
	display:block;
	overflow:hidden;
}
.ArticleDetails:link, .ArticleDetails:active, .ArticleDetails:visited, .ArticleDetails:hover {
	background-image:url(../../images/_gui/ArticleDetailsBcg.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	text-decoration:none;
	color:#25AAE1;
	font-size:1.2em;
	padding-left:10px;
	margin-top:32px;
	display:block;
	width:45px;
}
/*Article End*/

/********Region Main_Region End************/

/********Region_Announcements Begin********/
#Announcements_Region {
	float:right;
	padding-bottom:5px;
	position:absolute;
	bottom:0px;
	right:0px;
}
/*Link Begin*/

.LinkImage {
	float:left;
	margin-right:4px;
	width:243px;
}

/*Link End*/

/********Region_Announcements End********/
