/* Malleck Design Co. http://malleckdesignco.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background:#fff;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Typography*/
body{
	font-family:Helvetica, Tahoma, sans-serif;
	color:#222222;
	}
h1{
	font-family:Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	font-size:1.7em;
	letter-spacing:.01em;
	}
h2{
	color:#778888;
	font-size:1.3em;
	font-weight:bold;
	}

p{
	font-size:1.0em;
	padding:10px 0px 10px 0px;
	line-height:1.2em;
	color:#bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	}

a{
	color:#fa8787;
	}
li {
	padding-bottom:10px;
	}
a:hover{
	text-decoration:none;
	}

/*END Typography*/

/*Layout*/
#header{
	height:45px;
	padding-top:15px;
	border-top:25px solid #222222;
	border-bottom:1px solid #222222;
	}
#logo{
	margin-top:15px;
	margin-left:10px;
	float:left;
	}
#logo h1{
	display:block;
	text-indent:-10000px;
	}
#logo h1 a{
	display:block;
	width:59px;
	height:59px;
	text-indent:-10000px;
	background-image:url(../img/logo.png);
	}
#headimg{
	margin-top:50px;
	}
#nav{
	background:transparent url(../img/nav_back.gif) no-repeat;
	height:115px;
	clear:both;
	}
#pricelinks{
	clear:both;
	padding-top:30px;
	padding-right:200px;
	text-align:right;
	}
#navigation{
	float:right;
	display:inline;
	margin-top:50px;
	}
#navigation li{
	font-size:1.1em;
	display:inline;
	padding-right:10px;
	letter-spacing:.08em;
	}
#navigation li a{
	text-decoration:none;
	}
#navigation li a:hover{
	color:#778888;
	}
#navigation .active{
	color:#fa8787;
}
#main_content{
	float:left;
	width:800px;
	height:500px;
	background-color:#fff;
	margin:10px 0px 10px 0px;
	}
#sidebar{
	float:right;
	width:120px;
	height:490px;
	padding:10px 0px 0px 20px;
	}
#sidebar p{
	color:#666666;
	}
#sidebar a{
	font-size:11px;
	color:#222222;
	}
#sub_nav{
	font-size:.7em;
	}
#sub_nav li {
	padding-bottom:6px;
	}

#footer{
	clear:both;
	height:22px;
	padding:0px 0px 20px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	}

#footer p{
	font-size:12px;
	font-style:normal;
	}
.clear{
	clear:both;
	}
.leftfoot{
	float:left;
	display:inline;
	width:400px;
	}
.rightfoot{
	width:400px;
	float:right;
	display:inline;
	text-align:right;
	}
#thumbs{
	margin-top:5px;
	}
#thumbs li{
	padding-bottom:3px;
	}
div .ss-controls .pause{
	display:block;
	text-indent:-10000px;
	background-image:url(../img/pause.png);
	background-repeat:no-repeat;
	width:40px;
	height:20px;
	font-size:9px;
	float:left;
	}
div .ss-controls .play{
	display:block;
	text-indent:-10000px;
	background-image:url(../img/play.png);
	background-repeat:no-repeat;
	width:40px;
	height:20px;
	font-size:9px;
	float:left;
	}
div .nav-controls .prev{
	display:block;
	text-indent:-10000px;
	background-image:url(../img/prev.png);
	background-repeat:no-repeat;
	width:40px;
	height:20px;
	font-size:9px;
	float:left;
	}
div .nav-controls .next{
	display:block;
	text-indent:-10000px;
	background-image:url(../img/next.png);
	background-repeat:no-repeat;
	width:40px;
	height:20px;
	font-size:9px;
	float:left;
	}
/*Contact Form*/

.tbmain{ 
 /* Changes on the form */
 background: transparent !important; 
}
.left{
  /* Changes on the form */
  color: #778888 !important; 
  font-family: Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-style:italic;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:#778888;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:transparent;
}
span.required{
  font-size: 11px !important;
  color: #fa8787; !important;
}
 
div.backButton{
    background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
.error{
	color:#fa8787;
	margin:10px 0px 10px 150px;
	}

/*End Contact form*/
.item{
	float:left;
	margin:0px 10px;
	width:200px;
	}
.title {
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#fa8787;
	border-bottom:1px solid #778888;
	border-top:1px solid #778888;
	padding:2px 0px;
	}
.package li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:.8em;
	color:#666666;
	padding:4px 2px;
	list-style-type:none;
	}
.package{
	margin-bottom:15px;
	}
.left{
	float:left;
	width:440px;
	display:inline;

	}
.right{
	float:right;
	width:500px;
	text-align:right;
	display:inline;
	padding-top:5px;
	font-size:12px;
	
	}
	
.social_icon{
	margin:5px;
	}
.big{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:45px;
	font-weight:bold;
	}
.social_icon{
	margin:5px;
	}
#form{
	padding:35px 10px 10px 25px;
	float:left;
	width:600px;
	display:inline;
	}
#side_contact{
	float:right;
	width:300px;
	display:inline;
	margin-top:50px;
	}
#side_contact h2{
	color:#778888;
	padding-bottom:3px;
	border-bottom:1px solid #999999;
	}
#side_contact p{
	font-family: Helvetica, sans-serif;
	font-style:italic;
	color:#CCCCCC;
	}
.container{
	margin:0 auto;
	width:940px;
	
	}
