/* @override 
	http://skel.tdcake.com/css/default.css
	http://littlekuts.tdcake.com/css/default.css
	http://littlekutslv.tdcake.com/css/default.css
	http://littlekutslv.tdcake.com/css/print.css
*/

/******************************************************************************
STYLESHEET
Created: 2009 by Ariane Salvador for Tyler Digital

This stylesheet is created for the skel subdomain as the default style for the frontend of all Tyler Digital web sites.

*****************************************************************************/

/* @group Global */
body {
	background-image:url(/img/structural/pinkbg.gif);
	color:#333300;
	font-family:arial, tahoma,"lucida grande", verdana, helvetica, arial, sans-serif;
	font-size:10pt;
	margin-top:15px;
	text-align:center;
}
h1 {
	background: url(/img/structural/title.png) 0 10px;
	color: #000;
	cursor: pointer;
	font-family: "Comic Sans","Comic Sans MS", sans-serif;
	font-size: 45px;
	margin: 0px auto;
	padding-top: 75px;
	text-align:left;
	width: 360px;
}
h1 a {
	display: block;
}
h2 {
	color: #DA5999;
	font-size: 20px;
	height: 25px;
	padding-top: 20px;
	margin-bottom: 35px;
}
h3 {
	color: #F16739;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1em;
}
h4 {
	color: #F16739;
	padding-top: 1em;
}
ul, li {
	margin: 0 12px;
}
p {
	line-height: 1.50;
	margin-bottom: 15px;
}
a {
	color: #00CC00;
	outline: none;
}
a:hover {
	color:#9e0b0f;
}
#wrapper {
	text-align:left;
	margin:0 auto 0 auto;
	width:750px;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:500px;  
	height:500px;/*Should have the same value as the min height above*/  
} 

/* @end */

/* @group Common Tools */
.imgreplacement {
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
}
.clear {
	width: 100%;
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* @end */

/* @group Header */
#header{
	height:100px;
	text-align:center;	
	background: url(/img/structural/redtop.png) no-repeat bottom right;
}
#header .brand {
	margin:15px auto auto 0px;
}

/* @end */

/* @group Navigation */

#navigation ul{
	list-style:none;
	margin:3px auto 0px 20px;
	text-align:center;
	margin:7px auto 0px 20px;
}
#navigation li{
	display:inline;
	padding:15px 60px 0 0;
	padding:15px 40px 0 0;
}
#navigation a {
	color:#fff;
	font-size:10pt;
	font-weight:normal;
}
/* @end */

/* @group Content */
#main {
	text-align:center;
	width:748px;
	background: url(/img/structural/whitebg.png);
}
.content {	
	padding-top:50px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
#content p, img {
	text-align: justify;
}
#content img {
	margin-top:10px;
	margin-bottom:10px;
}

/* @group Contact */
.contact table {
	margin-bottom: 50px;
}
.contact form {
	margin-bottom: 100px;
}
.contact table.vertical input#street, .contact table.vertical textarea#comments, .contact table.vertical input#city {
	width: 300px;
}
.contact table.vertical {
	width: 300px;
}
.contact table vertical text {
	width: 100%;
}
.contact table td {
	padding-bottom: 5px;
	padding-top: 5px;
}
select {
	background-color: #fff;
}

/* @group Form */
form {
	width: 360px;
	text-align: left;
}
fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}
legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}
form label {
	display: block;
	width: 310px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}
td label {
	font-size: 12px;
}
form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}
form label.field-first,
form label.field-address,
form label.field-city,
form label.field-email {
	clear: left;
}
form label.field-first,
form label.field-last,
form label.field-city,
form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}
form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-city input,
form label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}
form label.field-state {
	float: left;
	margin-right: 10px;
	width: 60px;
}
form label.field-state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.field-zip {
	float: left;
	width: 80px;
}

form label.field-zip input {
	float: left;
	width: 80px;
}

form label.field-address {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}
form label.field-address input {
	float: left;
	width: 310px;
	padding: 0px;
}
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4,
form input#radiobutton {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

fieldset.radio label {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}
form label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

textarea {
	display: block;
}

form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3 {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

form textarea {
	margin-top: 3px;
}


/* @end */
.contact td {
	vertical-align: top;
}

/* @end */

/* @end */
/* Page-specific Code */
.home {
	float: center;
	margin-left:auto;
	margin-right:auto;
}
.home h2 {
	background-image: url(/img/structural/welcome.gif);
}
.home p {
	line-height: 2
}
.home .playroom {
	float: right;
	width: 200px;
	margin-left: 15px;
}
.home p, img{
	margin-bottom:20px;
	text-align: justify;
}
.home .content {
	width: 500px;
	margin: 0 auto;
	margin-top: 30px;
}
#showcase {
	height:205px;
	/*3px margin btwn pics*/
}
#map {
	width:500px;
	height:175px
	float:right;
	margin-top:10px;
	margin-bottom:10px;	
}
.floatleft {
	float:left;	
}

/* @group Services */
.services h2 {
	background-image: url(/img/titles/services.gif);
}

.about h2 {
	background-image: url(/img/titles/about.gif);
}
.stylists h2 {
	background-image: url(/img/titles/stylists.gif);
}
.parties h2 {
	background-image: url(/img/titles/parties.gif);
}
.products h2 {
	background-image: url(/img/titles/products.gif);
}
.products a img {
	margin-left: 200px;
}
.contact h2 {
	background-image: url(/img/titles/contact.gif);
}

/* @end */


/* Services Menu */

.services ul {
	margin-top:20px;
	list-style: none;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 0;
}
.services li {
	width: 500px;
	border-bottom: 1px dotted #000;
	margin-bottom: 1.5em;
	height: 0.8em;
	margin-left: 0;
}
.services span.left { 
	float: left; 
	background: #fff;; 
	padding-right: 0.3em;
}
.services span.right { 
	float: right; 
	background: #fff; 
	padding-left: 0.3em;
}

/* @group Footer */
#footer {
	background: url(/img/structural/footerbg.png) no-repeat bottom right;
	clear:both;
	height:110px;
	padding-top: 25px;
	text-align: center;
}
#footer img {
	margin-top:35px;
}
#footer p {
	margin:0px auto 0px 40px;
}
#footer p strong {
	background: url(/img/structural/bubbleline.gif) no-repeat -15px 0;
	padding-top: 35px;
	clear: both;
	width: 500px;
}
#footer .nav2{
	position: relative;
	
}
#footer ul {
	background: url(/img/structural/bubbleline.gif) no-repeat -15px 0;
	padding-top: 35px;
	clear: both;
	width: 400px;
	list-style-type: none;
	margin: 0 auto;
	display: block;
}
#footer li {
	display: inline;
	margin-left: 0;
	margin-right: 0;
}
/* @end */











