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

/* elements */

body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: url(../img/template/pageBackground.png) repeat-x top left;
	background-color: #808183;
}

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

div {
	text-align: left;
}

img {
	border: 0px;
}

input, textarea { 
	border: solid 1px #2F292A;
	font-size: 11px;
	background-color: #CCC;
}


/* classes */
.tab {
	margin-left: 10px;
}

.features {
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
}

.featureTable a {
	text-decoration: none !important;
}

.featureTable a.check {
	text-align: center;
}

.featuresLink {
	font-size: 12px;
}

.hide {
    display: none;
}

a.showLink, a.hideLink {
    text-decoration: none;
    color: #36f;
    padding-left: 8px;
}
a.hideLink {
    background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #36f; }


.bundleBuyBox {
	width: 465px;
	height: 37px;
	background: #dce1e4;
	margin-top: 15px;
}

.bundleBuyBox img {
	float: left;
}

.bundleBuyText {
	width: 220px;
	height: 34px;
	float:left;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 3px;
}

.bundleBuyExplain {
	width: 80px;
	margin-left: 10px;
	float: left;
	line-height: 37px;
	height: 34px;
}

.bundleBuyInfo {
	width: 465px;
	font-size: 12px;
}

.bundleBuyInfo ul {
	margin-top: 10px;
}

.bundleBuyBoxAlt {
	background-color: #eef0f2;
}

.bundleBuyCaseStudies {
	line-height: 35px;
	margin-left: 10px;
}

.bundleBuyCaseStudiesText {
	font-size: 12px;
	margin-left: 20px;
}

.registerBox {
	border: solid 1px #FFC772;
	width: 450px;
	padding: 10px;
}

.smallBox {
	width: 190px;
	float: left;
	margin-left: 7px;
	font-size: 12px;
}

.smallBoxContent {
	background: url(../img/page/index/smallBoxBackground.png) repeat-y;
	height: 130px;
	padding: 0px 10px 0px 10px;
}

.bigBox {
	width: 382px;
	float: left;
	margin-left: 6px;
	font-size: 12px;
}

.bigBoxContent {
	background: url(../img/page/index/bigBoxBackground.png) repeat-y;
	height: 130px;
	padding: 0px 10px 0px 10px;
}


.smallBoxContent h2, .bigBoxContent h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.smallBoxContent p, .smallBoxContent a, .bigBoxContent p, .bigBoxContent a  {
	color: #e3e067;
	padding: 0px;
	margin: 0px;
}

.smallText {
	font-size: 11px;
	font-weight: normal;
}

.smallTextGrey {
	color: #484747;
	font-size: 14px;
	font-weight: normal;
}

.kindaSmallText {
	font-size: 13px;
	font-weight: bold;
}

.white, .white a {
	color: #ffffff !important;
}

.red {
	color: #F00 !important;
}

.blue {
	color: #005696 !important;
}

.orange {
	color: #ff8a3f;
}

.pukeGreen {
	color: #c3d940;
}

.clear {
	clear: both;
}

.tableData {
	width: 100%;
	font-weight: bold;
}

.tableData td {
	padding: 5px;
}

.tableDataHeading td {
	color: #4e4b4c;
	font-size: 16px;
}

.tableDataRow {
	background-color: #eef0f2;
	color: #4e4b4c;
}

.tableDataRowAlt {
	background-color: #dce1e4;
	color: #4e4b4c;
}

.centerRows, .centerRows td {
	text-align: center;
}

.left {
	text-align: left !important;
}

.border blockquote {
	background: url(../img/template/quote_gray.gif) no-repeat;  
	margin: 5px 5px 5px 8px;	 
	padding: 0px 3px 0 15px;
	line-height: 20px;
}

.align_right {
	text-align: right;
}

/* css tabs */
/*Example for a Menu Style*/
.menu {
	color:#4e4b4c; 
	height:29px;
	background:url(../img/template/tabs/tabBackground.png) repeat-x bottom left;
	font-size: 12px;
}

.menu ul {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;
}

.menu li {
	display:inline; 
	line-height:23px;
}

.menu li a {
	color:#4e4b4c !important; 
	text-decoration:none !important; 
	display: block; 
	float:left; 
	width: 111px; 
	line-height: 28px; 
	background:url(../img/template/tabs/tab.png) no-repeat;
	border-bottom: solid 1px #c2c3c5;
	margin-right: 3px;
}

.menu li a.tabactive {
	font-weight:bold;  
	position:relative; 
	background:url(../img/template/tabs/tabAt.png) no-repeat;
	border-bottom: solid 1px #ffffff;
}

.center {
	text-align: center;
}

.smallRed {
	color:#F00;
	font-size: 11px;
}

.designExample {
	text-align: center;
}

.homePageElement {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.homePageHr {
	margin: 0px;
	padding: 0px;
	background-color: #515151;
	border-bottom: solid 1px #CCCCCC;
	height: 1px;
	width: auto;
	margin-bottom: 10px;
}

.homePageText {
	font-size: 15px;
}

.homePageProduct {
	width: 170px;
	line-height: 28px;
	font-size: 12px;
}

.homePageProduct img {
	float: left;
	margin-right: 5px;
}

.homePageProduct a {
	color: #ffffff;
}

.productsPageProduct {
	width: auto;
	line-height: 28px;
	font-size: 12px;
	float: left; 
	width: 190px;
	margin-bottom: 10px;
}

.productsPageProduct img {
	float: left;
	margin-right: 5px;
}

.productsPageProduct a {
	text-decoration: none !important;
}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
	border: solid 1px #c2c3c5;
	border-top: 0px;
	text-align:center;
	padding:15px 6px 15px 20px; 
	font-size:12px; 
	margin-bottom:5px;
	text-align: left;
	min-height: 500px;
}



/* ids */
#container {
	margin: 0px auto;
	width: 975px;
}

#header {
	position: relative;
	width: 975px;
	height: 92px;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0px;
}

#topNavBar {
	width: 975px;
	height: 26px;
	border-bottom: solid 1px #ffffff;
	font-size: 12px;
}

/* navigation buttons */
#topNavBar a {
	display: block;
	height: 26px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

#navHome {
	background: url(../img/template/navHome.png) no-repeat;
	width: 82px;
}

#navHome:hover {
	background: url(../img/template/navHomeOver.png) no-repeat;
}

#navCompanyStore {
	background: url(../img/template/navCompanyStore.png) no-repeat;
	width: 123px;
}

#navCompanyStore:hover {
	background: url(../img/template/navCompanyStoreOver.png) no-repeat;
}

#navServices {
	background: url(../img/template/navServices.png) no-repeat;
	width: 101px;
}

#navServices:hover {
	background: url(../img/template/navServicesOver.png) no-repeat;
}

#navProducts {
	background: url(../img/template/navProducts.png) no-repeat;
	width: 101px;
}

#navProducts:hover {
	background: url(../img/template/navProductsOver.png) no-repeat;
}

#navWhyBrightStores {
	background: url(../img/template/navWhyBrightStores.png) no-repeat;
	width: 101px;
}

#navWhyBrightStores:hover {
	background: url(../img/template/navWhyBrightStoresOver.png) no-repeat;
}

#navToolBox {
	background: url(../img/template/navToolbox.png) no-repeat;
	width: 101px;
}

#navToolBox:hover {
	background: url(../img/template/navToolboxOver.png) no-repeat;
}

#navSupport {
	background: url(../img/template/navSupport.png) no-repeat;
	width: 101px;
}

#navSupport:hover {
	background: url(../img/template/navSupportOver.png) no-repeat;
}

#navContactBrightStores {
	background: url(../img/template/navContactBrightStores.png) no-repeat;
	width: 101px;
}

#navContactBrightStores:hover {
	background: url(../img/template/navContactBrightStoresOver.png) no-repeat;
}

#navCompanyStoreManager {
	display: block;
	float: right !important;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}

#content {
	margin: 21px 0px 16px 0px;
}

#footer {
	clear: both;
	font-size: 12px;
}

#footerLeft {
	width: 750px;
	float: left;
	position: relative;
}

#footerRight {
	width: 200px;
	float: right;
	text-align: right;
}

/* page specific ids  and classes */
#home h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

#home p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#homeFooter {
	margin-top: 16px;
	height: 148px;
}

#text {
	width: 975px;
	min-height: 500px;
	background-color: #FFF;
}

#leftNavBar {
	background-color: #b9c3c9;
	width: 188px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	color: #6a696b;
}

#leftNavBar .imgLink {
	margin-left: 16px;
	margin-bottom: 12px;
}

#leftNavBar .textLink {
	margin-left: 26px;
	margin-bottom: 20px;
	display: block;
	color: #6a696b;
	font-weight: bold;
}

#leftNavBar ul, .side_links_small {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

#leftNavBar li {
	list-style-type: none;
}

#leftNavBar ul li a, .side_links_header {
	display: block;
	line-height: 34px;
	padding-left: 17px;
	color: #6a696b;
	border-bottom: solid 1px #e3e7e9;
	font-weight: bold;
}

#pageContent {
	width: 635px;
	float: left;
	margin-left: 73px;
	color: #000;
}

#pageContent a {
	color: #005696;
	text-decoration: underline;
}

#pageContent h1 {
	color: #005696;
	font-size: 18px;
	margin-top: 10px;
}

#pageContent h2 {
	color: #4e4b4c;
	font-style: italic;
	font-size: 15px;
}

#pageContent h3 {
	color: #ff8a3f;
	font-size: 15px;
}

#pageContent hr {
	color: #ff8a3f;
}