@charset "utf-8";
@import url("reset.css");
@import url("Homepageslides.css");
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../Images/Menu/mainbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #19435c;
	
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr a {
	color: #204850;
	text-decoration: none;
}
/* THIS IS SIMPLY THE GREY BOX WITHOUT ANY MARGINS OR PADDING WIDTH 902px HEIGHT 443px*/
.Greybox {
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 23px;
	margin-bottom: 30px;
}
.GreyboxGalleries {
	padding-top: 22px;
	padding-right: 17px;
	padding-bottom: 17px; 
	padding-left: 23px;
	margin-bottom: 30px;
}
/*THIS IS THE CONTENT WITHIN THE GREY BOX...INCLUDES MARGINS AND PADDING */
.Content {
	color: #000000;
	height: 444px;
	width: 902px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:0px;
	padding-left: 0px;
	padding-top: 0px;
	Padding-right: 0px;
	overflow:auto;
}

.LeftMain {
	height: 482px;
	width: 415px; 
	border: 1px solid #CCC;
	float:none;
	padding: 0px;
	left: 50%;
	top: 50%;
}
.RightMain {
	height: 482px;
	width: 415px;
	border: 1px solid #CCC;
	float: right;
	line-height: 12px;
	overflow:auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: 20px;
}
.Textbox {
	background-color: #fee4e0;
	height: 464px;
	width: 475px;
	border: 1px solid #ccc;
	overflow: auto;
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
	float: right;
	margin-right: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#000;
}
.Textbox p {
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
.TextboxRight {
	/* background-color: #fee4e0; */
	height: 443px;
	width: 300px;
	overflow: auto;
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
	float: right;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#000;
}
.TextboxRight p {
	font-size: 14px;
	line-height: 16px;
	color: #666;
}
.TextboxNarrow {
	
	/* height: 420px; */
	width: 510px;
	overflow: auto;
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
	float: right;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#999;
}
.TextboxNarrow p {
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

.AboutArea {
	background-color: #effffa;
	height: 443px;
	width: 902px;
}

.ClientArea {
	background-color: #effffa;
	height: 443px;
	width: 902px;
}

.DetailsArea {
	background-color: #B8D8F3;
	height: 443px;
	width: 900px;
}

.TextboxDetails {
	background-color: #b8d8f3;
	height: 432px;
	width: 560px;
	overflow: auto;
	float:right;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#999;
}
.TextboxDetails p {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	padding:3px;
	margin:0;
}
.BoxLeftDetails {
	float:left;
	height:443px;
}

.ContactArea {
	background-color: #fee4e0;
	height: 443px;
	width: 902px;
}

.PricingArea {
	background-color: #b3b5ab;
	height: 443px;
	width: 902px;
}

.TextboxPricing {
	height: 343px;
	width: 602px;
	overflow: auto;
	float:left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.TextboxPricing p {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	padding:0px;
	margin:0;
}
.TextboxPricing h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
.DesignArea {
	background-color: #fee4e0;
	height: 443px;
	width: 902px;
}

.HomeArea {
	background-color:#FFF;
	/* background-color: #effffa; COLOR WITHOUT SLIDESHOW*/
	height: 443px;
	width: 902px;
}

/* THIS IS THE MENU AREA */
#Menu {
	height: 40px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 15px;
}
#Menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#Menu a
{
	color: #614627;
}
#Menu a:hover
{
	color: #204B57;
}

/* THIS IS THE HEADING AREA...NOT CURRENTLY FILLED */
.oneColFixCtrHdr #header {
	 height: 1px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-image: url(../Images/Menu/mainbox.png);
	width: 950px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #mainContentGalleries {
	padding: 0;
	background-image: url(../Images/Menu/mainbox2.png);
	width: 950px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 0 30px;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.pricing {
	float: left;
	height: 120px;
	width: 253px;
	margin-right: 15px;
	border: 3px solid #CCC;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px; */
}
.pricetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.pricedescribe {
	font-style: italic;
	font-size: 12px;
	padding: 10px;
}
.pricenumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.ProofingContent {
	background-image: url(../Images/Menu/clientloginimage.jpg);
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	background-position: right top;
	height: 444px;
}
.CenterArea {
	margin-left: 60px;
	margin-top: 0px;
}
.CenterArea H1 {
	padding-top:120px;
}

.Heading {
		
}
.Heading img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

.Thumbnails {
	float:left;
	width: 250px;
	margin-right: 15px;
}

.Thumbnails img {
	border: 8px solid #FFF;	
	padding:0px;
}

.menugallery {
	background-color: #FFF;
	width: 970px;
	margin-left: 35px;
}


