﻿body {
	margin: 0px; 
	padding: 0px; 
	font-size: 70%; 
	font-family: "Arial", Tahoma, Sans-Serif;
	background: #333333;
	color: #000;
}

/* LINKS */
a { 
	color: #768C00; 
	text-decoration: none; 
	background-color: inherit;
}

a:hover { 
	color: #000;
	background-color: inherit;
}


/* HEADINGS */
h1 { 
	padding: 0px 0px 22px 0px; 
	font-size: 1.4em; 
}

h2 {
	font-size: 1.2em;
	margin: 0px;
}

h3 {
	width: 100%; 
	font-size: 1.5em; 
	color: #404240; 
	font-weight: bold; 
	letter-spacing: -1px; 
	line-height: 1.5em; 
	padding: 0px 0px 0px 30px; 
	background-color: inherit;
	background-image: url("titleicon.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 0;
}

h4 {
	width: 100%; 
	font-size: 1.0em; 
	color: #404240; 
	font-weight: bold; 
	letter-spacing: 0px; 
	line-height: 1.0em; 
	padding: 0px 0px 0px 0px; 
	background-color: inherit;
}

label {
	width: 100px; 
	text-align: right;
	font-size: 1.0em; 
	color: #404240; 
	font-weight: bold; 
	letter-spacing: 0px; 
	line-height: 1.0em; 
	background-color: inherit;
}

.maroon
{
    color: #800000;
    background-color: inherit;
}

.small
{
    background-color: inherit;
    font-size: 11px;
    font-weight:bold;
    
}

/* PARAGRAPH */
p { 
	font-size: 1em; 
	color: #353F49; 
	line-height:1.6em; 
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	background-color: inherit;
}

/*Divs*/
#wrap {
	margin: 0px auto; 
	padding: 0px; 
	width: 800px;
	position:relative;
}

#logo
{
	/*background-position: #ffffff url("logo.png");*/
	background: url("logo.png");
	background-repeat: no-repeat;
	/*position: relative;
    float:left;
    z-index:2;*/
    height:108px;
    width:101px;
    /*top:60px;
    left: 30px;*/
    display:block;
}

#silverlightControlHost
{
	margin: 0px auto; 
	padding: 0px; 
	position:absolute;
    float:left;
    z-index:2;
    height:108px;
    width:101px;
    top:60px;
    left: 30px;
    
}

#header
{
    background-color: inherit;
    height: 0px;
    color: #353F49;
    font-weight: bold;
    font-size: 2.3em;
    position: relative;
    line-height: 15pt;
    top: 80px;
    left: 140px;
}

#hmenu
{
    width: 780px;
    height: 65px;
    margin: 0 80px 0 0px;
    padding: 108px 0 18px 0;
    background: #ffffff url("menu2.gif");
    background-repeat: no-repeat;
    background-color: inherit;
    color: #808080;
    z-index:1;
    
}


#container
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 780px;
    background: url("middle.png") repeat-y top left;
}

#construction
{
    background: #ffffff url("construction.gif") ;
    height: 380px;   
    margin: 0 80px 0 120px;
    background-repeat: no-repeat; 
    background-position: center;
}

#hmenu a
{
    color: #CCCCFF;
    margin: 0px 3px 0px 30px;
    padding: 0 0px 0 9px;
    background-color: transparent; /*background-image: url("arrow.gif");*/
    background-repeat: no-repeat;
    background-position: center left;
    left: 120px;
    top: 27px;
    position: relative;
}

#hmenu a:hover
{
    color: #800000;
    background-color: transparent;
}

#home a.home,
#news a.news,
#portfolio a.portfolio,
#about a.about,
#templates a.templates
{
	color: #800000;
    background-color: transparent;
}

#left_column {
	float: left;
	margin: 0px 0px 0px 40px;
	width: 160px;
}

#left_column p { 
	color: #828482; 
	padding: 7px; 
	margin: 0px;
	background-color: inherit;
}

#google_search
{
	float: right;
	padding: 35px 120px 0px 0px;
	background-color: Transparent;
	
}

#googleadds
{
	padding-left: 0px;
	float: left;
	margin-top: 20px;
}

#add
{
	border: thin solid #C0C0C0;
}

/* MAIN MENU (LEFT) */
#menu {
}

#menu a {
	display: block;
	line-height: 20px;
	padding: 0px 0px 0px 4px;
	color: #353F49;
	background: #FFFFFF;
}

#menu a:hover {
	background: #353F49;
	color: #FFF;
}



/* LINK TITLE - visible on hover */
.underline {
	border-bottom: 1px dotted #74879A;
}

.white { 
	color: #FFF; 
	font-size: 0.8em; 
	background-color: inherit;
	/*background: url("menudivider.gif");*/
	background-repeat: no-repeat;
	background-position: center left; 
	padding: 0px 0px 0px 8px; 
}


#right_column {
	float: left;
	width: 505px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
 }

/* MAIN ARTICLES */
.main_article {
	margin: 0px 0px 2px 0px; 
	padding: 0px 30px 8px 0px;
    width: 462px;
}

.main_article #text1
{
    left: 400px;
    position: fixed;
    height: 60px;
}

.main_article p {
	padding: 3px 8px 0px 4px;
}

/* THE FOLLOWING SHORT ARTICLES */
.other { 
	margin: 0px 0px 0px 0px;
}

.other p { 
	padding: 5px; 
	color: #808080;
	background-color: inherit;
}

/* LEFT SHORT ARTICLE */
.left { 
	
	width: 44%;  
	float: left; 
	background: #eee url("greybg.gif") repeat-x top left; 
	padding: 5px;
	color: #808080; 
}

/* RIGHT SHORT ARTICLE */
.right {  
	float: left; 
	width: 44%; 
	background: #FDF7DF url("yellowbg.gif") repeat-x top left; 
	border-left: 2px solid #FFF; 
	padding: 5px; 
	color: #808080;
}


#footer { 
	float: left; 
	margin: 0px 0px 20px 0px; 
	padding: 15px 0px 0px 0px; 
	width: 780px; 
	background-color: inherit;
	background-image: url("bottom.png");
	background-repeat: no-repeat; 
	text-align: center; 
	color: #919FAE; 
}

#footer a { 
	color: #BDC6CE; 
	background-color: inherit;
	border-bottom: 1px dotted #919FAE; 
}

#Request
{
    width: 260px;
}
#Name
{
    width: 260px;
}
#Surname
{
    width: 260px;
}
#EMail
{
    width: 260px;
}
#ContactNo
{
    width: 260px;
}

.contact
{
    text-align:right;
    margin-right: 0px;
}

.left,
.right
{
	cursor:pointer;	
}
