﻿body 
{
	background:snow;
}

.p20
{
	margin:20px;
}
.centerH
{
	margin-left:auto;
	margin-right:auto;
}
.centerV
{
	margin-top:auto;
	margin-bottom:auto;
}
.center
{
	margin:auto;
}

.ImageStyle
{
	border:1px solid blue;
	padding:2px;
	background:black;
	margin:auto;
	display:block;
}

.MiddlePanel
{
	Height:288px; 
	Width:608px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

#AllContent
{
	width:955px;
	margin-left:auto;
	margin-right:auto;
}

#HeaderPic,
#TabMenu,
#MiddleContent,
#three-column-container
{
	margin-top:7px;
	margin-bottom:7px;
}

/* -------- Page Header -------- */	
#HeaderPic
{
	margin:auto;
	}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - Tab and Menu

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#TabMenu
{
	height:30px;
	width:auto;
	}
#Menu
{
	float:left;
	margin: 3px 3px 3px 15px;
}
#Tab
{
	float:left;
	margin:3px 3px 3px 50px;
}
#Inbox
{
	float:left;
	margin-left:10px;
	margin-top:3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - Middle page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#MiddleContent
{
	width:auto;
	height:713px;
}
#LeftColumn
{
	background:white;
	width:130px;
	float:left;
	visibility:hidden;
}
#LeftColumn div, .NormalTD, .OverTD
{
	padding:5px 5px 5px 5px;
	text-align:center;
	margin: 5px auto 5px auto;
	height:70px;

}

.NormalTD
{
	background:White;
	/*border-bottom:dashed 1px #cccccc;*/
	}
.OverTD
{
	background:url(Images/BackIcon.png) no-repeat center center;
	/*background:url(Images/BackTD.png) no-repeat;
	background-position:center center;
	width:140px;
	height:60px;
	/*border-bottom:dashed 1px #cccccc;*/
	}

#RightColumn
{
	float:left ;
	width:823px;
	height:683px;
	border:dashed 1px #d0d0d0;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION in the Buttom

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#three-column-container 
{
	padding:5px;
	width:auto;
	height:105px;
	background:#f0f0f0;
	visibility:hidden;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	font-size: 10pt; 
	color:Maroon ; 
	font-family: Tahoma;
	text-align:center;
	float:left;
	width:40%;
	}
	
	
/* Home Page */
#HomeTwoColumn
{
	Width:auto;
	height:713px;
	position:relative;
	color:Maroon;
	font-size: 12pt; 
	font-family: arial;
	text-align:left;
}

#HomeTwoColumnLeft
{
	float:left;
	width:auto;
	margin-left:195px;
	margin-top:110px;
	position:absolute;
}

#HomeTwoColumnLefts
{
	margin-left:195px;
	margin-top:110px;
}
#HomeTwoColumnRight
{
	float:right;
	width:310px;
	visibility:hidden;
}

#BuyOnline
{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

#AboutText
{
	margin-left:130px;
	margin-top:160px;
	width:300px;
	color:darkblue;
	font-size:small;
	float:left;
	position:absolute;
}

#ContactText
{
	float:left;
	margin-left:330px;
	margin-top:410px;
	width:310px;
	position:absolute;
}