body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFF;
	background-image: url(/Assets/images/ss049.jpg);
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #F066a2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FF0198;
	background-image: url(/Assets/images/Banner/seoNailsUnderTheSunbanner.jpg);
	margin: 0px;
	height: 178px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #C3C;
	border-right-color: #C3C;
	border-bottom-color: #C3C;
	border-left-color: #C3C;
}
.twoColFixLtHdr #special {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #FFF;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #009;
	margin: 0px;
	line-height: 18px;
	font-weight: bold;
	padding: 5px;
}
.twoColFixLtHdr #special2 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	background-color: #FFF;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #609;
	margin: 0px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.twoColFixLtHdr #mainContentwide {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 5px;
	float: none;
}

.twoColFixLtHdr #mainContentfullwidth {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContentspecials {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
	width: 625px;
}


.twoColFixLtHdr #footer {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	background-color: #F066A2;
	line-height: 22px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #navbarbottom {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	background-color: #FFC;
	line-height: 22px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #pricelist {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #336600;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #C39;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.titlered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #C00;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	background-color: #FF0;
	color: #F09;
	line-height: 44px;
	padding: 0px;
	margin: 5px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	font-weight: bold;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.twoColFixLtHdr #spacerpink {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FF0198;
	margin: 0px;
	height: 5px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #addressbar {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
	margin: 0px;
	height: 20px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.address2 {
	font-family: "Tempus Sans ITC", "Viner Hand ITC", Papyrus;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.subtitlesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #606;
	font-weight: bold;
}
.hotpinklarge {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #E50C6C;
	line-height: 20px;
}
.purplelarge {
	font-family: "Comic Sans MS";
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #EE66CC;
	line-height: 20px;
}
.comicsans {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
.redtreb12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #CC0000;
}
.redtreb14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #C00;
}
.bluetreb14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #00C;
}
.purpletreb14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #609;
}


.redtreb16 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
}
.purpletreb16 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #660066;
}
.blueetreb16 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000066;
}
.orangeetreb16 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
}
.greenlarge {
	font-family: "Comic Sans MS";
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	line-height: 20px;
}
.blk14text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.redtreblarge {
	font-family: Calibri, Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #CC0000;
}
.pinktreblarge {
	font-family: Calibri, Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #C06;
	text-align: center;
}
.twoColFixLtHdr #webmaster {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #CCC;
	margin: 0px;
	height: 20px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.blk14textbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.promomedium {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	font-weight: bold;
	font-size: small;
}
.headerpurple {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	background-color: #F9F;
	color: #609;
	line-height: 44px;
	padding: 0px;
	margin: 5px;
}
.headerpurplemed {
	font-family: "Nueva Std Cond", "Viner Hand ITC", Papyrus, "ITC Mona Lisa Std Solid";
	font-size: 36px;
	background-color: #F9F;
	color: #609;
	line-height: 44px;
	padding: 0px;
	margin: 5px;
}
