@charset "utf-8";
/* CSS Document 

Author: Jazmin Brooks
Date: December 2009

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
    padding:0;
    margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#000;
    background-color:#fcbeb6;
    min-height:100%;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

p{
    margin-top:0;
    margin-bottom:15px;
}

a img{
    border:none;
}

img{
    display:block;
}

.clear{
    clear:both;
    height:0;
    overflow:hidden;
}
.left{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

h1{
    line-height:normal;
    font-size:24px;
    font-weight:normal;
    color: #333333;
    margin-bottom:15px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	text-shadow: 0px 1px 0px #fff;
	background-image:url(images/bg_h1.jpg);
	background-repeat:no-repeat;
	padding:11px 10px 14px 24px;
}

h2{
    line-height:normal;
    font-size:20px;
    font-weight:normal;
    color:#ff1414;
    margin-bottom: 3px;
	margin-top:20px;
	margin-bottom:10px;
}

h3{
    line-height:normal;
    font-size:16px;
    font-weight:bold;
    color:#000;
    margin:20px 0 10px 0;
}

a {
    color:#ff1414;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

ul{
    padding:0;
    margin:20px 10px 20px 0;
}
li{
    list-style: none;
    background: url(images/bullet.gif) no-repeat left 2px;
    padding-left: 30px;
    margin-bottom:15px;
    color:#000;
}

label {
    cursor:pointer;
    color:#ff1414;
}

.noBorder{
    border-style:none !important;
}

/*Structure*/

#wrapper{
	width:940px;
	margin:0 auto;
}

#subCol{
	width:310px;
	float:left;
	margin-right:35px;
}

#mainCol{
	float:left;
	width:570px;
	margin-top:38px;
	padding-right:25px;
	padding-bottom:20px;
}

#footer{
	margin-left:347px;
	border-top:1px solid #d4d4d4;
	margin-right:31px;
	padding-top:17px;
	padding-bottom:20px;
}

/*detail*/

#blurb{
	padding:10px 20px 20px 20px;
	background-image:url(images/blurb_bg.jpg);
}

#menu{
	padding-left:30px;
}

/*menu styles*/



#navigation {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation li {
    position:relative;
    margin: 0;
	padding:0;
}

#navigation li a{
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(images/menu_sprite_full.jpg);
	background-repeat:no-repeat;
	width:252px;
	height:50px;
}

/*normal*/

.home a{background-position:0 0; }
.products a{background-position:0 -50px; }
.support a{background-position:0 -100px; }
.about a{background-position:0 -150px; }
.contact a{background-position:0 -200px; height:52px !important; }

/*hover*/

/*#navigation a .hover{
	background-image:url(images/menu_sprite_full.jpg);
	background-repeat:no-repeat;
	display:block;
	opacity:0;
	position:relative;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

#navigation a.home .hover {background-position:-252px 0; }
#navigation a.products .hover {background-position:-252px -50px; }
#navigation a.support .hover {background-position:-252px -100px; }
#navigation a.about .hover {background-position:-252px -150px; }
#navigation a.contact .hover {background-position:-252px -200px; }*/

.home a:hover {background-position:-252px 0; }
.products a:hover {background-position:-252px -50px; }
.support a:hover {background-position:-252px -100px; }
.about a:hover {background-position:-252px -150px; }
.contact a:hover {background-position:-252px -200px; }

/*active*/

.home a:active, .home .active{background-position:-504px 0; }
.products a:active, .products .active{background-position:-504px -50px; }
.support a:active, .support .active{background-position:-504px -100px; }
.about a:active, .about .active{background-position:-504px -150px; }
.contact a:active, .contact .active{background-position:-504px -200px; }


/*end of menu*/

#callToAction{
	width:216px;
	margin:20px auto 0 auto;
}

#content{
	padding-left:10px;
}

.ctaText{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}

#footerMenu{
	float:left;
}

#designLogo{
	float:right;
}

/*form*/

.contactF img{
	display:inline;
}

.contactF td{
	padding-bottom:3px;
}

.validation, #newsletter-form .validation{
	font-size:9px;
	color:#F00;
}

.validation td{
	padding:0;
}

input, textarea, select{
	border:1px solid #bbb9b9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:7px;
	width:290px;
	background-image:url(images/input_bg.jpg);
	background-repeat:repeat-x;
}

select{
	width:304px;
}

textarea {
	height:100px;
	width:394px;
}

.contactButtons a{
	background-color:#fff;
	background-image:url(images/button_sprite.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	margin-top:0;
	line-height:normal;
	margin-right:20px;
	width:80px;
	display:block;
	float:left;
	text-align:center;
	padding:8px 0;
	height:auto;
}

.contactButtons a:hover{
	text-decoration:none;
	background-position:0 -30px;
}

.contactButtons a:active{
	text-decoration:none;
	background-position:0 -60px;
}

.validation input, .validation textarea{
	border:1px solid #F00;
}

