@charset "utf-8";
/* CSS Document */



body {
	background:url(../cutters/images/background.gif) no-repeat 50% 50% #000;
	margin:0 0 0 0;
	padding:0;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:24px;
}
#wrapper {
	width:952px;/*

	height:950px;*/
	margin:0 auto;
	overflow:hidden;
}
#main {
	width:952px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#header {
	background:url(../cutters/images/header_bg.png) no-repeat 0 0;
	width:952px;
	height:133px;
	position:relative;
	z-index:3;
}
#logo {
	float:left;
	margin-left:27px;
}
#navigation {
	position:absolute;
	width:450px;
	height:35px;
	top:108px;
	right:0;
	z-index:4;
}
#phone_number {
	position:absolute;
	top:60px;
	right:92px;
	width:247px;
	height:13px;
}
#content {
	width:952px;
	padding:0;
	background:url(../cutters/images/inside_bg_slice.png) repeat-y 0 50px;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:1;
	border-bottom:1px solid #313431;
}
#iphone_img {
	display:none;
}
#hero {
	width:950px;
	height:332px;
	margin:0 auto;
	padding:0;
}
#home_content {
	width:410px;
	padding:50px;
	float:right;
	min-height:150px;
}
#main_content {
	width:850px;
	padding:0 50px 50px 50px;
	float:left;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#main_content_btm {
	width:952px;
	padding:0;
	margin:0;/*

	background:url(../cutters/images/inside_btm_bg.png) no-repeat 0 bottom;*/
	height:10px;
	float:left;
}
#home_links {
	position:absolute;
	width:340px;
	height:275px;
	left:78px;
	top:280px;
	z-index:3;
}
#home_links img {
	padding:0 0 5px 0;
}
#home_links a, #home_links a:visited {
	outline:0;
}
#footer {
	width:950px;
	margin:20px auto 0;
	text-align:center;
	color:#606060;
	float:left;
	font-size:11px;
	letter-spacing:3px;
	border:1px solid #313431;
	background:url(../cutters/images/bg_slice.png) repeat-x;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

input, textarea {
     background:#000;
     color:#747474;
border: 1px solid #747474;}

