/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body {/*background:url(../images/banner_repeat.jpg) repeat-x scroll top left;*/ background-color:#ed5784; margin:0px; padding:2% 0px 0px 0px; margin-top:0px; padding-top: 10px;}
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px
} /*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color: #666;
}
p {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; font-weight:bold }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 {
	font-size:18px;
	color: #333;
}
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

/*td's padding or sample padding to be use*/
.main_td {
	padding:20px 30px 10px 30px;
	font-family: "Comic Sans MS", cursive;
}
.main_left_td { color:#ffffff; padding:0px 0px 0px 6px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#333333; text-decoration:underline; }
a:hover {
	text-decoration:none;
	font-size: 14px;
}

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:#ffffff; text-decoration:underline; } 
.a1 a:hover { text-decoration:none } 

/*css navigation | main nav*/
.nav_block {font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.nav a { /*display:block; for vertical*/ 
		 /*display:table-cell; display:inline-block;*/ 
         font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; 
		 height:auto; width:auto; background-repeat:no-repeat; background-position:top right; text-align:center;
       }
.nav a:link, .nav a:visited { color:#ffffff; text-decoration:none; text-align:center; }
.nav a:hover {
	color: #00C;
	text-decoration: underline;
}
#currentnavpage { color:#748250; }

#navfirst { line-height:30px; }
#navsecond { line-height:30px }
#navlast { background-image:none }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer_block { padding:0px 150px 10px 15px; color:#ffffff; font-weight:normal; font-size:11px }
.footer a { padding:0px 0px 50px 10px; font-weight:normal;  font-size:11px; color:#E5B1C6; text-align:right; height:auto; width:auto }
.footer a:link, .footer a:visited { color:#E5B1C6; text-decoration:none;}
.footer a:hover { text-decoration:underline }
.copy_block { font-size:10px }
.copy a { padding:0px 0px 50px 10px; font-weight:normal;  font-size:10px; color:#333333; text-align:right; height:auto; width:auto }
.copy a:link, .footer a:visited { color:#333333; text-decoration:none;}
.copy a:hover { text-decoration:underline }
#copyright { padding:5px 193px 5px 0px; color:#333333; }

.foot_block { padding:0px 150px 5px 0px; font-family:"Arial"; font-size:11px; color:#E5B1C6; }
.foot a { /*display:block; for vertical*/ /*float:left; for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:10px 0px 0px 10px; font-family:Arial, Helvetica, sans-serif; font-size:11px; 
		 height:auto; width:auto; color:#E5B1C6
       }
.foot a:link, .foot a:visited { color:#E5B1C6; text-decoration:none;  }
.foot a:hover { text-decoration:underline }


/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
padding:10px 20px 10px 20px; 
width: 360px !important; 
width /**/: 400px; 
background-color:orange;
}

/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
#box { width:400px; background-color:yellow; }
#box .box2 { padding:10px 20px 10px 20px;  }

/*add-ons*/
.ff_cs {
	font-family:"Comic Sans MS";
	text-align: center;
} /*sample font-family to be use*/
.brown { color:#B29D90; } /*sample font color to be use*/
.form { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; } /*font attrributes for form, e.g., input box, textarea, select*/

.overflow {
overflow: auto;
overflow-x: hidden;
height: auto;
width: 455px;
}
.fs20 table tr td table tr td table tr .main_td form table {
	color: #333;
}
.main_td form table tr td {
	color: #333;
}
.buttons {
	font-family: Comic Sans MS, cursive;
}
.buttons strong {
	font-family: Comic Sans MS, cursive;
}
.testimonialbutton {
	font-family: Comic Sans MS, cursive;
}
.testimonialbutton {
	font-family: Comic Sans MS, cursive;
}
.utubebutton {
	font-family: Comic Sans MS, cursive;
}
.utubebutton {
	font-family: Comic Sans MS, cursive;
}
.facebookbutton {
	font-family: Comic Sans MS, cursive;
}
.facebookbutton {
	font-family: Comic Sans MS, cursive;
}
.fs15 {
	font-family: Comic Sans MS, cursive;
	color: #FFF;
}
.linkedinbutton {
	font-family: Comic Sans MS, cursive;
}
.main_td div {
	color: #333;
}
.fs20 strong {
	font-family: Comic Sans MS, cursive;
	color: #000;
	font-weight: bold;
}
.fs16 {
	font-family: Comic Sans MS, cursive;
	color: #06C;
}
.fs16 strong u {
	font-family: Comic Sans MS, cursive;
	color: #333;
}
.main_td .fs18 strong {
	color: #000;
	font-size: 24px;
}
.fs20 strong u {
	color: #333;
}
.leftlinks {
	font-family: Arial Black, Gadget, sans-serif;
}
leftlink {
	font-family: Arial, Helvetica, sans-serif;
}
strong u {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.main_td p {
	color: #000;
	background-color: #FFF;
}
.nav_block .nav div table tr td div .fs13 {
	font-family: Comic Sans MS, cursive;
	color: #FFF;
}
.main_td .fs16 strong {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.main_td form p .fs18 strong {
	font-family: Comic Sans MS, cursive;
	color: #F00;
}
.main_td p strong {
	color: #000;
}
.main_td table tr td p {
	color: #00F;
	font-size: 18px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
.main_td table tr td {
	color: #F00;
	font-family: "Comic Sans MS", cursive;
}
.main_td form table {
	color: #F00;
}
.Links {
	color: #FFF;
}
.links {
	color: #00C;
}
.links {
	color: #00C;
}
.link {
	color: #00C;
}
.nav_block .nav div table tr td div a u {
	color: #FFF;
}
.freegroom {
	color: #F00;
}
.service {
	color: #00C;
}
.freegroom {
	color: #F00;
}
.main_td form p .fs18 strong {
	color: #000;
}
.main_td .fs18 .fs20 div em strong {
	color: #000;
}
.main_td .fs18 .fs20 div p strong {
	color: #000;
}
.main_td .fs18 .fs20 div div {
	font-family: Comic Sans MS, cursive;
}
.main_td .fs18 .fs20 div div div p {
	font-family: Comic Sans MS, cursive;
}
.main_td .fs18 .fs20 div div div p {
	font-weight: bold;
}
.main_td .fs18 .fs20 div p strong {
	font-size: 18px;
}
