/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	background-color: #333;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#990000;
}
a:visited{
	 color:#990000;
}
a:active {
	color:#990000;
}
a:hover {
	color:#666;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #333;
}
#masthead{
	height: 100px;
	background: url(http://www.helendiamantopoulo.com/templates/helend/images/masthead.gif);
}
#leftcolumn{
	float:left; 
	width: 200px;
}
#rightcontent {
	float:right;
	width: 700px;
	background-color: #FFF;
}
#righttop {
	float:right;
	width: 700px;
	color: #FFF;
	text-align: justify;
	background-image: url(http://www.helendiamantopoulo.com/templates/helend/images/content_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#rightbottom {
	float:right;
	width: 700px;
	height: 13px;
	color: #333;
}
#right {
	width: 700px;
	color: #FFF;
}
#right p {
	margin: 20px 0;
	font-size: 11px; 
	color: #333;
	text-align: justify;
	line-height:1.2em;
	padding-left: 15px;
	padding-right:15px;
}
#footer{
	float:right;
	width: 700px;
	clear:both;
	height:60px;
	text-align: center;
	background-color: #333;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#FFF;
}
p {
	font-size: 11px; 
	color: #333;
}
td,tr {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #FFF;
	line-height: 1.2em;
}
h1 {
	color: #000;
	font-size: 12px; 
	margin: 15px;}
h2 {
	font-size: 13px;
	color: #990000;
	margin: 15px;
}
hr {
	color: #FFF;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #CCC;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 200px;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 200px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #990000;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
.menu a:hover {
	background-color: #E8E8E8;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.menu_current {
	font-weight: bold;
}
/*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.search_box {
	width: 180px;
}
.search_string {
	width: 100px;
	height: 18px;
	font-size: 11px;
	vertical-align: middle;
	border: solid 1px #990000;
	background-color: #666;
	color: #FFF;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #990000;
	background-color: #666;
	color: #FFF;
}
.required {
	color: #FF0000;
}
.field_title {
	color: #333;
	font-size: 11px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 11px;
	width: 200px;
}
.textarea {
	font-size: 11px;
	width: 75%;
	height: 100px;
}
.field_heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
	margin-left: 15px
}
.select {
	font-size: 11px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 11px;
	width: 200px;
}hr {
	color: #990000;
	height: 1px;
	width: 500px;
	text-align: center;
}

