
/*General settings*/
*
{padding: 0px;margin: 0px;outline:none;}

body
{
font-family : Arial, Helvetica, sans-serif;
background: #282828 url(../images/blackBackgroud.jpg);
font-size : 14px;
color:#fff;
direction:rtl;
}

img
{
border:0px;
outline:none;
}
a
{
outline:none;
font-size : 14px;
color : #ffffff;
text-decoration:none;
}

a:hover
{
outline:none;
color : #000000;
}


.clearDiv
{
clear:both;
}

h1
{
font-size : 14px;
font-weight:bold;
margin-top:30px;
text-align:center;
}

h2
{
font-weight:bold;
margin:10px;
color:#3a95bc;
}

h3
{
font-size : 14px;
font-weight:normal;
text-align:center;
margin-top:63px;
}

h4
{

font-size : 14px;
color:#000000;
font-weight:normal;
margin:8px;
}

p
{
margin:10px;
}


#baseContainer
{
width:803px;
margin: 0 auto; 
border:1px solid #474747;
}


#topContainer
{
background-image:url(../images/top.jpg);
height:360px;
width:803px;
}

#creditContainer
{
width:813px;
margin: 0 auto; 
padding-top:5px;
}

.credit
{
text-align:left;
padding-left:2px;
}

.credit a
{
color:#c7c7c7;
font-size : 11px;
text-decoration:none;
}

.credit a:hover
{
color:#000000;
font-size : 11px;
}

#topBlack
{
width:1000px;
min-height:200px;
margin:0 auto;
}

#textBlack
{
width:590px;
min-height:350px;
margin:0 auto;
padding-right:100px;
}

#textBlack ul
{
list-style: none;
font-weight:bold;
margin:10px;
}

#topBlue
{
text-align:center;
background:url(../images/fishermanBlueBack.jpg);
background-position : top center; 
background-repeat : repeat-x;
}

#projectContainer
{
width:600px;
margin:0 auto;
margin-top:30px;
}

.projectBoxes
{
float:right;
width:164px;
min-height:200px;
margin-bottom:30px;
padding:5px;
margin:8px;
}

.projectBoxes a:hover
{
color:#3a95bc;
}

.projectBoxes img
{
box-shadow:0px 0px 5px #404040;
margin-bottom:5px;
}



.projectTitle
{
font-weight:bold;
background-image:url(../images/projectsTitle.png);
width:155px;height:26px;
text-align:center;
padding-top:5px;
background-repeat : no-repeat;
}


#c3InContainer
{
background-image:url(../images/c3Background.jpg);
width:1000px;
height:464px;
margin:0 auto;
}

#formDiv
{
width:570px;
position:relative;
right:280px;
top:130px;
}

#formDiv td
{
padding:3px;
}

.brownTextImage
{
margin:0 auto;
width:1000px;
margin-top:60px;
}

label
{
color:black;
}

input
{
border: 0px solid #474747;
font-family : Arial, Helvetica, sans-serif;
font-size:14px;
}

.inputWidth
{
width:250px;height:30px;
background-color:#c8b3a0;
border:1px solid #86786c;
border-radius:10px;
margin:7px;
box-shadow:0px 0px 5px #66594c;
padding:0 3px;
}

textArea
{
position:relative;
width:250px;height:130px;
background-color:#c8b3a0;
border:1px solid #86786c;
border-radius:10px;
margin:2px;
font-family : Arial, Helvetica, sans-serif;
font-size:14px;
box-shadow:0px 0px 5px #66594c;
padding: 5px;
}

.simpleCenter
{
text-align:center;
}

#menu{position:fixed; z-index: 2; top:50px; clear:both;right: 50%;margin-right: -170px;width:345px;}
#menu a{margin-left:5px; margin-right:5px;display:block;background:url(../images/blueMenuButton.png);float:right;width:105px;height:30px;text-decoration:none;text-align:center;padding-top:7px;background-repeat : no-repeat;}
#c1, #c2, #c3, #c4, #c5 { margin:0;}

#c1
{
background:url(../images/blackDiv.png);background-position : top center; background-repeat : no-repeat;line-height:25px;
}
#c2
{
background:#3a95bc;height:1400px;
}
#c3
{
height:850px;background:#c7b29e url(../images/brownBack.jpg);background-repeat : repeat-x; 
}