/* -------------------------------------------------------------- 
  
   Author: creative caldron 
   Site: embroidnow.com
   email: rmoser@creativecaldron.com
      
-------------------------------------------------------------- */

@import 'reset.css';
@import 'type.css';



/* ===== GENERAL SITE CSS ======================= */


#wrapper { width: 960px; margin: 10px auto 0; }



/* ------- HEADER ------------------------------- */

#header { background: url(../images/header.png) no-repeat left top; }


#header h1 {
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat left center !important;
	background: url(../images/logo.gif) no-repeat left center;
	height: 100px;
	width: 150px;
	margin: 0 10px 15px;
	float: left;
}

span#action1 {
	float: right;
	clear: left;
	font-size: 1.6em;
	background: url(../images/phone.png) no-repeat left 50%;
	margin: -100px 10px 0 0;
	padding-left: 20px;
}


/* ------- MAIN NAV ----------------------------- */

ul#topNav {
	background: url(../images/nav_bg.png) no-repeat;
	height: 35px;
	margin: 10px 0;
	float:left;
    width:100%;
    line-height:normal;
}

ul#topNav li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

ul#topNav li a {
	display: block;
	text-decoration: none;
	border: none;
	padding: 10px 15px 10px;
	color: #666;
	font-size: 1em;
	text-transform: uppercase;
}

ul#topNav li a:hover {
	color: #b92224;
	background:url(../images/nav_over_l.gif) no-repeat left 55%;
}

ul#topNav li a span { padding: 7px 12px 5px 5px; }

ul#topNav li a:hover span {
	background:url(../images/nav_over_r.gif) no-repeat right 75%;
}



/* ------- STEP NAV ----------------------------

ul#stepNav {
	float: left;
	margin: 250px 0 0 0;
}

ul#stepNav li {
	float: left;
	list-style-type: none;
	padding: 10px 0 15px 10px;
	margin: 0 70px 0 0;
	color: #fff;
}


/* -------- VCARD -------------------------------

.vcard {
	background: url(../images/vcard_bg.png) no-repeat;
	color: #f1f1f1;
	width: 150px;
	float: right;
	padding: 280px 20px 20px;
	margin: -10px 170px 0 0;
	font-weight: lighter;
}

/* -------- TESTIMONIAL -------------------------

blockquote.testimonial {
	float: right;
	margin-right: -350px;
	padding-top: 200px;
	color: #f1f1f1;
}

/* -------- MAIN CONTENT ------------------------*/

#mainContent { 
	float: left;
	width: 630px;
	margin-right: 10px;
	
}

#mainContent p {
	padding: 0 15px 0 0;
}

#mainContent ul { margin-left: 0; }

#mainContent ul li {
	background: url(../images/bullet_star.png) no-repeat;
	background: none;
	padding-left: 30px;
}



/* -------- SIDEBAR -----------------------------*/

#sideBar {
	float: left;
	width: 220px;
}

form#infoReq {
	background: url(../images/form_bg.png) no-repeat;
	margin-top: -45px;
	padding: 10px 30px 0;
	height: 420px;
	width: 320px;
}

form#infoReq p { color: #999; }

span#warning { color: #b92224; }
   

/* -------- FOOTER -----------------------------*/


#footer {
	clear: both;
	background: url(../images/en_footer.gif) no-repeat;
	height: 168px;
	width: 960px;
	margin: -80px 0 10px;
}

#footer p {
	padding: 75px 15px 0;
	color: #333;
}



/* form styles */

form {
	width: 320px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

fieldset#button {
	margin-top: -15px;
}

legend {
	display: none;
}

form h6 {
	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;
}

form input {
	display: block;
	margin-top: 3px;
	width: 180px;
}

form input#submit {
	width: 80px;
}

form select {
	float: left;
	display: block;
}

textarea {
	display: block;
}

form textarea {
	margin-top: 3px;
}

input[type="hidden"] {
    margin: 0;
    padding: 0;
}

input#submit {
	border: 3px double #555;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background: #e1e1e1;
	padding: 0.25em 0.8em;
	color: #333333;
	font-size: 75%;
	font-family: Verdana, Helvetica, Arial, sans-serif;}

input#submit:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

	/* js form elements */
	
	input.invalid {
		background-color: #FF9;
		border: 2px red inset;
	}
	
	label.invalid {
		color: #F00;
	}


/* KWICKS */


#kwicks_container { 
	height: 100px;
	width: 630px;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 3px double #fff;
	margin-bottom: 10px;
	padding: 10px 0;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 120px;
	height: 100px;
	border-left: 5px solid #ffffff;
}
 

#kwicks_container #kwicks { background: url(../images/tab4.gif) no-repeat 480px; display: block; height: 100px; }

#kwicks_container li {
	float: left;
	list-style-type: none;
}

#kwicks_container a { cursor: pointer; margin-top: 20px; padding: 50px 0 50px; background: transparent; }
 
li#kwick_orange.kwick {background: url(../images/tab1.gif) no-repeat;}
li#kwick_green.kwick {background: url(../images/tab2.gif) no-repeat;}
li#kwick_violet.kwick {background: url(../images/tab3.gif) no-repeat;}

#kwicks .kwick span { text-indent: -9999px; display: none;}




/* MISC */

.hidden { display: none; }


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
