/* @override http://bob.local/www.axondm.com/cookies/_css/main.css */

*{
	padding: 0px;
	margin: 0px;
}

html{
}

body{
	color: #5e5e5e;
	font: 14px arial, verdana, sans-serif;
	background: url(../_img/background.jpg) repeat;
}

img{
	border: none;
}

a:link{
	color: #000;
}

a:visited{
	color: #000;
}

a:hover, a:active{
	color: #d02902;
}

h1{
	font: 23px/26px verdana, arial, sans-serif;
	font-weight: bold;
	color: #d02902;	
	margin-bottom: 18px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}

.note{
	font-size: 10px;
	color: #a36819;
}

.error{
	color: red;
}

.right_align{
	float: right;
}

#container{
	width: 921px;
	height: 688px;
	position: absolute;
	margin-left: 50%;
	left: -450px;
	border-left: 2px solid #98a5a9;
	border-right: 2px solid #98a5a9;
	border-bottom: 2px solid #98a5a9;
	background: #FFF url(../_img/cookie_mast_head.jpg) no-repeat 0 66px;
}

#container.thanks{
	height: 623px;
}

#header{
	height: 66px;
	width: 921px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content{
	position: absolute;
	top: 66px;
	width: 921px;
	height: 626px;
}

#content.thanks{
	height: 534px;
}

#content p, #content_thanks p{
	margin-bottom: 8px;
}

#content ul{
	margin-left: 20px;
	margin-bottom: 10px;
}

#content li{
	margin-bottom: 10px;
}

#intro{
	position: absolute;
	width: 460px;
	height: 250px;
	top: 18px;
	left:440px;
	font-size: 16px;
}

#thanks_text{
	position: absolute;
	width: 660px;
	height: 229px;
	padding-left: 45px;
	padding-top: 38px;
	top: 0px;
	left:0px;
	font-size: 16px;
	background-color: #FFF;
}

#thanks_text p{
	margin-left: 30px;
}

#recipe{
	position: absolute;
	width: 503px;
	height: 344px;
	left: 0px;
	top: 281px;
}

#tab1{
	position: absolute;
	width: 133px;
	height: 25px;
	padding-top: 6px;
	padding-left: 17px;
	top: 0px;
	left: 0px;
	background: url(../_img/tab1_unselected.png) no-repeat;
}

#tab2{
	position: absolute;
	width: 164px;
	height: 25px;
	padding-top: 6px;
	padding-left: 12px;
	top: 0px;
	left: 154px;
	background: url(../_img/tab2_unselected.png) no-repeat;
}

#tab3{
	position: absolute;
	width: 154px;
	height: 25px;
	padding-top: 6px;
	padding-left: 15px;
	top: 0px;
	left: 335px;
	background: url(../_img/tab3_unselected.png) no-repeat;
}

#tab1 a, #tab2 a, #tab3 a{
	color: #6598a9;
	font-size: 16px;
	text-decoration: none;
	outline: none;
}

#tab1 a:hover, #tab2 a:hover, #tab3 a:hover{
	color: #d02902;
}

#recipe_content{
	position: absolute;
	top: 37px;
	left: 5px;
	width: 443px;
	height: 246px;
	padding: 25px;
	background: url(../_img/paper_texture.jpg) no-repeat;
}

#designs{
	position: absolute;
	width: 440px;
	top: 85px;
	left: 75px;
}

#programming{
	position: absolute;
	width: 440px;
	top: 85px;
}

#web_integration{
	position: absolute;
	width: 440px;
	top: 60px;
}

#cookie_form{
	position: absolute;
	top: 312px;
	left: 499px;
	width: 393px;
	height: 295px;
	padding: 10px 5px 5px 21px;
	background: url(../_img/shadow.jpg) no-repeat;
	font-size: 12px;
	color: #6598a9;
}

#portfolio{
	position: absolute;
	top: 327px;
	left: 180px;
	width: 700px;
	height: 200px;
}

.item{
	position: relative;
	float: left;
	width: 150px;
	margin-right: 50px;
}

.item img{
	border: 1px solid #98a5a9;
	padding: 5px;
}

.item p{
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}

#footer{
	width: 921px;
	top: 694px;
	position: absolute;
	margin-left: 50%;
	left: -450px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer p{
	font-size: 10px;
	text-align: center;
}

#thanks_footer{
	width: 921px;
	top: 602px;
	height: 11px;
	position: absolute;
	margin-left: 50%;
	left: -448px;
	color: #000;
	padding: 5px;
	background: url(../_img/blue_stripe.jpg) no-repeat;
}

#thanks_footer p{
	font-size: 10px;
	text-align: left;
}

/* Form Styles */
table{
	width: 100%;
}

input{
	width: 175px;
	height: 20px;
	margin-bottom: 6px;
	border: 1px solid #999;
}

textarea{
	width: 372px;
	height: 71px;
	margin-bottom: 4px;
	border: 1px solid #999;
}

fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding: 0px;  
	margin: 0px;
	border: none;
}

label {  
	color: #89a899;
	font-size: 11px;
}

fieldset.submit {  
	clear: both; 
	width: auto;  
	float:right 
}

fieldset.submit input{
	width: 120px;
	height: 38px;
	padding-right: 10px;
	margin: 0px;
	border: none;
}

