﻿/* MasterPage */

body {
    background-image:url("../Images/BodyBg.gif");
    background-attachment:fixed;
    padding:0;
    margin:0;
    font-family:Tahoma;
    font-size:11px;
    color:#4A4848;
}


.Container {
    width:900px;
    height:auto;
    border:solid 1px #000;
    background-color:#fff;
    text-align:left;
}

.BottomContainer {
    width:890px;
    height:auto;
    text-align:right;
    margin-top:10px;
    padding-left:10px;
}




.Header {
    width:900px;
    height:auto;
}

.Main {
    /* Or. Width:900px */
    width:875px;
    height:auto;
    padding:10px 0px 10px 25px  ;
    background-image:url("../Images/MainBg.gif");
    background-repeat:repeat-x;
}




.Footer {
    width:900px;
    height:auto;
}

.FooterTop {
    /* Or. Width:900px */
    /* Or. Height:35px */
    width:888px;
    height:25px;
    background-color:#E8E8E8;
    padding:10px 0 0 12px; 
}


.FooterTop a {
    color:#303339;
    margin-left:10px;
    margin-right:10px;
    text-decoration:none;
}

.FooterTop a:hover {
    text-decoration:underline;
}

.FooterBottom {
    /* Or. Width:900px */
    /* Or. Height:47px */
    width:852px;
    height:29px;
    background-color:#000;
    color:#ABADAC;
    padding:18px 24px 0 24px;
}

.FooterBottom a {
    color:#ABADAC;
    text-decoration:none
}
.FooterBottom a:hover {
    text-decoration:underline;
}



.Left {
    position:relative;
    float:left;
}
.Right {
    position:relative;
    float:right;
}

a {
    font-family:Verdana;
    font-size:11px;
    color:#333;
    text-decoration:none;
}

a:hover {
    color:#0F639F;
}

hr 
{
    height:1px;
    font-size:1px;
    color:#DCDDDE;
    background-color:#DCDDDE;
    }

h1 {
    font-size:14px;
    color:#a6aeb4;
    margin:0;
    padding:0;
    margin-bottom:5px;
}

h2 
{
	font-family:Tahoma;
	font-size:12px;
	color:#0F639F;
	font-weight:600;
	line-height:1em;
	}

	
h3
{	
	font-family:Tahoma;
	font-size:12px;
	color:#0F639F;
	font-weight:normal;
	line-height:normal;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
.inputtext 
{
	width:200px;
	height:auto;
	border:solid 1px #ccc;
	font-family:Tahoma;
	font-size:11px;
	color:#4d504a;
	padding:3px;
	}
.inputtextarea 
{
	width:200px;
	height:100px;
	border:solid 1px #ccc;
	overflow:hidden;
	font-family:Tahoma;
	font-size:11px;
	color:#4d504a;
	padding:3px;
	}
	
.inputbutton 
{
	background-color:#FFF;
	border:solid 1px #ccc;
	padding:3px;
	margin-top:10px;
	font-family:Tahoma;
	font-size:11px;
	color:#4d504a;
	}


	
.Menu {
    width:200px;
    height:auto;
    position:relative;
    float:left;
    margin-right:50px;
}
.PageContent {
    width:600px;
    height:auto;
    position:relative;
    float:left;
}

.MenuTitle {
    font-family:Verdana;
    font-size:14px;
    color:#474e58;
    padding-bottom:5px;
    padding-left:10px;
    border-bottom:solid 1px #CDCECF;
}

.MenuItem {
    font-family:Verdana;
    font-size:11px;
    color:#000;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:10px;
    border-bottom:solid 1px #CDCECF;
    cursor:pointer;
}

.AfterMenu {
    font-family:Verdana;
    font-size:11px;
    color:#000;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:30px;
    border-bottom:solid 1px #CDCECF;
    cursor:pointer;
    background-image:url("../Images/arrowright.gif");
    background-repeat:no-repeat;
    background-position:10px center;
}

.SubMenu {
    display:none;
}


.PageCnt {
    width:400px;
    height:auto;
    position:relative;
    float:left;
}

.ImageGalery {
    width:180px;
    height:auto;
    position:relative;
    float:left;
    margin-left:20px;
}

.PageCntTitle {
    font-family:"Arial Narrow";
    font-size:18px;
    color:#000;
    margin-bottom:15px;
}

.PageCntContent {
    font-family:Arial;
    font-size:12px;
    color:#333;
    line-height:1.8em;
}

.PageCntContent li {
    line-height:3em;
    list-style-type:circle; 
}

.PageCntContent li a {
    font-family:Verdana;
    font-size:11px;
    color:#333;
    text-decoration:none;
}

.PageCntContent li a:hover {
    color:#0F639F;
}



.BigPic img {
    width:180px;
    height:auto;
    border:0;
}

.SmallPic {
    margin-top:3px;
}

.SmallPic img {
    width:55px;
    height:50px;
    border:solid 1px #000;
    cursor:pointer;
    margin:1px;
}

/* MasterPage */



/* Default.aspx */

.PageDefaultLeft {
    width:250px;
    height:auto;
    position:relative;
    float:left;
    margin-right:15px;
}
.PageDefaultRight {
    width:582px;
    height:auto;
    position:relative;
    float:left;
    border:solid 1px #E4E2E2;
}

.News {
    margin-bottom:6px;
}

.NewsTitle {
    width:240px;
    height:auto;
    font-family:Arial;
    color:#0F639F;
    background-image:url("../Images/BlackArrow.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
    font-weight:bold;
    margin-bottom:2px;
}

.NewsContent {
    line-height:1.7em;
    margin-bottom:3px;
    margin-left:10px; 
}

.NewsDate {
    position:relative;
    float:left;
    font-family:Arial;
    color:#cf142b;
    margin-left:10px;
}

a.ContinueRed {
    float:right;
    background-image:url("../Images/RedArrow.gif");
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:7px; 
    font-family:Arial;
    color:#cf142b;
    text-decoration:none;
}

a:hover.ContinueRed {
    text-decoration:underline;
}

.TopNews {
    width:250px;
    height:auto;
    background-image:url("../Images/BlackArrow.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
}
.TopNews a {
    font-family:Arial;
    font-size:11px;
    color:#0f639f;
    text-decoration:none;
}
.TopNews a:hover {
    text-decoration:underline;
}


.DefaultArg {
    width:162px;
    height:auto;
    background-image:url("../Images/DefaultArgBack.gif");
    background-repeat:no-repeat;
    background-position:right top;
    position:relative;
    float:left;
    padding:20px;
    margin:5px;
}

.DefaultArgPic {
    width:165px;
    height:auto;
}

.DefaultArgPic img {
    border:solid 1px #E4E2E2;
}

.DefaultArgTitle {
    font-family:Arial Narrow;
    font-size:19px;
    color:#000;
    letter-spacing:0.1em;
    margin-top:5px;
    margin-bottom:5px;
}

.DefaultArgContent{
    line-height:1.8em;
}

/* Default.aspx */

/* Contact.aspx */ 


.ContactPages 
{
	width:580px;
	height:auto;
	position:relative;
	float:right;
	margin-top:10px;
	}

.Information 
{
	width:280px;
	height:auto;
	position:relative;
	float:left;
	}
	
.ContactPic 
{
	
	width:300px;
	height:auto;
	position:relative;
	float:right;
	text-align:left;
	padding-top:40px;
	}	
	
.PicGalery 
{
	width:300px;
	height:auto;
	position:relative;
	float:right;
	text-align:left;
	}
	
.PicGalery img
{
	width:86px;
	height:86px;
	position:relative;
	float:left;
	border:solid 5px #eaeaea;
	margin:2px;
	}
	
.PicGalery img:hover
{
	border:solid 5px #ccc;
	}

.FormLeft 
{
	width:100px;
	height:auto;
	position:relative;
	float:left;
	line-height:23px;
	}

.FormCenter 
{
	width:10px;
	height:auto;
	position:relative;
	float:left;
	line-height:23px;
	}

.FormRight 
{
	width:220px;
	height:auto;
	position:relative;
	float:left;
	}


.FormReq 
{
	width:20px;
	height:auto;
	position:relative;
	float:left;
	color:red;
	line-height:23px;
	}

.Req 
{
	height:23px;
	}


/* Contact.aspx */ 

.aliresim 
{

	width:180px;
	height:auto;
}

.News_News 
{
	width:370px;
	height:auto;
	position:relative;
	float:left;

}

.ImageGalery2 {
    width:180px;
    height:auto;
    margin-left:50px;

}