@charset "UTF-8";body {	font: 100%/1.4 'PT Sans', Tahoma, Arial, Helvetica, sans-serif;	margin: 0;	padding: 0;	color: #7e7e7e;}#ProductDescription li {	font-size: 13px;	margin-left: 20px;}hr {	border-top: 1px dotted #7E7E7E;	color: #FFF;	background-color: #FFF;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	margin-top: 20px;	margin-bottom: 15px;}.FrontPage {	background: #FFF url(../images/backtile2010.gif) repeat-x top;}.SecondaryPage {	background: #FFF url(../images/secondary-page-background.gif) repeat-x top;}/* ~~ Element/tag selectors ~~ */ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */	padding: 0;	margin: 0;}h1, h2, h3, h4, h5, h6, p {	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */}a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */	border: none;	outline: none;}/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */a:link {	color: #42413C;	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */	outline: none;}a:visited {	color: #6E6C64;	text-decoration: underline;	outline: none;}a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */	text-decoration: none;	outline: none;}/* ~~ this fixed width container surrounds the other divs ~~ */.container {	width: 1000px;	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */}#MainContent #OrderingSystems td{	padding: 0px;}/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */.header {	height: 132px;	width: 960px;	margin-right: auto;	margin-left: auto;}/* ~~ This is the layout information. ~~ 1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.*/.content {	padding: 0px 0px 20px;}/* ~~ The footer ~~ */.footer {	padding: 30px 0 20px;	text-align: center;	font-size: 80%;	clear: both;	margin-top: 20px;}#FooterContent {	text-align: center;	width: 960px;	margin-right: auto;	margin-left: auto;	position: relative;	min-height: 75px;}.footer-stripe {	background-image: url(../images/footer-stripe.gif);	background-repeat: repeat-x;	background-position: bottom;}#affiliations {	position:absolute;	left:2px;	top:1px;	width:117px;	height:64px;	z-index:2;	text-align: left;}#affiliations img {	margin-right: 10px;}#social {	text-align: right;	position: absolute;	height: 70px;	width: 140px;	top: 5px;	right: 3px;}#social img {	margin-left: 10px;}/* ~~ miscellaneous float/clear classes ~~ */.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */	float: left;	margin-right: 8px;}.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */	clear:both;	height:0;	font-size: 1px;	line-height: 0px;}#HeaderTop {	margin: 0px;	padding: 0px;	height: 99px;	position: relative;}#NavBar {	margin: 0px;	padding: 0px 0px 0px;	height: 30px;	position: relative;}#SmallBannerArea {	margin-top: 15px;	text-align: center;	padding: 0px;	margin-right: 0px;	margin-left: 20px;}#Login {	position:absolute;	top:58px;	width:257px;	height:54px;	z-index:1;	text-align: right;	font-size: 15px;	right: 1px;	line-height: 17px;}#Login p , #Login h2{	margin: 0px;	padding: 0px;	text-align: right;}#Login h2 a{	color: #0D748C;	text-decoration: none;	text-transform: uppercase;	font-weight: normal;	font-size: 15px;}#Login p a {	text-decoration: none;	font-weight: normal;	font-size: 12px;	color: #BBB;}.Smaller {	font-size: 60% !important;}.SixtyPercent {	font-size: 80%;}.EightyPercent {	font-size: 80% !important;}#MainContent {	float: right;	width: 650px;	margin-top: 30px;	margin-right: 20px;}#FrontContent {	margin-right: auto;	margin-left: auto;	font-size: 13px;	color: #7e7e7e;	font-family: "PT Sans", Tahoma, Arial, Helvetica, sans-serif;	text-align:left;	vertical-align: top;	margin-top: 20px;	margin-bottom: 0px;}.SubColumn {	width: 310px;	margin-right: 12px;	float: left;}#MainContent p    {	font-size: 13px;	color: #7e7e7e;	margin-top: 6px;	margin-bottom: 6px;	font-family: "PT Sans", Tahoma, Arial, Helvetica, sans-serif;}#Difference p {	font-size: 13px;	color: #7e7e7e;	margin-top: 6px;	margin-bottom: 6px;}#MainContent ul {	margin-left: 20px;	font-size: 13px;	margin-bottom: 20px;}#MainContent ul ul {	margin-bottom: 0px;}#SidebarLeft {	float: left;	width: 275px;	margin-top: 30px;	margin-left: 20px;}#MainContent h2 , #MainContent h1{	font-size: 36px;	color: #7e7e7e;	font-weight: normal;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #7e7e7e;	margin-bottom: 6px;	padding-bottom: 6px;	line-height: 36px;}.Nobile {	font-size: 36px;	color: #7e7e7e;	font-weight: normal;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #7e7e7e;	margin-bottom: 6px;	padding-bottom: 6px;	line-height: 36px;	font-family: 'Nobile', Tahoma, Arial, Helvetica, sans-serif;}.Droid {	font-size: 36px;	color: #7e7e7e;	font-weight: normal;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #7e7e7e;	margin-bottom: 6px;	padding-bottom: 6px;	line-height: 36px;	font-family: 'Droid Sans', Tahoma, Arial, Helvetica, sans-serif;}.Tahoma {	font-size: 36px;	color: #7e7e7e;	font-weight: normal;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #7e7e7e;	margin-bottom: 6px;	padding-bottom: 6px;	line-height: 36px;	font-family: Tahoma, Arial, Helvetica, sans-serif;}#MainContent h3 {	font-size: 23px;	font-weight: normal;	color: #7E7E7E;	padding: 0px;	margin-bottom: 5px;}#Banner {	height: 412px;	margin-bottom: 10px;}#FooterNav {	text-align: center;	height: 30px;	width: 960px;	margin-right: auto;	margin-left: auto;	margin-bottom: 15px;	background-image: url(../images/footer-capsule.gif);	background-repeat: no-repeat;	background-position: center center;	padding-top: 4px;	line-height: 22px;}#OrderNow {	text-align: center;	margin-top: 0px;	margin-bottom: 20px;	font-size: 13px;	color: #7e7e7e;}#ProductTable {	margin-top: 30px;}#ProductPhoto {	text-align: center;	vertical-align: top;	float: right;	width: 270px;	padding-top: 15px;}#ProductDescription {	width: 355px;	padding-top: 15px;	float: left;}.ButtonHole {	text-align: left;	margin-top: 20px;	margin-bottom: 10px;}.Button {	overflow: hidden;	text-indent: 15px;}.ButtonNew {	overflow: hidden;}.Button a:link , .Button a:visited{	width: 303px;	font-size: 12px;	color: #FFF;	padding-top: 11px;	padding-bottom: 11px;	background-image: url(../images/big-button-300.gif);	background-repeat: no-repeat;	background-position: top;	text-align: left;	display: block;	text-decoration: none;	font-size: 16px;	color: #7e7e7e;	line-height: 16px;}.ButtonNew a:link, .ButtonNew a:visited {	text-align: left;	display: block;	text-decoration: none;	font-size: 12px;	color: #FFF;	padding: 3px;	background-color: #4B94A5;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: inset;	border-right-style: inset;	border-bottom-style: solid;	border-left-style: outset;	border-top-color: #0F738C;	border-right-color: #0F738C;	border-bottom-color: #0F738C;	border-left-color: #0F738C;}.Button a:hover {	background-image: url(../images/big-button-300.gif);	background-repeat: no-repeat;	background-position: bottom;	text-align: left;	display: block;	width: 303px;	line-height: 16px;	text-decoration: none;	font-size: 16px;	color: #0F738C;	padding-top: 11px;	padding-bottom: 11px;}.ButtonNew a:hover {	background-image: url(../images/big-button-300.gif);	background-repeat: no-repeat;	background-position: bottom;	text-align: left;	display: block;	width: 303px;	line-height: 16px;	text-decoration: none;	font-size: 16px;	color: #0F738C;	padding-top: 11px;	padding-bottom: 11px;}.Entry {	clear: right;	margin-bottom: 20px;	overflow: auto;}.Entry p {	margin-left: 75px;	padding: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}.address {	padding-left: 20px;	margin-top: 0px;	padding-top: 0px;}.address img {	margin-right: 20px;}iframe {	border: 1px solid #7e7e7e;}.pricegrid {	font-size: 90%;	color: #000;}#SidebarLeft h3 {	font-size: 15px;	font-weight: normal;	line-height: 20px;}#grid {	width: 650px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	border-collapse: collapse;}#grid td {	text-align: center;	vertical-align: middle;	border: 1px dotted #7e7e7e;	width: 25%;}#grid  td.gridtopleft{	border-top-style: none;	border-left-style: none;}#grid td.gridtopright {	border-top-style: none;	border-right-style: none;}#grid td.gridtop {	border-top-style: none;}#grid td.gridleft {	border-left-style: none;}#grid td.gridright {	border-right-style: none;}#grid  td.gridbottomleft{	border-bottom-style: none;	border-left-style: none;}#grid td.gridbottomright {	border-bottom-style: none;	border-right-style: none;}#grid td.gridbottom {	border-bottom-style: none;}#grid td.gridborderless {	border: 0 none;}#grid td.gridleftonly {	border-top-style: none;	border-right-style: none;	border-bottom-style: none;}#grid td.gridrightonly {	border-top-style: none;	border-bottom-style: none;	border-left-style: none;}#ThumbnailBox {	margin-top: 15px;}#ThumbnailBox img  {	float: left;	margin-right: 5px;	margin-bottom: 5px;	border: 1px solid #7e7e7e;}#gallery p {}#ProductPhoto #gallery p {	margin-left: -10px;}#FacebookLike {	margin-top: 20px;}#PricingButtons {	margin-top: 15px;	margin-bottom: 10px;	text-align: center;}.Centered {	text-align: center;	margin: 10px;}#PricingButtons p {	font-size: 10px;}#MainContent h4 {	font-weight: normal;	margin-bottom: 0px;	padding-bottom: 0px;	margin-top: 10px;	padding-top: 10px;}#MainContent h5 {	font-size: 14px;	font-style: italic;	font-weight: bold;	padding: 0px;	margin-top: 10px;	margin-right: 0px;	margin-bottom: 2px;	margin-left: 0px;}#MainContent h6 {	font-size: 14px;	font-style: italic;	font-weight: bold;	padding: 0px;	margin-top: 10px;	margin-right: 0px;	margin-bottom: 6px;	margin-left: 0px;}.TwoColumnList {}.TwoColumnList li {	float: left;	width: 44%;}#MainContent td {	font-size: 13px;	padding: 3px;}.Hidden {	display: none;}.ThreeColumn {	width: 100%;	background-color: #FFF;	margin-top: 5px;}.ThreeColumn th {	color: #666;	background-color: #999;	text-align: center;	padding: 6px;	margin: 0px 0px 10px;	background-image: url(../images/secondary-page-background.gif);	background-position: bottom;}.Centered {	text-align: center;	margin-right: auto;	margin-left: auto;}.ThreeColumn p , .ThreeColumn li  {	font-size: 90%;}.Border-Right {	border-top: none;	border-right: 2px solid #00758E;	border-bottom: none;	border-left: none;}#MainContent .ThreeColumn h3{	font-size: 15px;	font-weight: bold;	color: #00758E;}#TabbedPanelsOO ul.TabbedPanelsTabGroup{	margin-left: 0px;	color: #FFF;}#TabbedPanelsOO {	margin-top: 5px;}#Difference {	padding: 10px;}.red {	color: #C00;}#SidebarLeft h1 {	text-align: left;	padding: 0px;	margin-bottom: 5px;	font-size: 24px;	font-weight: normal;	margin-left: 26px;}#OrderingSystems {}#OrderSystemTable {	position: relative;}#Beginner {	height: 100;	width: 100;	position: absolute;	left: 107px;	top: 83px;	z-index: 10;}#Intermediate {	height: 100px;	width: 100px;	position: absolute;	left: 208px;	top: 100px;}#Pro {	height: 100px;	width: 100px;	position: absolute;	left: 208px;	top: 100px;}#Choose {	margin-right: 20px;	margin-left: 20px;	border: 1px solid #7E7E7E;	padding: 10px;	background-color: #EEE;	background-image: url(../images/grey-gradient-center.gif);	background-repeat: repeat-x;	background-position: 50% 50%;	margin-bottom: 15px;	-moz-box-shadow: 3px 3px 4px #7e7e7e;	-webkit-box-shadow: 3px 3px 4px #7e7e7e;	box-shadow: 3px 3px 4px #7e7e7e;	/* For IE 8 *//*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#7e7e7e')"; */	/* For IE 5.5 - 7 */	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#7e7e7e'); */	overflow: auto;	clear: right;}#Specifications {	margin-right: 20px;	margin-left: 20px;	border: 1px solid #7E7E7E;	padding: 10px;	background-color: #CCC;	background-image: url(../images/grey-gradient-center.gif);	background-repeat: repeat-x;	background-position: center;	overflow: auto;}#MainContent #Choose h3 {	font-size: 18px;}.rounded-corners {	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	-khtml-border-radius: 10px;	border-radius: 10px;}.rounded-corners {    behavior: url(/css/border-radius.htc);    border-radius: 10px;}#MainContent #Specifications p {	font-size: 15px;}#MainContent #Choose p {	padding-left: 20px;	font-size: 15px;}#MainContent #Choose ul {	list-style-type: none;	margin: 0px;	padding: 0px;}#MainContent #Choose li {	margin-left: 30px;	text-indent: -26px;}#gotomeeting {	text-align: center;	margin-bottom: 20px;}a.bluebutton{	color: #FFF;	text-decoration: none;	display: block;}.bluebutton span:hover {	background-color: #0F738C;	border-top-color: #4B94A5;	border-right-color: #4B94A5;	border-bottom-color: #84BEC6;	border-left-color: #84B5C5;}.bluebutton span {	background-color: #4B94A5;	padding: 2px 10px;	border-top-width: 2px;	border-right-width: 2px;	border-bottom-width: 2px;	border-left-width: 2px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #84B5C5;	border-right-color: #84B5C5;	border-bottom-color: #0F738C;	border-left-color: #0F738C;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;	-khtml-border-radius: 6px;	behavior: url(/css/border-radius.htc);	border-radius: 6px;}.greyborder {	border: 1px solid #5E5E60;	position: relative;}.ordering {	margin-left: 50px;}.callout-right {	color: #000;	background-color: #C1E6E6;	padding: 5px;	float: right;	width: 150px;	margin-left: 8px;	border: 2px solid #0F738C;	text-align: center;}.callout-right400 {	color: #000;	background-color: #C1E6E6;	padding: 5px;	float: right;	width: 350px;	margin-left: 8px;	border: 2px solid #0F738C;}.callout {	color: #000;	background-color: #C1E6E6;	padding: 5px;	border: 2px solid #0F738C;	overflow: auto;	margin: 0px 15px 15px;}/* This imageless css button was generated by CSSButtonGenerator.com */.newbutton {	-moz-box-shadow:inset 0px 1px 0px 0px #85b9c5;	-webkit-box-shadow:inset 0px 1px 0px 0px #85b9c5;	box-shadow:inset 0px 1px 0px 0px #85b9c5;	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85b9c5), color-stop(1, #0e748b) );	background:-moz-linear-gradient( center top, #85b9c5 5%, #0e748b 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85b9c5', endColorstr='#0e748b');	background-color:#85b9c5;	-moz-border-radius:6px;	-webkit-border-radius:6px;	border-radius:6px;	border:1px solid #4997a8;	display:inline-block;	color:#ffffff !important;	font-family:arial;	font-size:15px;	font-weight:bold;	padding:6px 24px;	text-decoration:none !important;	text-shadow:1px 1px 0px #0e748b;}.newbutton:hover {	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0e748b), color-stop(1, #85b9c5) );	background:-moz-linear-gradient( center top, #0e748b 5%, #85b9c5 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e748b', endColorstr='#85b9c5');	background-color:#0e748b;}.newbutton:active {	position:relative;	top:1px;}/* This imageless css button was generated by CSSButtonGenerator.com */.ThreeColumns {	float: left;	width: 32.33333%;	margin-right: 1%;}#Equation {	margin-top: 5px;}#MainContent .ThreeColumns h3{	color: #008AA0;}.BottomLine {	margin-bottom: 10px;	/* [disabled]border-bottom: 2px solid #008AA1; */}.mailbox {	padding: 5px 5px 0px;	border: 1px solid #626262;	background-color: #CCE0E4;	margin-bottom: 10px;	color: #008AA0;}