html {
	-webkit-text-size-adjust: none;    /* iphone large text fix */
}

body {
	font-family: Arial, Verdana;
	margin: 0;
	padding: 0;
}

#header {
	background: transparent url(/images/vSprite.gif) repeat-x scroll 0 -60px;
	margin: 0 auto 60px;
	min-height: 27px;
	min-width: 870px;
	padding-top: 3px;
	position:relative;
	text-align:left;
	white-space: nowrap;
	z-index: 11;
}

#nav {
	position: relative;
	top: 4px;
	color: #dedede;
	font: 8px/14px Georgia, sans-serif;
	width:	500px;
	margin: 0 auto 46px;
	padding-left: 200px;
}

#nav > li {
	background: url(/images/commonSprite.png) no-repeat 0 0;
	display: block;
	float: left;
	overflow: hidden;
	height: 11px;
 }
	 
/* Link Styles */
#nav li a {
	background: url(/images/commonSprite.png) no-repeat 0 0;
	display: block;
	height: 100%;
	outline: none;
	text-indent: -5000px;
	width: 100%;
}

#nav > #nHome {
	background-position: 0px -47px;
	width: 45px;
}
#nav a[title*="Home"] {
	background-position: 0px -47px;
	width: 34px;
}
#nav a[title*="Home"]:hover {
	background-position: 0px -57px;
}

#nav > #nAbout {
	background-position: -128px -47px;
	width: 62px;
}
#nav a[title*="About"] {
	background-position: -136px -47px;
	margin-left: 8px;
	width: 41px;
}
#nav a[title*="About"]:hover {
	background-position: -136px -57px;
}

#nav > #nBlog {
	background-position: -242px -47px;
	width: 47px;
}
#nav a[title*="Blog"] {
	background-position: -250px -47px;
	margin-left: 8px;
	width: 31px;
}
#nav a[title*="Blog"]:hover {
	background-position: -250px -57px;
}

#nav > #nCommunity {
	background-position: -291px -47px;
	width: 91px;
}
#nav a[title*="Community"] {
	background-position: -299px -47px;
	margin-left: 8px;
	width: 77px;
}
#nav a[title*="Community"]:hover {
	background-position: -299px -57px;
}

/*#nav a[title*="Examples"] {
	background-position: -48px -47px;
	width: 80px;
}
#nav a[title*="Examples"]:hover {
	background-position: -48px -57px;
}

#nav a[title*="Freq"] {
	background-position: -190px -47px;
	width: 48px;
}
#nav a[title*="Freq"]:hover {
	background-position: -190px -57px;
}

#nav a[title*="Widgets"] {
	background-position: -387px -47px;
	width: 95px;
}
#nav a[title*="Widgets"]:hover {
	background-position: -387px -57px;
}*/
		
/* More Menu */
#nav > #more {
	background: url(/images/commonSprite.png) no-repeat -480px -47px;
	width: 215px;
	position: relative;
	text-indent: -5000px;
	z-index: 2;
}
#more:hover {
	width: 235px;
	overflow: visible;
}
#more:hover ul {
	background:transparent url(//www.wolframcdn.com/moreNavMenu-v3.png) no-repeat scroll 0 -1px;
	display: block;
	height: 325px;
	left: -1px;
	padding: 21px;
	position:absolute;
	text-indent:-5000px;
	top: -6px;
	width: 189px;
}
#more li {
	background: transparent url(/images/bulletSprite.png) no-repeat scroll 0 -43px !important;
	float:none;
	line-height:13px;
	list-style: none;
	margin:7px 0 0 -6px;
	overflow:visible;
	white-space:normal;
	width:200px !important;
	padding-left: 10px;
}
#more li a {
	background-image: none;
	text-indent: 0;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #5D5D5D !important;
	cursor: pointer;
}
	#more li a:hover {
		color: #DB0303 !important;
	}
#more li#new-to {
	margin-top: 14px;
}
	#more li#new-to a, #more li#new-to a:hover {
		color: #c0c0c0 !important;
		cursor: default;
	}
#more li#mobile {
	margin-top: 19px;
}

#more li#mobile, #more li#home, #more li#partproject, #more li#professional {
	margin-top: 18px;
}

#askaquestion {
	background: url(/images/enterprise/dev-footer-bar.gif) no-repeat 0 0;
	height: 40px;
	margin-bottom: 20px;
	position: relative;
	width: 920px;
}
	#question {
		background-color: transparent;
		border: 0px solid #000000;
		font-size: 11px;
		padding: 3px;
		position: absolute;
		left: 116px;
		top: 12px;
		width: 314px;
	}
	#submitquestion {
		background: url(/images/enterprise/dev-footer_arrow.gif) no-repeat 0 0;
		display: block;
		cursor: hand;
		height: 7px;
		position: absolute;
		left: 440px;
		top: 17px;
		width: 7px;
	}
		#submitquestion:hover {
			background-position: 0 -7px;
		}

#footer {
	color: #999999;
	font-size: 9px;
	margin-bottom: 20px;
	padding: 0 5px;
}
	#footer ul {
		margin: 0;
		padding: 0;
	}
	#footer ul li {
		list-style: none;
		display:inline-block;
		padding-left:15px;
		padding-right:15px;
		border-left:1px solid #ccc;
	}
	#footer ul li.first {
		padding-left:0px;
		border-left:0px;
	}
	#footer a {
		color: #999999;
	}
	#footer a:hover {
		color: #DB0303;
	}

a {
	text-decoration: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

.pod {
	margin-bottom: 15px;
	padding-bottom: 17px;
	padding-top: 12px;
	position: relative;
}
	.pod .top, .pod .bot {
		position: absolute;
		width: 920px;
	}
	.pod .top {
		background: url(/images/enterprise/enterprise_header_sm.gif) no-repeat 0 0;
		height: 12px;
		top: 0;
	}
	.pod .mid {
		background: url(/images/enterprise/920px_pod_mid.gif) repeat-y 0 0;
		color: #555555;
		font-size: 12px;
		line-height: 16px;
		padding: 25px 25px 14px;
		position: relative;
		width: 870px;
	}
	.pod .bot {
		background: url(/images/enterprise/920px_pod_bttm.gif) no-repeat 0 0;
		bottom: 0;
		height: 17px;
	}
	
	.pod ul {
		padding: 0;
		margin: 0;
	}

	.pod ul li {
		background: url(/images/enterprise/blue_bullet.gif) no-repeat 0 6px;
		list-style: none;
		line-height: 17px;
		margin: 0 0 10px 0;
		padding-left: 13px;
	}

.section {
	padding-top: 50px;
}
	.section .top {
		background: url(/images/enterprise/enterprise_header.gif) no-repeat 0 0;
		height: 54px;
	}
	.section .top h2 {
		color: #4778ae;
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		margin-top: 14px;
		padding-left: 25px;
	}

.divider {
}
	.divider .left {
		float: left;
	}
	.divider .left-410 {
		width: 410px;
	}
	.divider .right-410 {
		margin-left: 455px;
		width: 410px;
	}

h3 {
	color: #222222;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
	h3:first-child {
		margin-top: 0;
	}


.spacer {
	clear: both;
}

.hide {
	display: none;
}




#banner {
	background: url(/images/enterprise/enterprise_top_header.gif) no-repeat 0 0;
	height: 54px;
	margin-bottom: 15px;
	width: 920px;
	position: relative;
}

#banner a {
        position: absolute;
        height: 35px;
        left: 10px;
        top: 8px;
        width: 160px;
}

#deploy_wa {
	background: url(/images/enterprise/enterprise-top-pod.gif) no-repeat 0 0;
	height: 274px;
	margin-bottom: 15px;
	position: relative;
	width: 920px;
}

#deploy_wa_text {
	color: #555555;
	font-size: 13px;
	left: 25px;
	line-height: 20px;
	position: absolute;
	top: 85px;
	width: 390px;
}

/*#deploy_bg {
	background: transparent url(/images/enterprise/enterprise_pic.gif) no-repeat 0 0;
	position: absolute;	
	height: 266px;
	width: 441px;
	right: 1px;
	top: -2px;
	z-index: 1;
}*/

#findoutmore {
	background: url(/images/enterprise/more_btn_enterprise.gif) no-repeat 0 0;
	bottom: 25px;
	height: 39px;
	position: absolute;	
	right: 0;
	top: 204px;
	width: 442px;
	z-index: 1;
}
	#findoutmore:hover {
		background-position: 0 -39px;
	}

#consultants {
	background: url(/images/enterprise/solutions_services_pic.gif) no-repeat 0 0;
	position: absolute;
	height: 200px;
	top: -1px;
	right: 10px;
	width: 476px;
	z-index: 10;
}

#services {
	height: 144px;
}

#services_text {
	line-height: 18px;
	/*margin-right: 463px;*/
	position: absolute;
	z-index: 11;
	width: 430px;
}

#services_text a {
	color: #555555;
	font-weight: bold;
}

#services_text a:hover {
	color: #db0303;
}

.fieldrow {
	margin-top: 12px;
}
.field {
	display: inline-block;
	width: 230px;
}
.field + .field {
	margin-left: 10px;
}
.field label{
	color: #666666;
	font-size: 11px;
}
.field > input[type=text] {
	margin-top: 4px;
}

.checkboxlist {
	margin: 0;
	padding: 0;
}
.checkboxlist li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 1px;
}
.checkboxlist input[type=checkbox] {
	margin-right: 5px;
}

input, textarea, select {
	font-family: Arial, Verdana;
	font-size: 12px;
}

.form {
}
	.form h2 {
		color: #db0303;
		float: left;
		font-size: 14px;
		font-weight: bold;
		padding: 1px 30px;
	}
	.form .formsection {
		background: url(/images/enterprise/form_section.gif) no-repeat 0 0;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}

#solutionform {
	background: url(/images/enterprise/solutions_form_back.png) no-repeat 0 0;
	margin-left: -271px;
	height: 642px;
	width: 543px;
}
	#solutionform input[type=text] {
		font-size: 12px;
		padding: 2px;
		width: 220px;
	}
	#solutionform .contents {
		margin-top: 70px;
		margin-left: 2px;
		padding: 0 37px 0 30px;
	}
	#solutionform h3 {
		color: #444444;
		float: left;
		margin-top: 25px;
	}
	#solutionform h3:first-child {
		margin-top: 0px;
	}
	#solutionform p {
		color: #666666;
		font-size: 13px;
	}
	#solutionform .instructions {
		color: #444444;
		font-style: italic;
		font-weight: bold;
	}
	#solutionform textarea {
		width: 469px;
	}
	#solutionform #submitcontact {
		background: url(/images/enterprise/send_btn.gif) no-repeat 0 0;
		float: right;
		margin-top: 10px;
		width: 49px;
		height: 24px;
		cursor: pointer;              
	}
		#solutionform #submitcontact:hover {
			background-position: 0 -24px;
		}

	#solutionform .formsection {
		background: url(/images/enterprise/form_section.gif) no-repeat 0 0;
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 25px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 25px;
	}
	#solutionform .areainteresterror {
		float: left;
		margin-left: 10px;
		margin-top: 0;
		color:red;
		font-size:13px;
	}


#questionContainer {
	position: absolute;
	z-index: 50;
}
#questionform {
	background: url(/images/enterprise/widget_form_back.png) no-repeat 0 0 !important;
	height: 411px;
	position: absolute;
	width: 413px;
}
	#questionform .field {
		width: 340px;
	}
	#questionform .field + .field {
		margin-left: 0;
		margin-top: 15px;
	}
	#questionform input[type=text] {
		width: 340px;
	}
	#questionform textarea {
		width: 340px;
	}
	#questionform h2 {
		margin-top: 21px;
		text-transform: uppercase;
	}
	#questionform .contents {
		margin-top: 70px;
		margin-left: 2px;
		padding: 0 37px 0 30px;
	}
	#questionform #questionSend {
		background: url(/images/enterprise/ask_btn.png) no-repeat 0 0 !important;
		float: right;
		margin-top: 10px;
		width: 42px;
		height: 24px;
		cursor: pointer;
	}
		#questionform #questionSend:hover {
			background: url(/images/enterprise/ask_btn.png) no-repeat 0 -24px !important;
		}
	#questionform .close {
		background: transparent url(/images/gray-close.png) no-repeat scroll 0 0 !important;
		position: absolute;
		height: 21px;
		right: 15px;
		top: 9px;
		width: 22px;
		cursor: pointer;
	}
	#questionform .close:hover {
		background: transparent url(/images/gray-close-red.png) no-repeat scroll 0 0;
	}
	
#thanks, #questionThanks {
	position: absolute;
	padding: 10px 0 0 40px;
	display:none;
}             
#thanks.sm, #questionThanks.sm { 
	background: transparent url(/images/enterprise/thanks-pod-sm.png) no-repeat scroll 0 0;
	height: 167px;
	padding-top: 16px;
	width: 413px;
}
#thanks.med, #questionThanks.med {
	background: transparent url(/images/enterprise/thanks-pod-med.png) no-repeat scroll 0 0;
	height: 137px;
	width: 543px;
}
#thanks.large, #questionThanks.large {
	background: transparent url(/images/enterprise/thanks-pod-lg.png) no-repeat scroll 0 0;
	height: 188px;
	width: 543px;
	padding-top: 25px;
}               
#thanks h2, #questionThanks h2 {   
	color: #DB0303;
	font-family: Arial;
	font-size: 19px;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 0;
	background: none;
}
#thanks.large h2, #questionThanks.large h2 {
	font-size: 13px;
}
#thanks p, #questionThanks p {
    color: #555555;
    font-family: Arial;
    line-height: 16px;
    font-size: 12px;
    width: 360px;
    padding: 0 0;
}
#thanks span, #questionThanks span {
	color: #777777;
  	font-family:Times New Roman;
	font-size:15px;
	font-style:italic;
	position: relative;
	top: 10px;
}
#thanks a, #questionThanks a {
  background:transparent url(/images/gray-close.png) no-repeat scroll 0 0;
  height:21px;
  position:absolute;
  right:6px;
  top:9px;
  width:22px;
}
#thanks.lightbox {
	padding-top: 20px;
}
#thanks.lightbox a {
	top: 0;
}

#thanks a:hover, #questionThanks a:hover {
  background: transparent url(/images/gray-close-red.png) no-repeat scroll 0 0;
}		

span.wa {
	color: #949494 !important;
}

