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

.label {
    font-weight: bold;
}

body {
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #323232;
	letter-spacing: -0.02em;
	background:#f8f8f8 url(/wp-content/themes/bobcad/images/lp/bobcad_mill/gray-bg.png) repeat;
}

h1 {
	font-size:40px; 
	letter-spacing: -0.08em; 
	text-shadow: #18384a -1px 1px 0; 
	font-weight:normal; 
	margin:0; 
}

h2 {
	font-size:18px; 
	letter-spacing: -0.05em; 
	text-shadow: #fff -1px 1px 0; 
	font-weight:bold; 
	margin:0;
	padding:0;
}

h3 {
	font-size:14px; 
	text-shadow: #FFF -1px 1px 0; 
	margin:15px 0 0; 
	padding:0 0 5px;
}

ul {
	padding:0;
	margin:0;
}

li {
	list-style:none;
	padding:0;
	margin:5px 0 0;
}

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

a:link,a:visited {
	text-decoration:none;
	outline:0 none;
}

a:hover {
	text-decoration:underline;
	outline:0 none;
}

a:active {
	outline:0 none;
	position:relative;
	top:1px;
}

dl {
	margin:30px 0 0;
	padding:0;
}



dd {
	padding:0;
	margin:5px 0 15px;
}

input, textarea {
	width:280px;
	padding:5px;
	margin:5px 0 5px;
	border:#CCC solid 1px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

input[type=checkbox] {
    width: 20px;
}

input[type=submit] {
    width: 285px;
    padding: 5px;
}

.textarea {
	height: 80px;
}

input.text {
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/bg_input.gif) bottom repeat-x;
}

select {
	width:290px;
	padding:5px;
	border:#CCC solid 1px;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border:#5f83b8 solid 1px;
	background:#d9e9ff;
}

.float-lt {
	float:left;
}

.float-rt {
	float:right;
}

.require {
	color:#ed1f24;
}


div#wrapper {
	height:500px;
	width:100%;
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/blue-bg.png);
	background-repeat:repeat-x;
}

/* Header Begin */
div#header {
	width:100%; 
	margin: 0 auto; 
	padding:0;
}
	
div#header-container {
	width:960px; 
	margin: 0 auto; 
	height:100px;
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/header-bg.gif);
	background-repeat:no-repeat;
	color: #fff;
}

p#logo {
	width:333px;
	height:65px;
	margin:30px 0 0 1px;
	float:left;
}

/* Header End */

/* Content Begin */
div#content {
	width:960px;
	min-height:300px;
	height:760px;
	margin: 0 auto;
	background-color:#FFF;
	clear:both;
	/*border-radius: 4px;*/
    box-shadow: inset 0 1px 3px #fff, 0 0 5px #e5e5e5;
    -o-box-shadow: inset 0 1px 3px #fff, 0 0 5px #e5e5e5;
    -webkit-box-shadow: inset 0 1px 3px #fff, 0 0 5px #e5e5e5;
    -moz-box-shadow: inset 0 1px 3px #fff, 0 0 5px #e5e5e5;
}

.monitor-bg {
	background:#FFF url(/wp-content/themes/bobcad/images/lp/bobcad_mill/cnc-worker.png) no-repeat;
	background-position: 0px 350px;
}

div#content-container-top {
	width:920px;
	height:auto;
	padding:30px 30px 0;
	float:left;
}

div#email-box {
	width:315px;
	height:240px;
	float:left;
	padding-top:15px;
}

p.dl-text {
	width:300px;
}

#pform {
	width:282px;
	padding:0;
	margin:20px 0 0;
}

button {
	padding:0;
	margin:5px 0 15px;
	width:185px;
	height:49px;
	border: 0; 
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
	outline:0 none;
}

button.start {
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/btn-start.png);
}

button.start:hover {
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/btn-start-hover.png);
}

button.demo {
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/btn-demo.png);
}

button.demo:hover {
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/btn-demo-hover.png);
}

button::-moz-focus-inner {
	border: 0; 
}

button:active {
	position:relative;
	top:1px;
}

div#head-box {
	width:550px;
	height:240px;
	float:left;
	padding:15px 0 0 25px;
	border-left:#e5e5e5 solid 1px;
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/headline.png) no-repeat 25px 10px;
}

div#head-box-2 {
	width:570px;
	height:720px;
	float:left;
	padding:10px 0 0 25px;
	border-left:#e5e5e5 solid 1px;
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/head-monitor.png) no-repeat 25px 10px;
}

img.headline {
	margin: 0 0 30px;
}

div#divider {
	clear:both; 
	width:960px; 
	border-top:#e5e5e5 solid 1px;
}

div#content-container-bottom {
	width:340px;
	height:400px;
	padding:30px 30px 0;
	float:right;
}

div#list-1 { 
	width:130px; 
	margin-right:40px;
}

div#list-2 {
	width: 140px;
}

div#clients {
	clear:both;
	padding:30px 0 0;
	margin:0;
	height: 120px;
	width: 340px;
	background:url(/wp-content/themes/bobcad/images/lp/bobcad_mill/client-list.png) no-repeat 0 80px;
}

/* Content End */

/* Footer Begin */

div#footer {
	width: 960px;
	margin: 0 auto; 
	clear:both;
	height:50px;
	text-align: right;
}

/* Footer End */