* {
    margin: 0;
    padding: 0;
}
body{
	min-width: 1040px;	
}
body, input, textarea {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #464646;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #464646;
    text-decoration: none;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    color: #666666;
    font-size: 15px;
    line-height: 1.5em;
}
small {
    color: #666666;
    font-size: 12px;
}
img {
    border: 0 none;
}
a {
    color: #0055a5;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #0055a5;
    text-decoration: underline;
}
loud {
    color: red;
    font-size: 20px;
    font-weight: bold;
}
attention {
    color: green;
    font-size: 20px;
    font-weight: bold;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    display: inline;
    margin: 3px 0 3px 15px;
}
img.alignleft {
    display: inline;
    margin: 3px 15px 3px 0;
}
img.noBorder {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
}
img.noBorder:hover {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
}
.noLeftMargin {
    margin-left: 0;
}
.noRightMargin {
    margin-right: 0;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.blue {
    color: #0055a5;
}
.grey {
    color: #B4B4B4;
}
.red {
    color: #FE3131;
}
.size11 {
    font-size: 11px;
}
.size12 {
    font-size: 12px;
}
.size13 {
    font-size: 13px;
}
.size14 {
    font-size: 14px;
}
.size15 {
    font-size: 15px;
}
.size16 {
    font-size: 16px;
}
.size17 {
    font-size: 17px;
}
.size18 {
    font-size: 18px;
}
.size19 {
    font-size: 19px;
}
.size20 {
    font-size: 20px;
}
.size21 {
    font-size: 21px;
}
.size22 {
    font-size: 22px;
}
.size23 {
    font-size: 23px;
}
.size24 {
    font-size: 24px;
}
.size25 {
    font-size: 25px;
}
.thumbs {
	width: 215px;
	height: 130px;
	margin: 1px 0 0 3px;
	background: #DADADA;
	-moz-box-shadow: 0 0 0 2px white, 0 0 0 3px #DADADA;
	-webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #DADADA;
	box-shadow: 0 0 0 2px white, 0 0 0 3px #DADADA;
	text-align: center;
	display: block;
}
.thumbs img{
	margin: 32px 0 0 45px;	
}
.simpleButton {
    background: url("../images/blueArrow.gif") no-repeat scroll left 60% transparent;
    color: #0055a5;
    padding-left: 10px;
	
}
.simpleButton:hover {
    color: #0055a5;
	text-decoration: none;
}
.simpleMenu {
    list-style-type: none;
}
.simpleMenu li {
    float: left;
    margin: 0 0 0 10px;
}
.simpleMenu li a {
    border-right: 1px solid #666666;
    color: #666666;
    font-size: 11px;
    padding: 0 10px 0 0;
    text-decoration: none;
}
.simpleMenu li a:hover {
    color: #0055a5;
    text-decoration: underline;
}
.learnMore, .hireNow, .signUpButton, .logIn, .freeTrial, .download {
    background: url("../images/buttons/learnMore.png") no-repeat scroll left top transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 45px;
    line-height: 0;
    text-indent: -9999px;
    width: 195px;
}
.learnMore:hover {
    background-position: left -45px;
}
.learnMore:active {
    background-position: left -90px;
}
.hireNow {
    background: url("../images/buttons/hireNow.png") no-repeat scroll left top transparent;
    width: 205px;
}
.hireNow:hover {
    background-position: left -45px;
}
.hireNow:active {
    background-position: left -90px;
}
.freeTrial {
    background: url("../images/buttons/freeTrial.png") no-repeat scroll left top transparent;
    width: 205px;
}
.freeTrial:hover {
    background-position: left -45px;
}
.freeTrial:active {
    background-position: left -90px;
}
.download {
    background: url("../images/buttons/download.png") no-repeat scroll left top transparent;
    width: 205px;
}
.download:hover {
    background-position: left -45px;
}
.download:active {
    background-position: left -90px;
}
.signUpButton {
    background: url("../images/buttons/signUp.png") no-repeat scroll left top transparent;
    width: 224px;
}
.signUpButton:hover {
    background-position: left -45px;
}
.signUpButton:active {
    background-position: left -90px;
}
.logIn {
    background: url("../images/buttons/logIn.png") no-repeat scroll left top transparent;
    width: 150px;
}
.logIn:hover {
    background-position: left -45px;
}
.logIn:active {
    background-position: left -90px;
}
.previous {
    background: url("../images/buttons/previousButton.png") no-repeat scroll right top transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 23px;
    width: 24px;
}
.next {
    background: url("../images/buttons/nextButton.png") no-repeat scroll right top transparent;
    cursor: pointer;
    display: block;
    height: 23px;
    margin-left: 28px;
    width: 24px;
}
.previous:hover {
    background-position: left bottom;
}
.next:hover {
    background-position: left bottom;
}
.previous:active {
    background-position: right bottom;
}
.next:active {
    background-position: right bottom;
}
.previous.disabled {
    background-position: left top;
    cursor: default;
}
.next.disabled {
    background-position: left top;
    cursor: default;
}
.videoThumb {
    position: relative;
}
.videoThumb span {
    background: url("../images/buttons/thumbPlay.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.videoThumb:hover span {
    background: url("../images/buttons/thumbPlayHover.png") no-repeat scroll center center transparent;
}
#header {
    background: url("../images/headerBg.jpg") repeat-x scroll left top transparent;
}
#breadcrumbs {
    background: url("../images/breadcrumbsBg.jpg") repeat-x scroll left top transparent;
    height: 40px;
}
#center {
    background: url("../images/centerBg.jpg") repeat-x scroll left top transparent;
    padding: 55px 0 25px 0;
}
#footer {
    background: url("../images/dd-footer-bg.jpg") repeat-x scroll left top #373737;
    margin-top: 0;
    height: 98px;
}
#topHeader {
    height: 50px;
}
#topHeader .simpleMenu {
    float: left;
    height: 50px;
    line-height: 50px;
}
#topHeader .search {
    float: right;
    height: 21px;
    margin-right: 10px;
    margin-top: 13px;
    position: relative;
}
#topHeader .search .textInput {
    background: url("../images/forms/searchBg.png") no-repeat scroll right top transparent;
    border: 0 none;
    color: #666666;
    font-size: 11px;
    height: 17px;
    padding: 4px 25px 0 10px;
    width: 127px;
}
#topHeader .search .textInput:focus {
    outline: medium none;
}
#topHeader .search .button {
    background: url("../images/buttons/searchButton.png") no-repeat scroll center center transparent;
    border: medium none;
    cursor: pointer;
    height: 14px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    width: 14px;
}
#topHeader .search .button:hover {
    background: url("../images/buttons/searchButtonHover.png") no-repeat scroll center center transparent;
}
#mainHeader {
    background: url("../images/mainHeader.jpg") repeat-x scroll left top transparent;
    height: 98px;
    position: relative;
}
#mainHeader .left {
    background: url("../images/mainHeaderLeft.jpg") no-repeat scroll left top transparent;
    margin-left: -40px;
}
#mainHeader .right {
    background: url("../images/mainHeaderRight.jpg") no-repeat scroll right top transparent;
    height: 98px;
    margin-right: -40px;
    padding: 0 60px 0 70px;
}
#mainHeader .title {
    clear: right;
    color: #C9C9C9;
    float: left;
    font-size: 36px;
    margin-right: 10px;
    margin-top: 10px;
    text-shadow: 0 1px 0 #E3E3E3, 0 -1px 0px #4A4A4A;
}
#mainHeader .title img{
	position: absolute;
	margin-top: 6px;
}
span.logo-text{
    margin-left: 60px;
			
}
#mainHeader a:hover{
    text-decoration: none;!important
}
#mainHeader .description {
	clear: left;
	color: #E3E3E3;
	float: left;
	font-size: 13px;
	margin-top: 0;
	margin-left: 63px;
	width: 221px;
}
#mainHeader .mainMenu {
    /*clear: right;*/
    float: right;
    line-height: 32px;
    list-style-type: none;
    margin-top: 35px;
}
#mainHeader .mainMenu li {
    float: left;
    height: 35px;
    margin-left: 10px;
    padding: 0 0 0 15px;
}
#mainHeader .mainMenu li a {
    color: #FFFFFF;
    display: block;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 14px;
    height: 35px;
    letter-spacing: 1px;
    padding-right: 15px;
    text-decoration: none;
    text-shadow: 0 -0.8px 0.5px #9c9c9c, 0 0.5px 0.8px #7c7c7c;
}
#mainHeader .mainMenu li:hover {
}
#mainHeader .mainMenu li:hover a {
    color: #153E7E; <!--232323;
}
#mainHeader .mainMenu li:active {
    outline: medium none;
}
#mainHeader .mainMenu li:active a {
    color: #808080; <!--232323
    outline: medium none;
    text-shadow: 0 0.5px 0.4px #f4f4f4, 0 -0.8px 0.5px #f2f2f2;
}
#mainHeader .mainMenu .current {
    outline: medium none;
}
#mainHeader .mainMenu .current a {
    color: #c0c0c0; <!--white;
    text-shadow: 0 0.5px 0.4px #999, 0 -0.8px 0.5px #777;
}
#heading {
    clear: both;
    margin: 30px 0 0;
    overflow: hidden;
    padding-bottom: 30px;
}
#heading h5 {
    color: #32B0CC;
    line-height: 26px;
}
#slider {
    clear: both;
    height: 330px;
    margin: 30px 0 0;
    overflow: hidden;
}
#slider h1 {
    margin-bottom: 5px;
}
#slider h5 {
    color: #32B0CC;
    line-height: 26px;
}
#slider ul {
    list-style-type: none;
}
#slider .column {
    margin: 5px 0 15px;
}
#slider .simpleButton {
    color: #666666;
    font-size: 14px;
    line-height: 35px;
}
#slider .thumbnail {
    height: 340px;
    position: relative;
}
#slider .thumbnail img {
    position: absolute;
    right: 20px;
    top: 0px;
}
#slider .coda-slider .panel-wrapper {
    position: relative;
}
#slider .coda-slider, .coda-slider .panel {
    width: 960px;
}
#slider .coda-slider p.loading {
    padding: 20px;
    text-align: center;
}
#sliderNav {
    float: right;
    margin-right: -10px;
    margin-top: 10px;
}
#sliderNav .coda-nav ul {
    clear: both;
    display: block;
    overflow: hidden;
}
#sliderNav .coda-nav ul li {
    display: inline;
}
#sliderNav .coda-nav ul li a {
    background: url("../images/buttons/slideshowButton.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
#sliderNav .coda-nav ul li a:hover {
    background-position: center -24px;
}
#sliderNav .coda-nav ul li a.current {
    background-position: center bottom;
    outline: medium none;
}
#slider .coda-slider {
    float: left;
    overflow: hidden;
    position: relative;
}
#slider .coda-slider .panel {
    display: block;
    float: left;
}
#slider .coda-slider .panel-container {
    position: relative;
}
#slider .coda-nav-left, .coda-nav-right {
    float: left;
}
#slider .coda-nav-left a, .coda-nav-right a {
    display: block;
    text-align: center;
    text-decoration: none;
}
#breadcrumbs .container_16 {
    width: 940px;
}
#breadcrumbs p {
    float: left;
    font-size: 13px;
    line-height: 42px;
}
#breadcrumbs ul.crumbs {
    line-height: 40px;
    list-style-type: none;
}
#breadcrumbs ul.crumbs li {
    color: #666666;
    display: inline;
    font-size: 13px;
    margin-right: 3px;
}
#breadcrumbs ul.crumbs li a {
    background: url("../images/greyArrow.gif") no-repeat scroll right 4px transparent;
    color: #666666;
    cursor: pointer;
    padding-right: 12px;
}
#breadcrumbs ul.crumbs li a:hover {
    color: #0055a5;
}
#content hr {
    margin: 35px 0;
}
#content ul, #content ol {
    margin-left: 35px;
}
#content li {
    line-height: 1.5em;
}
#content p {
    margin-bottom: 10px;
    margin-top: 5px;
}
#content img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
#content img:hover {
    border: 1px solid #0055a5;
}
#content blockquote {
    border-left: 10px solid #CCCCCC;
    margin: 15px 0 15px 30px;
    padding-left: 30px;
}
#content blockquote p {
    color: #CCCCCC;
    font-style: italic;
}
#content table {
    border: 1px solid #D8D8D8;
    border-collapse: collapse;
    margin: 5px 0 20px;
}
#content td {
    border: 1px solid #D8D8D8;
    padding: 5px 10px;
}
#content th {
    background-color: #EFEDEE;
    border: 1px solid #D8D8D8;
    padding: 5px 10px;
}
#content caption {
    font-size: 18px;
    margin-bottom: 10px;
}
#content img.noBorder {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0 24px 0 0;
}
#content img.noBorder:hover {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0 24px 0 0;
}
#content .client h3 {
    margin-top: 25px;
}
#content .column h3 {
    margin-bottom: -4px;
}
#content .column .thumbnail {
    line-height: 140px;
    text-align: center;
}
#content .column .thumbnail img {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0;
    vertical-align: middle;
}
#tagline {
    #background: url("../images/tagline.jpg") repeat-x scroll left top transparent;
    height: 96px;
	#width: 550px;
    margin-bottom: 30px;
}
#tagline .left {
    #background: url("../images/taglineLeft.jpg") no-repeat scroll left top transparent;
}
#tagline .right {
    #background: url("../images/taglineRight.jpg") no-repeat scroll right top transparent;
    height: 96px;
    padding-top: 20px;
}
#tagline h3 {
    line-height: 26px;
    margin-left: 30px;
    margin-top: 20px;
}
#tagline p:first-child{
	text-align: center;
	margin-top: 0px;	
}
#tagline #tour {
    border-left: 1px solid #CCCCCC;
    height: 150px;
    margin-left: 0;
    padding: 0px 0 0 9px;
    #overflow: hidden;
    margin-top: -50px;
}
#tagline #tour p {
    line-height: 12px;
}
#tagline #tour .simpleButton {
    font-size: 12px;
}
#tagline #tour .videoThumb {
    float: left;
    margin-right: 10px;
}
#tagline #tour .videoThumb img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
#tagline #tour .videoThumb:hover img {
    border: 1px solid #0055a5;
}
#content .block {
    margin: 25px 10px 25px 0;
}
#content .block p {
    margin-bottom: 4px;
    margin-top: 4px;
    padding-right: 10px;
}
#content .block small {
    color: #0055a5;
    font-size: 11px;
}
#content .block .simpleButton {
    font-size: 12px;
}
#content .block .grid_2 {
    margin-left: 0;
}
#content .block .grid_4 {
    margin-right: 0;
}
#projectBrowser {
    margin-top: 10px;
}
#projectBrowser .project {
    background: url("../images/projectBg.gif") repeat-x scroll left top transparent;
    height: 271px;
    margin: 30px 10px 0 0;
}
#projectBrowser .project .left {
    background: url("../images/projectBgL.png") no-repeat scroll left top transparent;
    margin-left: -10px;
}
#projectBrowser .project .right {
    background: url("../images/projectBgR.png") no-repeat scroll right top transparent;
    height: 271px;
    margin-right: -10px;
    padding-top: 20px;
}
#projectBrowser .project small {
    font-size: 11px;
}
#projectBrowser .project .simpleButton {
    font-size: 12px;
}
#projectBrowser .thumbnail {
    margin-left: 20px;
    margin-right: 0;
}
#projectBrowser .info {
    margin-left: 0;
}
#projectBrowser .info .text {
    padding: 0 10px;
}
#projectBrowser .controlsTop {
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    height: 39px;
    line-height: 39px;
    margin-bottom: 30px;
    margin-left: -10px;
}
#projectBrowser .controlsBottom {
    border-top: 1px solid #CCCCCC;
    color: #666666;
    height: 39px;
    line-height: 39px;
    margin-left: -10px;
    margin-top: 30px;
}
#projectBrowser .controls small {
    float: left;
    font-size: 13px;
    margin-left: 10px;
}
#projectBrowser .controls small a {
    color: #666666;
    margin: 0 5px;
}
#projectBrowser .controls small a:hover {
    color: #0055a5;
}
#projectBrowser .navigation {
    background: url("../images/tabL.png") no-repeat scroll left top transparent;
    float: right;
    height: 39px;
}
#content #projectBrowser .navigation {
    padding: 0 0 0 10px;
}
#projectBrowser .navigation div {
    background: url("../images/tab.png") no-repeat scroll right top transparent;
    display: block;
    height: 39px;
    padding: 10px 13px 0 3px;
}
#projectBrowser .controlsBottom .navigation {
    background: url("../images/tabBottomL.png") no-repeat scroll left top transparent;
}
#projectBrowser .controlsBottom .navigation div {
    background: url("../images/tabBottom.png") no-repeat scroll right top transparent;
}
#center .projectPage .grid_8 {
    margin-left: 0;
}
#center .projectPage .grid_4 {
    margin-right: 0;
}
#center .projectPage .grid_4 hr {
    margin: 15px 0;
}
#center .projectPage .projectGallery {
    background: url("../images/projectGallery.gif") repeat-x scroll left top transparent;
    height: 530px;
    margin: 0 10px 20px 0;
}
#center .projectPage .projectGallery .left {
    background: url("../images/projectGalleryL.png") no-repeat scroll left top transparent;
    margin-left: -10px;
}
#center .projectPage .projectGallery .right {
    background: url("../images/projectGalleryR.png") no-repeat scroll right top transparent;
    height: 530px;
    margin-right: -10px;
    padding: 15px 20px;
}
#center .projectPage .projectGallery .title {
    margin-bottom: 15px;
}
#center .projectPage .projectGallery .panel img {
    height: 403px;
}
#center .projectGallery #projectGallerySlider {
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 669px;
}
#center .projectGallery #projectGallerySlider .panel {
    display: block;
    float: left;
    width: 699px;
}
#center .projectGallery #projectGallerySlider .panel-container {
    position: relative;
}
#center .projectGallery .controls {
    clear: both;
    line-height: 22px;
    padding-top: 22px;
    position: relative;
}
#center .projectGallery .controls .counter {
    bottom: 0;
    float: left;
    left: 10px;
    position: absolute;
}
#center .projectGallery .controls #sliderNav {
    float: none;
    margin: 0 auto;
}
#center .projectGallery .controls #sliderNav ul {
    float: none;
    margin: 0 auto;
    width: 56px;
}
#center .projectGallery .controls .link {
    float: right;
    margin-top: -23px;
}
#center .projectPage .relatedProjects {
    background: url("../images/relatedProjects.gif") repeat-x scroll left top transparent;
    height: 206px;
    margin: 30px 10px 0 0;
}
#center .projectPage .relatedProjects .left {
    background: url("../images/relatedProjectsL.png") no-repeat scroll left top transparent;
    margin-left: -10px;
}
#center .projectPage .relatedProjects .right {
    background: url("../images/relatedProjectsR.png") no-repeat scroll right top transparent;
    height: 206px;
    margin-right: -10px;
    padding: 15px 0 15px 20px;
}
#center .projectPage .relatedProjects .grid_4 {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 20px;
}
#center .projectPage .relatedProjects h3 {
    float: left;
}
#center .projectPage .relatedProjects img {
    float: left;
    height: 48px;
    margin-right: 10px;
    width: 83px;
}
#center .projectPage .relatedProjects .title {
    display: block;
    font-weight: bold;
}
#center .projectPage .relatedProjects .viewAll {
    float: right;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 6px;
}
#center .projectPage .relatedProjects .simpleButton {
    font-size: 12px;
}
#priceTable {
    margin: 50px 0;
    overflow: hidden;
}
#priceTable ul {
    list-style-type: none;
    margin-left: 0;
}
#priceTable .priceTabs li {
    float: left;
    height: 39px;
    margin-right: 10px;
    padding: 0 0 0 10px;
}
#priceTable .priceTabs li a {
    color: #464646;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 39px;
    padding: 0 13px 0 3px;
}
#priceTable .priceTabs li:hover {
    background: url("../images/tabL.png") no-repeat scroll left top transparent;
    height: 39px;
    padding: 0 0 0 10px;
}
#priceTable .priceTabs li:hover a {
    background: url("../images/tab.png") no-repeat scroll right top transparent;
    color: #666666;
    text-decoration: none;
}
#priceTable .priceTabs li:active {
    background: url("../images/tabDownL.png") no-repeat scroll left top transparent;
}
#priceTable .priceTabs li:active a {
    background: url("../images/tabDown.png") no-repeat scroll right top transparent;
    outline: medium none;
}
#priceTable .priceTabs .active {
    background: url("../images/tabL.png") no-repeat scroll left top transparent;
    float: left;
    height: 39px;
    padding: 0 0 0 10px;
}
#priceTable .priceTabs .active a {
    background: url("../images/tab.png") no-repeat scroll right top transparent;
    color: #464646;
    display: block;
    height: 40px;
    line-height: 39px;
    padding: 0 13px 0 3px;
}
#priceTable .priceMask {
    border-top: 1px solid #CCCCCC;
    display: block;
    <!--overflow: hidden--><!--Commenting this out eliminates the issue of text being hidden on demo.php-->
}
#priceTable .middle {
    background: url("../images/servicesThumbBg.jpg") repeat-y scroll right top transparent;
    overflow: hidden;
}
#priceTable .screenshots {
	min-height: 625px;
	overflow: hidden;	
}
#priceTable .screenshots img, #priceTable .screenshots img:hover {
	float: left;
	margin: 15px 0 15px 20px;
	border: 1px solid #cccccc;
	box-shadow: 0 0 2px #ccc;
}

#priceTable .tabContent {
    float: left;
    margin-right: 30px;
}
#priceTable .tabContent hr {
    margin: 25px 10px 25px -10px;
}
#priceTable .tabContent li {
    margin-bottom: 20px;
}
#priceTable .tabContent .simpleButton {
    color: #666666;
    font-size: 14px;
}
#priceTable .tabContent .grid_4 {
    margin-left: 0;
}
#priceTable .tabContent .grid_8 {
    margin: 15px 10px 5px;
}
#priceTable .tabContent .notes {
    color: #AAAAAA;
    font-size: 11px;
    margin-left: 10px;
}
#priceTable .noBorder {
    float: right;
    margin-top: 30px;
}
#priceTable .price {
    background: url("../images/tagline.jpg") repeat-x scroll left bottom transparent;
    border-top: 1px solid #CCCCCC;
    height: 80px;
}
#priceTable .price .left {
    background: url("../images/taglineLeft.jpg") no-repeat scroll left bottom transparent;
}
#priceTable .price .right {
    background: url("../images/taglineRight.jpg") no-repeat scroll right bottom transparent;
    height: 80px;
    padding-left: 10px;
}
#priceTable .price .grid_4 {
    margin-top: 10px;
}
#priceTable .price .amount {
    margin-left: 10px;
}
#priceTable .price .curency {
    color: #0055a5;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-right: 3px;
}
#priceTable .price .hireNow, .freeTrial, .download {
    margin-left: 7px;
    margin-top: 7px;
}
#priceTable .price h2 {
    color: #0055a5;
    font-weight: bold;
}
#content .contact {
    color: #666666;
    font-size: 15px;
}
#content .contact .firstCol {
    margin-left: 0;
    margin-top: 15px;
}
#content .contact .secondCol {
    margin-right: 0;
    margin-top: 15px;
}
#content .contact hr {
    margin: 15px 0 40px;
}
#content .contact .grid_4 hr {
    margin-left: -10px;
}
#content .contact .sexy .list-wrapper ul {
    height: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#content .contact .address {
    margin-bottom: 50px;
}
#content .contact .simpleButton {
    font-size: 12px;
}
#content .contact .text {
    font-size: 12px;
    line-height: 20px;
}
#content .contact .errorText {
    clear: both;
    color: #FE3131;
    display: none;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
}
#contactForm input, #contactForm select {
    float: right;
}
#contactForm p {
    clear: both;
    display: block;
    height: 26px;
    margin: 0;
    padding-bottom: 20px;
}
#contactForm .messageBox {
    clear: both;
    height: 168px;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 20px;
}
#contactForm .responseText {
    clear: both;
    display: none;
    text-align: right;
}
#contactForm .requiered {
    margin-bottom: 0;
    margin-top: 0;
}
#contactForm .requiered small {
    color: #0055a5;
    float: left;
    font-size: 11px;
    margin-left: 120px;
}
#contactForm .loadingImage {
    display: none;
    float: right;
    margin: 4px 2px 0 0;
}
#contactForm .formText {
    float: left;
    line-height: 26px;
}
#contactForm .textInput {
    background: url("../images/forms/textInput340.png") no-repeat scroll right top transparent;
    border: 0 none;
    color: #666666;
    font-size: 12px;
    height: 15px;
    padding: 6px 15px;
    width: 310px;
}
#contactForm .textInput:focus {
    background-position: right -27px;
    outline: medium none;
}
#contactForm .textInput.error {
    background-position: right bottom;
}
#contactForm .textarea {
    float: right;
    margin-bottom: 3px;
    width: 340px;
}
#contactForm .textarea .top {
    background: url("../images/forms/textInput340.png") no-repeat scroll left top transparent;
    height: 14px;
}
#contactForm .textarea .bottom {
    background: url("../images/forms/textInput340.png") no-repeat scroll left -13px transparent;
    height: 14px;
}
#contactForm .textarea textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: -moz-use-text-color #D3D1D1;
    border-style: none solid;
    border-width: 0 1px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 140px;
    margin-bottom: 0;
    overflow: auto;
    padding: 0 15px;
    width: 308px;
}
#contactForm .textarea.focus .top {
    background-position: left -27px;
}
#contactForm .textarea.focus .bottom {
    background-position: left -40px;
}
#contactForm .textarea.focus textarea {
    background: none repeat scroll 0 0 #F9F9F9;
    border-left: 1px solid #B6E4EF;
    border-right: 1px solid #B6E4EF;
}
#contactForm .textarea.error .top {
    background-position: left -54px;
}
#contactForm .textarea.error .bottom {
    background-position: left -67px;
}
#contactForm .textarea.error textarea {
    background: none repeat scroll 0 0 #FFEDED;
    border-left: 1px solid #F9ACAC;
    border-right: 1px solid #F9ACAC;
}
#contactForm .button {
    background: url("../images/buttons/send.png") no-repeat scroll left top transparent;
    border: 0 none;
    display: block;
    float: right;
    height: 24px;
    text-indent: -9999px;
    width: 68px;
}
#contactForm .button:hover {
    background-position: left -24px;
}
#contactForm .button:active {
    background-position: left -48px;
}
#contactForm .clearButton {
    background: url("../images/buttons/clear.png") no-repeat scroll left top transparent;
    margin-right: 20px;
}
#content .post {
    margin-bottom: 70px;
}
#content .postHeadline {
    border-bottom: 1px solid #CCCCCC;
    height: 62px;
    margin-bottom: 40px;
    margin-left: -10px;
}
#content .postHeadline h2 a {
    color: #464646;
}
#content .postHeadline h2 a:hover {
    color: #0055a5;
    text-decoration: none;
}
#content .postHeadline small {
    color: #B4B4B4;
    font-size: 11px;
}
#content .postDate {
    background: url("../images/postDateR.png") no-repeat scroll right bottom transparent;
    float: left;
    height: 62px;
    margin-left: 10px;
    margin-right: 20px;
}
#content .postDate .left {
    background: url("../images/postDateL.png") no-repeat scroll left bottom transparent;
    color: #464646;
    font-size: 18px;
    height: 52px;
    margin-left: -10px;
    padding: 10px 15px 0;
    text-align: center;
}
#content .postDate .year {
    font-weight: bold;
}
#content .postDate h5 {
    line-height: 20px;
}
#content .postMeta {
    background: url("../images/postMeta.gif") repeat-x scroll left top transparent;
    color: #CCCCCC;
    font-size: 12px;
    height: 40px;
    margin: 20px 10px 0 0;
}
#content .postMeta .left {
    background: url("../images/postMetaL.png") no-repeat scroll left top transparent;
    margin-left: -10px;
}
#content .postMeta .right {
    background: url("../images/postMetaR.png") no-repeat scroll right top transparent;
    height: 40px;
    margin-right: -10px;
    padding: 13px 20px 0;
    position: relative;
}
#content .postMeta .readMore {
    left: 20px;
    position: absolute;
    top: 13px;
}
#content .postMeta .bookmark {
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
#content .postMeta .bookmark a {
    margin: 0 5px;
}
#content .postMeta .comments {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 13px;
}
#content .postMeta .nextPosts {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 13px;
}
#content .navigation {
    font-size: 12px;
    padding-bottom: 30px;
}
#content .nextPosts {
    background: url("../images/blueArrow.gif") no-repeat scroll right 4px transparent;
    float: right;
    padding-right: 10px;
}
#content .previousPosts {
    background: url("../images/prevBlueArrow.gif") no-repeat scroll left 4px transparent;
    float: left;
    padding-left: 10px;
}
#content #comments .grid_10 {
    margin-right: 0;
}
#content #comments .grid_8 {
    margin-right: 0;
}
#content #comments {
    margin: 0 0 0 -10px;
}
#content #comments .commentsTitle {
    float: left;
    margin-left: 10px;
}
#content #comments .note {
    color: #B4B4B4;
    float: right;
}
#content #comments .leaveComment {
    float: right;
    font-size: 12px;
}
#content #comments .avatar {
    display: block;
    margin-bottom: 20px;
}
#content #comments .reply {
    font-size: 12px;
}
#content #comments .author {
    color: #B4B4B4;
    margin: 0;
}
#content #comments .author a {
    font-weight: bold;
}
#content #comments .date {
    display: block;
    margin-bottom: 20px;
}
#content #comments hr {
    margin: 15px 0 35px;
}
#content #comments .comment hr {
    margin: 40px 0;
}
#content #commentsForm .textInput {
    background: url("../images/forms/textInput220.png") no-repeat scroll right top transparent;
    border: 0 none;
    color: #666666;
    font-size: 12px;
    height: 15px;
    margin-bottom: 15px;
    padding: 6px 15px;
    width: 190px;
}
#content #commentsForm .textInput:focus {
    background-position: right -27px;
    outline: medium none;
}
#content #commentsForm .textInput.error {
    background-position: right bottom;
}
#content #commentsForm .requiered {
    color: #0055a5;
    display: block;
    font-size: 11px;
    line-height: 11px;
}
#content #commentsForm .textarea {
    background: url("../images/forms/textareaInput.gif") repeat-x scroll left top transparent;
    height: 100px;
    margin: 0 15px 20px;
    position: relative;
}
#content #commentsForm .textarea .left {
    background: url("../images/forms/textareaInputL.png") no-repeat scroll left top transparent;
    margin-left: -15px;
}
#content #commentsForm .textarea .right {
    background: url("../images/forms/textareaInputR.png") no-repeat scroll right top transparent;
    height: 100px;
    margin-right: -15px;
}
#content #commentsForm .textarea textarea {
    background: none repeat scroll 0 0 transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 90px;
    overflow: auto;
    width: 430px;
}
#content #commentsForm .textarea textarea:focus {
    background: none repeat scroll 0 0 transparent;
}
#content #commentsForm .textarea.focus .left {
    background-position: left -100px;
}
#content #commentsForm .textarea.focus .right {
    background-position: right -100px;
}
#content #commentsForm .textarea.focus {
    background-position: left -100px;
}
#content #commentsForm .textarea.error .left {
    background-position: left -200px;
}
#content #commentsForm .textarea.error .right {
    background-position: right -200px;
}
#content #commentsForm .textarea.error {
    background-position: left -200px;
}
#content #commentsForm .button {
    background: url("../images/buttons/post.png") no-repeat scroll left top transparent;
    border: 0 none;
    display: block;
    float: right;
    font-size: 0;
    height: 24px;
    line-height: 10px;
    text-indent: -999px;
    width: 68px;
}
#content #commentsForm .button:hover {
    background-position: left -24px;
}
#content #commentsForm .button:active {
    background-position: left -48px;
}
#content #commentsForm .clearButton {
    background: url("../images/buttons/cancel.png") no-repeat scroll left top transparent;
    margin-right: 20px;
}
#sidebar .widget {
    list-style-type: none;
    margin-bottom: 50px;
}
#sidebar .widget ul {
    list-style-type: none;
}
#sidebar .widget hr {
    margin: 15px -10px 15px 0;
}
#sidebar .widget img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
#sidebar .widget img:hover {
    border: 1px solid #0055a5;
}
#sidebar .widgetTitle {
    background: url("../images/blueArrow.gif") no-repeat scroll left 9px transparent;
    font-size: 18px;
    margin-left: 10px;
    padding-left: 10px;
}
#sidebar .widgetContent {
    margin-left: 10px;
}
#sidebar .widgetPages {
    list-style-type: none;
    margin-bottom: 50px;
}
#sidebar .widgetPages li {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0 15px 10px;
}
#sidebar .widgetPages li a {
    background: url("../images/blueArrow.gif") no-repeat scroll left 6px transparent;
    color: #464646;
    cursor: pointer;
    padding-left: 10px;
}
#sidebar .widgetPages li a:hover {
    color: #0055a5;
    text-decoration: none;
}
#sidebar .widgetPages li.current a {
    color: #0055a5;
}
#sidebar .widgetArchives {
    font-size: 12px;
}
#sidebar .widgetArchives li {
    padding: 5px 0;
}
#sidebar .widgetArchives a {
    color: #464646;
}
#sidebar .widgetArchives a:hover {
    color: #0055a5;
}
#sidebar span {
    color: #0055a5;
    margin-left: 5px;
}
#sidebar .widgetCategories {
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 50px;
}
#sidebar .widgetCategories li {
    padding: 5px 0;
}
#sidebar .widgetCategories li a {
    color: #464646;
}
#sidebar .widgetCategories li a:hover {
    color: #0055a5;
}
#sidebar .widgetTwitter {
    background: url("../images/twitterBird.png") no-repeat scroll right top transparent;
}
#sidebar .widgetTwitter .widgetTitle {
    padding-right: 50px;
}
#sidebar .widgetTwitter .simpleButton {
    font-size: 12px;
    margin-left: 10px;
}
#sidebar .widgetTwitter a {
    color: #0055a5;
}
#sidebar .widgetTwitter small {
    color: #B4B4B4;
    font-size: 11px;
}
#sidebar .widgetTwitter li {
    margin-bottom: 10px;
}
#sidebar .widgetFlickr .widgetContent {
    margin-left: 0;
}
#sidebar .widgetFlickr .simpleButton {
    font-size: 12px;
    margin-left: 10px;
}
#sidebar .widgetFlickr li {
    float: left;
    margin: 0 0 10px 10px;
}
#sidebar .widgetFlickr img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px;
}
#sidebar .widgetFlickr img:hover {
    border: 1px solid #0055a5;
}
#sidebar .widgetTags a {
    color: #464646;
    line-height: 30px;
    word-spacing: -2px;
}
#sidebar .widgetTags a:hover {
    color: #0055a5;
}
#sidebar .testimonial {
    background: url("../images/quotes.png") no-repeat scroll left top transparent;
    margin-bottom: 50px;
    padding: 10px 0 10px 10px;
}
#tour .testimonial {
    background: url("../images/quotes.png") no-repeat scroll left top transparent;
    margin-bottom: 50px;
    padding: 10px 0 10px 10px;
	text-indent: 50px;
}
#sidebar .testimonial h4 {
    line-height: 30px;
    text-indent: 50px;
}
#sidebar .testimonial small {
    color: #B4B4B4;
    float: right;
    font-size: 11px;
    margin-top: 10px;
}
#tabMenu {
    margin-bottom: 50px;
    width: 230px;
}
#tabMenu ul {
    list-style-type: none;
}
#tabs li {
    float: left;
    height: 39px;
    margin-right: 10px;
    padding: 0 0 0 10px;
}
#tabs li:last-child {
    float: right;
    margin-right: 0;
	width: 220px;
}
#tabs li a {
    color: #464646;

    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 39px;
    padding: 0 13px 0 3px;
}
#tabs li:hover {
    background: url("../images/tabL.png") no-repeat scroll left top transparent;
    height: 39px;
    padding: 0 0 0 10px;
}
#tabs li:hover a {
    background: url("../images/tab.png") no-repeat scroll right top transparent;
    color: #666666;
    text-decoration: none;
}
#tabs li:active {
    background: url("../images/tabDownL.png") no-repeat scroll left top transparent;
}
#tabs li:active a {
    background: url("../images/tabDown.png") no-repeat scroll right top transparent;
    outline: medium none;
}
#tabs .active {
    background: url("../images/tabL.png") no-repeat scroll left top transparent;
    float: left;
    height: 39px;
    padding: 0 0 0 10px;
}
#tabs .active a {
    background: url("../images/tab.png") no-repeat scroll right top transparent;
    color: #464646;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 39px;
    padding: 0 13px 0 3px;
}
#tabMask {
    overflow: hidden;
    width: 230px;
}
#tabContainer {
    background: url("../images/tabMenuBottom.png") no-repeat scroll left bottom transparent;
    border-top: 1px solid #CCCCCC;
}
#tabContainer .tabContent {
    float: left;
    margin-right: 30px;
}
#tabContainer .tabContent li {
    border-top: 1px solid #CCCCCC;
    padding: 15px 10px;
}
#tabContainer .tabContent li:hover {
    background-color: #EAEAEA;
}
#tabContainer .tabContent li:hover img {
    border: 1px solid #0055a5;
}
#tabContainer .tabContent li:first-child {
    border-top: medium none;
    padding-top: 16px;
}
#tabContainer .tabContent img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
    padding: 2px;
}
#tabContainer .tabContent p {
    font-size: 12px;
}
#tabContainer .tabContent .simpleButton {
    font-size: 12px;
}
#tabContainer .tabContent .headline {
    font-weight: bold;
}
#tabContainer .tabContent .info {
    color: #B4B4B4;
    display: block;
    font-size: 11px;
}
#tabMenu .tabContent .viewAll {
    float: right;
    line-height: 40px;
    margin-right: 10px;
    text-align: right;
}
#tabMenu .tabContent .viewAll a {
    font-size: 12px;
}
#tabNav {




    display: none;
    height: 29px;
    padding: 10px 0 0 10px;
    position: relative;
}
#tabNav .previous {
    background: url("../images/buttons/upButton.png") no-repeat scroll right top transparent;
}
#tabNav .next {
    background: url("../images/buttons/downButton.png") no-repeat scroll right top transparent;
}
#tabNav .previous:hover {
    background-position: left bottom;
}
#tabNav .next:hover {
    background-position: left bottom;
}
#tabNav .previous:active {
    background-position: right bottom;
}
#tabNav .next:active {
    background-position: right bottom;
}
#tabNav .previous.disabled {
    background-position: left top;
    cursor: default;
}
#tabNav .next.disabled {
    background-position: left top;
    cursor: default;
}
#tabNav .viewAll {
    line-height: 16px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
}
#tabNav .viewAll a {
    font-size: 12px;
}
#tabMenu .jcarousel-container {
    position: relative;
}
#tabMenu .jcarousel-clip {
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 230px;
    z-index: 2;
}
#tabMenu .jcarousel-list {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
#tabMenu .jcarousel-list li, #tabMenu .jcarousel-item {
    float: left;
    min-height: 50px;
    width: 210px;
}
#portofolioSlider {
    background: url("../images/portofolioSlider.jpg") repeat-x scroll left top transparent;
    height: 271px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
    width: 960px;
}
#portofolioSlider .left {
    background: url("../images/portofolioSliderL.jpg") no-repeat scroll left top transparent;
}
#portofolioSlider .right {
    background: url("../images/portofolioSliderR.jpg") no-repeat scroll right top transparent;
    height: 271px;
}
#portofolioSlider h3 {
    margin-bottom: 20px;
}
#portofolioSlider img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 10px;
    padding: 2px;
}
#portofolioSlider img:hover {
    border: 1px solid #0055a5;
}
#portofolioSlider .title {
    float: left;
    margin-top: 10px;
}
#portofolioSlider .title a {
    color: #666666;
    font-weight: bold;
}
#portofolioSlider .date {
    color: #0055a5;
    float: right;
    margin-top: 10px;
}
#portofolioSlider .winner {
    display: block;
    position: relative;
}
#portofolioSlider .winner span {
    background: url("../images/winnerRibbon.png") no-repeat scroll left top transparent;
    height: 65px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 65px;
    z-index: 10;
}
#portofolioSlider .controls {
    line-height: 22px;
    margin-top: 15px;
}
#portofolioSlider .controls .counter {
    float: left;
    margin-left: 20px;
}
#portofolioSlider .controls .navigation {
    margin: 0 auto;
    width: 56px;
}
#portofolioSlider .controls .link {
    float: right;
    margin-right: 20px;
    margin-top: -23px;
}
#portofolioSlider .carousel {
    padding: 10px 0 10px 20px;
}
#portofolioSlider .jcarousel-container {
    padding-right: 20px;
    position: relative;
}
#portofolioSlider .carousel .jcarousel-clip {
    height: 160px;
    margin: 0 0 0 -2px;
    overflow: hidden;
    padding: 2px 0 0;
    position: relative;
    z-index: 2;
}
#portofolioSlider .carousel .jcarousel-list {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
#portofolioSlider .carousel .jcarousel-list li, #portofolioSlider .carousel .jcarousel-item {
    float: left;
    height: 160px;
    list-style: none outside none;
    margin-right: 17px;
    width: 215px;
}

#newsletter {
	padding: 11px 000;
	position: relative;
}
	#newsletter div#moreEnsoltech{opacity: 1.0;}
	#newsletter #moreEnsoltech h3{
		font-size: 14px;
		padding: 16px  15px 0 0 ;
		color: #e3e3e3;	
	}

	#moreEnsoltech img{
		float: left;
		opacity: .8;
	}
	#moreEnsoltech img:hover{
		opacity: 1;
	}
	#newsletter #moreEnsoltech img.smallLogo{
		padding-top: 13px;
		padding-right: 10px;
		opacity: 1;
	}
	#newsletter #moreEnsoltech, #moreEnsoltech h3, #moreEnsoltech ul  {
		float: left;
		display: block;	
	}
		
		#newsletter div#moreEnsoltech ul li{
			list-style-type: none;	
			float: left;
			padding-top: 5px; 
			padding-left: 20px;
		}
#newsletter .highlight {
    background: url("../images/newsletterHighlight.jpg") no-repeat scroll left top transparent;
    height: 90px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 288px;
    z-index: 0;
}
#newsletter .firstCol {
    z-index: 1;
}
#newsletter .secondCol {
    margin-top: 8px;
    z-index: 1;
}
#newsletter .thirdCol {
    margin-top: 4px;
    z-index: 1;
}
#newsletter .fourthCol {
    margin-top: 12px;
    z-index: 1;
}
#newsletter small {
    color: #DEF7FB;
}
#newsletter .textInput {
    background: url("../images/forms/textInputNewsletter.png") no-repeat scroll right top transparent;
    border: 0 none;
    color: #666666;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 6px 15px;
    width: 190px;
}
#newsletter .textInput:focus {
    background-position: right -27px;
    outline: medium none;
}
#newsletter .textInput.error {
    background-position: right bottom;
}
#newsletter .subscribe {
    float: left;
}
#newsletter .unsubscribe {
    float: right;
}
#newsletter .subscribe input, #newsletter .unsubscribe input {
    display: block;
    float: left;
    margin: 1px 5px 0 0;
}
#newsletter .signUpOption {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
#newsletter .signUpOption input {
    display: block;
    float: left;
    margin: 5px 5px 0 0;
}
#newsletter .info {
    margin-left: 20px;
}
#footer hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #444444 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}
#footerWidgets {
    padding-bottom: 40px;
    padding-top: 40px;
}
#footerWidgets h3 {
    color: #FFFFFF;
}
#footerWidgets p {
    color: #FFFFFF;
    line-height: 1.45em;
}
#footerWidgets hr {
    margin-bottom: 15px;
    margin-top: 15px;
}
#footerWidgets img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 3px 10px 0 0;
    padding: 2px;
}
#footerWidgets img:hover {
    border: 1px solid #0055a5;
}
#footerWidgets img.noBorder {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
}
#footerWidgets img.noBorder:hover {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
}
#footerWidgets small {
    color: #0055a5;
    font-size: 11px;
}
#footerWidgets ul {
    list-style-type: none;
}
#footerWidgets ul small {
    color: #B4B4B4;
}
#footerWidgets ul li {
    margin-bottom: 25px;
}
#footerWidgets .simpleButton {
    font-size: 12px;
}
#footerWidgets .lastComments p {
    font-style: italic;
}
#footerWidgets .lastComments p:before {
    content: open-quote;
}
#footerWidgets .lastComments p:after {
    content: close-quote;
}
#footerWidgets .contactForm p {
    margin-bottom: 10px;
}
#footerWidgets .contactForm .errorText {
    clear: both;
    color: #FE3131;
    display: none;
    font-size: 11px;
    line-height: 14px;
    text-align: right;
}
#footerWidgets .contactForm .textInput {
    background: url("../images/forms/textInputBlack.png") no-repeat scroll right top transparent;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    height: 15px;
    padding: 6px 15px;
    width: 190px;
}
#footerWidgets .contactForm .textInput:focus {
    background-position: right -27px;
    outline: medium none;
}
#footerWidgets .contactForm .textInput.error {
    background-position: right bottom;
}
#footerWidgets .contactForm .textarea {
    margin-bottom: 10px;
    width: 220px;

}
#footerWidgets .contactForm .textarea .top {
    background: url("../images/forms/textAreaBlack.png") no-repeat scroll left top transparent;
    height: 13px;
    margin-bottom: -1px;
}
#footerWidgets .contactForm .textarea .bottom {
    background: url("../images/forms/textAreaBlack.png") no-repeat scroll left -18px transparent;
    height: 13px;
    margin-top: -4px;
}
#footerWidgets .contactForm .textarea textarea {
    background: url("../images/forms/textAreaBlackBg.jpg") repeat-y scroll left top transparent;
    border: 0 none;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 185px;
    margin-bottom: 0;
    overflow: auto;
    padding: 0 15px;
    width: 190px;
}
#footerWidgets .contactForm .textarea textarea:focus {
    background: url("../images/forms/textAreaBlackBg.jpg") repeat-y scroll -220px top transparent;
    outline: medium none;
}
#footerWidgets .contactForm .textarea.focus .top {
    background-position: left -31px;
}
#footerWidgets .contactForm .textarea.focus .bottom {
    background-position: left -49px;
}
#footerWidgets .contactForm .textarea.focus textarea {
    background-position: -220px top;
}
#footerWidgets .contactForm .textarea.error .top {
    background-position: left -62px;
}
#footerWidgets .contactForm .textarea.error .bottom {
    background-position: left bottom;
}
#footerWidgets .contactForm .textarea.error textarea {
    background-position: right top;
}
#footerWidgets .responseText {
    clear: both;
    display: none;
    text-align: right;
}
#footerWidgets .loadingImage {
    display: none;
    float: right;
    margin: 4px 2px 0 0;
}
#footerWidgets .contactForm .button {
    background: url("../images/buttons/send.png") no-repeat scroll left top transparent;
    border: 0 none;
    display: block;
    float: right;
    height: 24px;
    text-indent: -9999px;
    width: 68px;
}
#footerWidgets .contactForm .button:hover {
    background-position: left -24px;
}
#footerWidgets .contactForm .button:active {
    background-position: left -48px;
}
#bottomFooter {
	padding: 0px 10px 0 10px;
	margin-top: 47px;
	display: block;
}
#bottomFooter .simpleMenu {
    float: left;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
}
#bottomFooter .simpleMenu li {
    margin: 0 10px 0 0;
}
#bottomFooter .copyright {
	color: #333;
    font-size: 11px;
    
	height: 25px;
    
	line-height: 25px;
    text-align: right;
}
#loginContainer {
    display: none;
}
#login {
    height: 340px;
    margin: 0 auto;
    padding: 30px 0;
    width: 280px;
}
#login hr {
    margin: 10px 0 25px;
}
#login p {
    margin-bottom: 15px;
}
#login .rememberMe {
    float: left;
    margin-top: 5px;
}
#login .forgotPassword {
    float: right;
    font-size: 12px;
    margin-top: 7px;
}
#login .logIn {
    margin: 25px auto 0;
}
#login .textInput {
    background: url("../images/forms/textInput280.png") no-repeat scroll right top transparent;
    border: 0 none;
    color: #666666;
    font-size: 12px;
    height: 22px;
    margin-top: 20px;
    padding: 5px 15px 0;
    width: 250px;
}
#login .textInput:focus {
    background-position: right -27px;
    outline: medium none;
}
#login .textInput.error {
    background-position: right bottom;
}
.customCheckbox, .customRadio {
    position: relative;
}
.customCheckbox input, .customRadio input {
    left: 3px;
    margin: 0;
    position: absolute;
    top: 3px;
    z-index: 0;
}
.customCheckbox label, .customRadio label {
    cursor: pointer;
    display: block;
    line-height: 1;
    padding: 0.35em 0 0.5em 19px;
    position: relative;
    z-index: 1;
}
.customCheckbox label {
    background: url("../images/buttons/radioButton.png") no-repeat scroll 3px 4px transparent;

}
.customRadio label {
    background: url("../images/buttons/radioButton.png") no-repeat scroll 3px 4px transparent;
}
.customCheckbox label.hover, .customRadio label.hover {
    background-position: 3px -38px;
}
.customCheckbox label.checked, .customRadio label.checked {
    background-position: 3px -80px;
}
.customCheckbox label.checkedHover, .customCheckbox label.checkedFocus {
    background-position: 3px -80px;
}
div.combo {
    left: 0;
    position: relative;
    top: 0;
}
.combo .visible {
    display: block;
}
.combo .invisible {
    display: none;
}
div.sexy {
    border: 0 none;
    float: right;
    font-size: 12px;
    height: 21px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 340px;
}
div.sexy input {
    background: url("../images/forms/selectInput.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    height: 15px;
    left: 0;
    line-height: 15px;
    margin: 0;
    outline: medium none;
    padding: 6px 15px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 310px;
}
div.sexy input:hover {
    background-position: 0 -27px;
}
div.sexy input:active {
    background-position: 0 -54px;
}
div.showList input {
    background-position: 0 -54px;
}
div.showList input:hover {
    background-position: 0 -54px;
}
div.sexy div.list-wrapper {
    border-top: 1px solid #D9D9D9;
    bottom: auto;
    height: 200px;
    left: 0;
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 26px;
    width: 314px;
    z-index: 99999;
}
div.sexy div.list-wrapper-up {
    bottom: 21px;
    top: auto;
}
div.sexy ul {
    height: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.sexy li {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 15px;
}
div.sexy li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
div.sexy li.active {
    background-color: #EAEAEA;
}
div.sexy li:active {
    background-color: #4BC8E7;
    color: #FFFFFF;
}
div.sexy a, div.sexy a:visited, div.sexy a:active {
    color: #666666;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0;
    text-decoration: none;
    width: 146px;
}
div.sexy input.empty {
    color: #666666;
}
a.to-highlight:hover {
    background-color: #EAEAEA;
}
div#nyroModalFull {
    color: #000000;
    font-size: 12px;
}
div#nyroModalLoading {
    background: url("../images/nyroModal/ajaxLoader.gif") no-repeat scroll center center #FFFFFF;
    border: 4px solid #777777;
    height: 150px;
    text-indent: -9999em;
    width: 150px;
}
div#nyroModalLoading.error {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FF6666;
    height: 100px;
    line-height: 20px;
    padding: 20px;
    text-indent: 0;
    width: 300px;
}
div#nyroModalWrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
a#closeBut {
    display: block;
    height: 12px;
    outline: 0 none;
    position: absolute;
    right: -13px;
    top: 5px;
    width: 100px;
	z-index: 9999;
}
h1#nyroModalTitle {
    color: white;
    font-size: 17px;
    left: 10px;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    top: 5px;
    background: #333;
    opacity: .5;
}
div#nyroModalContent {
    overflow: auto;
}
div.wrapper div#nyroModalContent {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
}
div.wrapperImg div#nyroModalContent {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding: 25px 10px 10px;
    text-align: center;
}
div.wrapperImg img {
    vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
    background: none repeat scroll 0 0 black;
    border: 1px dotted white;
    bottom: 0;
    left: 0;
    margin: 10px;
    opacity: 0.2;
    overflow: hidden;
    padding: 10px;
    position: absolute;
}
div.wrapperImg div#nyroModalContent div:hover {
    cursor: help;
    opacity: 0.5;
}
a.nyroModalPrev, a.nyroModalNext {
    background: url("data:image/gif;base64,AAAA") no-repeat scroll left 20% transparent;
    cursor: pointer;
    height: 100%;
    outline: medium none;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 40%;
    z-index: 105;
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
    height: 60%;
    width: 20%;
}
a.nyroModalPrev {
    left: 0;
}
a.nyroModalPrev:hover {
    background-image: url("../images/nyroModal/prev.gif");
}
a.nyroModalNext {
    background-position: right 20%;
    right: 0;
}
a.nyroModalNext:hover {
    background-image: url("../images/nyroModal/next.gif");
}
#mainHeader .mainMenu li a {
    <!--text-shadow: 0 -1px 0.5px #FFFFFF, 0 0.5px 1px #FFFFFF; <!-- #9c9c9c , #7c7c7c-->
}
#mainHeader .mainMenu li:hover a {
    <!--text-shadow: 0 0.8px 0.5px #FFFFFF, 0 1px 0.4px #FFFFFF; <!-- #d2d2d2 , #e1e1e1-->
}
#mainHeader .mainMenu li:active a {
    <!--text-shadow: 0 1px 0.4px #FFFFFF, 0 -0.8px 0.5px #FFFFFF; <!-- #e1e1e1 , #808080-->
}
#mainHeader .mainMenu .current a {
    <!--text-shadow: 0 1px 0.4px #FFFFFF, 0 -0.8px 0.5px #FFFFFF; <!-- #999 , #777-->
}
#content #commentsForm .textarea textarea {
    height: 73px;
    padding: 5px 5px 20px 15px;
    resize: none;
}
#content .contact .textarea textarea {
    margin-bottom: -3px;
    max-width: 308px;
    outline: medium none;
    resize: vertical;
}
#footerWidgets .contactForm .textarea textarea {
    max-width: 190px;
    resize: vertical;
}
a, .customCheckbox label.focus, .customRadio label.focus, .sIFR-flash {
    outline: medium none;
}
#footerWidgets .contactForm .textarea textarea, #content .contact .textarea textarea {
    resize: none;
}
ul#screenshots{
    list-style-type: none;
    padding: 30px 0 0;
    margin: 0;
    }
#screenshots li{
    float: left;
    display: block;
    padding-right: 9px;
    text-align: center;
    padding-bottom: 0px;
    }

