/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
}

td {
	font-size: 12px;
}


/* FooterLink  */
a.FooterLink:link{
	font-size: 11px;
	color: #D6CED4;
	text-decoration: underline;
}
a.FooterLink:visited{
	font-size: 11px;
	color: #D6CED4;
	text-decoration: underline;
}
a.FooterLink:active{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.FooterLink:hover{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
/* FooterLink  */

/* More  */
a.More:link{
	font-size: 11px;
	color: #E39838;
	text-decoration: underline;
}
a.More:visited{
	font-size: 11px;
	color: #E39838;
	text-decoration: underline;
}
a.More:active{
	font-size: 11px;
	color: #E39838;
	text-decoration: none;
}
a.More:hover{
	font-size: 11px;
	color: #E39838;
	text-decoration: none;
}
/* More  */

/* BlodLink  */
a.BlodLink:link{
	font-size: 12px;
	color: #E39838;
	text-decoration: underline;
	font-weight:bold;
}
a.BlodLink:visited{
	font-size: 12px;
	color: #E39838;
	text-decoration: underline;
	font-weight:bold;
}
a.BlodLink:active{
	font-size: 12px;
	color: #E39838;
	text-decoration: none;
	font-weight:bold;
}
a.BlodLink:hover{
	font-size: 12px;
	color: #E39838;
	text-decoration: none;
	font-weight:bold;
}
/* More  */



/* ----------------Main Navi------------------------ */

.MenuNormal{
	width:100%;
	display:block;
	font-size:13px;
	font-weight:bold;
	background-color:#E09F4D;
	color:#000000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AD6522;
	border-left-color: #AD6522;
	text-align: center;
	background-image: url(../images/navi_bkg.png);
}

.MenuNormal:hover{
	width:100%;
	display:block;
	background-color:#E1C958;
	color:#000000;
	font-size: 13px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AD6522;
	border-left-color: #AD6522;
	background-image: url(../images/navi_bkg_over.png);
}

.MenuNormalSel{
	width:100%;
	display:block;
	font-size:13px;
	font-weight:bold;
	background-color:#E09F4D;
	color:#000000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AD6522;
	border-left-color: #AD6522;
	text-align: center;
	background-image: url(../images/navi_bkg_over.png);
}

.HomeLink{
	width:100%;
	display:block;
	font-size:13px;
	font-weight:bold;
	background-color:#E09F4D;
	color:#000000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AD6522;
	border-left-color: #AD6522;
	background-image: url(../images/home_bkg.jpg);
	text-indent: 60px;
}

.HomeLink:hover{
	width:100%;
	display:block;
	font-size:13px;
	font-weight:bold;
	background-color:#E1C958;
	color:#000000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AD6522;
	border-left-color: #AD6522;
	background-image: url(../images/home_bkg_over.jpg);
	text-indent: 60px;
}
/* ----------------Main Navi------------------------ */

.FooterBkg{
	background-image: url(../images/footer_bkg.png);
	background-repeat: repeat-x;
}

.CopyrightText{
	font-size: 11px;
	color: #AD9EA9;
	text-decoration: none;
}

.BodyBkg{
	background-image: url(../images/body_bkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #551345;
}

.AboutTextBkg{
	background-image: url(../images/you_name_it.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.LatestProjectsBkg{
	background-image: url(../images/latest_projects_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.TitleOrange{
	font-size: 24px;
	font-weight: bold;
	color: #FFB441;
	text-decoration: none;
}

.TitleOrangeSmall{
	font-size: 16px;
	font-weight: bold;
	color: #FFB441;
	text-decoration: none;
}


.OrangeTextSmall{
	font-size: 11px;
	color: #E18810;
	text-decoration: none;
}

.OrangeText{
	font-size: 12px;
	color: #FFB441;
	text-decoration: none;
}

.OrangeNumbers{
	font-size: 36px;
	color: #E18810;
	text-decoration: none;
	
}

.WhiteNumbers{
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	
}

.TitleWhite{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.TitleWhiteMini{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


.BoldText{
font-weight: bold;
}

.Itext{
	font-style: italic;
}

.Bullet{
	font-size: 12px;
	color: #F7B336;
}

.SplitterV{
	background-image: url(../images/splitter_v.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.SplitterH{
	background-image: url(../images/splitter_h.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.ImageBorder{
	border: 2px solid #000000;
}

.TextBox{
	background-color: #481C3D;
	padding: 3px;
	border: 1px solid #8C467C;
	color: #FFFFFF;
}

.LatestNews{
	OVERFLOW: auto;
	WIDTH: 290px;
	HEIGHT: 290px;
	BACKGROUND-COLOR: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

