﻿/*
STYLE SHEET FOR [MIDAN]
Created by InspirationGate
www.inspirationgate.com

ToC

	1. Defaults
	2. Structure
	3. Links and Navigation
	4. Fonts
	5. img
	6. Site Styles

Notes


*/
/* --------- 1. Defaults  --------- */
*
{
	padding: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
}

body
{
}
/*  --------- 2. Structure  --------- */

img
{
	border:none;
}

.mainLogo
{
	float: left;
	margin-top: 5px;
}
#wrapper
{
	width: 1000px;
	margin: 0 auto;
}

#header
{
}

#body
{
}
#footer
{
}

#authority
{
	text-align: center;
	width: 900px;
	color: Gray;
}

/* float-clearing rules */

.separator
{
	clear: both;
}

.separatorInvisible
{
	clear: both;
	height: 1px;
}

.clearFix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ---------- 3. Links and Navigation ---------- */

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}





#header ul li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 15px 25px 0 0;
}
#header ul
{
	float: left;
	margin-left: 90px;
	font-size: 14px;
	margin-top: 5px;
}
:hover.shadow
{
	background-image: url( '../../img/Controls/Shadow.png' );
	background-repeat: repeat-x;
	background-position: bottom;
}
:hover.shadow2
{
	background-image: url( '../../img/Controls/Shadow2.png' );
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer li
{
}

#bodyWrapper
{
	margin-top: 30px;
	font-size: 1.3em;
}

/* ---------- 4. Fonts ---------- */

html
{
	font-size: 100%;
}

body
{
	font: 70.5%/1.5 Arial,Verdana;
}


/* ---------- 5. img ---------- */

body
{
	background: white url(../../img/Controls/Background.jpg) repeat-x 0 0;
}

/*------------------Home--------------*/
#homewrapper
{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.marketingAddressParagraph
{
	font-size: 1.8em;
	font-family: Eras Light ITC;
}
.divMarketingPargraph
{
	background-image: url(../../img/Home/tin.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 207px;
	text-align: left;
}
.PargraphForWelcome
{
	width: 100%;
	margin-left: 30px;
	padding-top: 30px;
	margin-right:30px;
}
#homeHeader
{
}
#homeHeader ul
{
	float: left;
	margin-left: 80px;
	font-size: 1.6em;
	margin-bottom: 25px;
}
#homeHeader ul li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 15px 40px 0 0;
}
/*---------WeBphoto-----------*/
#leftDiv
{
	float: left;
	background-image: url(../../img/Controls/NotBackground.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 587px;
	font-family: Arial;
	font-size: 1.0em;
	padding: 80px 0 0 5px;
	text-align: center;
}
#leftDiv a:hover
{
	color: #55dd5f;
}
#leftDiv p
{
	margin-bottom: 30px;
}
#rightDiv
{
	float: right;
	width: 250px;
}
#rightDiv img
{
	margin-right: 10px;
}
#photoDiv
{
	/*margin-left: 245px;*/
}
.photoImagesButtonUpDown
{
	display: block;
	margin-top: 40px;
	cursor:pointer;
}
.photoImagesButtonUpDownDiv
{
	float: left;
}

.containerPhotoDiv
{
	float: left;
	height: 540px;
	overflow:hidden;
	position:relative;
	
}
.photoImagesButtonRightLeftDiv
{
	text-align: center;
}
.photoImagesButtonRightLeft
{
	margin-right: 40px;
}
/*-------------WEB------------*/
.webLeftDiv
{
	float: left;
	background-image: url(../../img/Controls/NotBackground.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 540px;
	font-family: Arial;
	font-size: 1.0em;
	padding: 80px 0 0 0px;
	text-align: center;
}
.webLeftDiv p
{
	margin-bottom: 0px;
}
.webLeftDiv div
{
 margin-left:5px;
 width:210px;
}
.webLeftDiv p img
{
	/*margin: 10px 10px 0 0;*/
	border: 0px;
}
.webLeftDiv p a:hover
{
	color: #55dd5f;
}
#informationDiv
{
	background-image: url(../../img/WEB/body.png);
	background-repeat: repeat-y;
	float: left;
	width: 664px;
	min-height: 445px;
	
	margin-left: 40px;
	color: #368934;
}
#informationDiv a
{
	color: #368934;
}
#informationDiv > p
{
	margin-top: 40px;
}

a
{
	cursor: pointer;
}

.AdminMenu
{
	margin-bottom:50px;
}
.AdminMenu a
{
	margin-right: 15px;
	font-size: 20px;
}

.AdminContainer
{
	clear: both;
	float: none;
	margin: 0px auto;
	width: 950px;
}

.Projects
{
	/*margin-left:35px;*/
}

.Children
{
	display:none;
}