﻿html,
body {
	background: #e9e9e9;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

a img { border: none; }

a { color: #666; }

a:hover { color: #000; }

h2 {
	font-size: 26px;
}

h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h3 a
{
    text-decoration: none;
}
h3 a:hover
{
	color: #0D5CAB;
    text-decoration: underline;
}
hr { 
    width: 75%; 
    border-color:#00AFEF;
    border-width: 1px 0px 0px 0px;
}
.pad {
    margin: 40px auto;
}

#container {
    background: #fff;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 1px;
}

/* ===== header ============================================= */

#header h1 {
	display: block;
	margin: 0;
	float: left;
}

#header h1 a {
    display:block;
    height: 115px;
    width: 420px;
    background: url(../images/biacreations-logo.png);
}
#header h1 a span {
    visibility:hidden;
}

#header .utilities {
	font-size: 14px;
	float: right;
	padding-right: 15px;
	padding-top: 50px;
}

#header .utilities ul li {
	padding: 0 1em;
	float: left;
	color: #666;
}

#header .utilities ul li a {
	color: #666;
	text-decoration: none;
}
#header .utilities ul li a:hover, #header .utilities ul li.on a {
	color: #0D5CAB;
	text-decoration: underline;
}

/* ===== nav ============================================= */

#nav { height: 37px; }

#nav ul li { float: left; }

#nav ul li a {
	display: block;
	height: 37px;
	width: 161px;
	color: #FFF;
	float: left;
	outline: 0;
}
#nav {
	background: #E5E5E5 url("../images/nav-SearchBg.png") repeat-x;

}
#nav ul li a.nav1 {
	background: #E5E5E5 url("../images/nav-Home.jpg") no-repeat left top;
}

#nav ul li a.nav2 {
	background: #E5E5E5 url("../images/nav-Products.jpg") no-repeat left top;
}

#nav ul li a.nav3 {
	background: #E5E5E5 url("../images/nav-Services.jpg") no-repeat left top;
}

#nav ul li a.nav4 {
	background: #E5E5E5 url("../images/nav-Experience.jpg") no-repeat left top;
}

#nav ul li a.nav5 {
	background: #E5E5E5 url("../images/nav-News.jpg") no-repeat left top;
}

#nav ul li a.nav6 {
	background: #E5E5E5 url("../images/nav-Search.jpg") no-repeat left top;
	width: 30px;
}

#nav ul li.search {
    height: 37px;
    padding-left: 10px;
    padding-right: 2px;
}

#nav ul li.search input {
    border: 1px solid #A8A8A8;
}

#nav ul li.search .emptySearch {
	background: #fff url("../images/searchBg.png") repeat-x;
}

#nav ul li a:hover,
#nav ul li.on a {
	background-color: #0D5CAB;
	background-position: left bottom;
}

/* ===== subnav  ============================================= */
.subnav {
    float: right;
    margin-top: 0.5em;
}
.subnav ul li {
    float: left;
	padding: 0 1em;
}
.subnav ul li a {
    font-size: 1.2em;
    text-decoration: none;
    color: #999;
	font-weight: bold;
	display:block;
}
.subnav ul li.on a {
	color: #0D5CAB;
	border-bottom: 3px solid #0D5CAB;
}
.subnav ul li a:hover
{
	border-bottom: 2px solid #999;
}

/* ===== content ============================================= */

#container2 {
	padding: 20px;
	text-align: left;
}
#container2 h2 {
    margin-bottom: 0.5em;
}

/* ===== content ============================================= */

#content {
	padding: 0 20px;
	text-align: left;
}

.column12 { float:left; width:50%;}
.column14 { float:left; width:25%;}
.column34 { float:left; width:75%;}
.column23 { float:left; width:66%;}
.column13 { float:left; width:33%;}
.column { float:left; }

.move {
    cursor: move;
}
.moveBackground {
    padding-left: 25px;
    background: url('../images/move.jpg') no-repeat left;
}
.sortHelper
{
	border: 1px dashed #666;
	width:90%;
	margin: 5px;
}

.newslist li
{
    border-bottom: 1px solid #00AFEF;
    padding: 10px 0px;
}

.col2 {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
}
.smallContent p {
    position: relative;
    width: 75%;
}
.smallContent h3 {
    margin-top: 40px;
}

.widget h3 {
    background: #0D5CAB;
    color: #fff;
    padding: 0.5em;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;    
    -webkit-border-top-right-radius: 6px;    
}

.widget {
    border: 1px solid #0D5CAB;
    margin: 2em 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
}

.widgetTitle {
    margin:0px;
}
.widgetContent {
    padding: 5px;
}
.widgetContent a blockquote {
    text-decoration: none;
}

/* ===== pager ============================================= */
.pager {
    margin: 20px;
}
.pager hr {
    margin-bottom: 20px;
    border-width:0px;
}

.pager a {
    text-decoration: none;
}
.pager-number {
    margin: 0px 4px;
    padding: 5px 8px;
}
.pager a .pager-number, .pager .current {
    background: #E5E5E5;
    color: #333;
}
.pager a:hover .pager-number, .pager .current {
    background: #0D5CAB url(../images/pager-Bg.png) repeat-x;
    color: #fff;
}
.pager a .prev, .pager a .next {
    background: #fff;
    color: #666;
}
.pager a:hover .prev, .pager a:hover .next {
    background: #0D5CAB url(../images/pager-Bg.png) repeat-x;
    color: #fff;
}

/* ===== undo ============================================== */
.undo { 
    background: #ffffaa;
    padding: 5px;
}

/* ===== table ============================================= */
tr.selected {
    background: #F3F6D9;
}
tr.odd {
    background: #EFF7FE;
}
.playlistAddTable label {
    cursor: pointer;
}

/* ===== index ============================================= */

.index {
	padding: 0;
	margin: 0 auto;
	text-align: left;
    background: #fff url(../images/index-MainBg.png) repeat-x top; /* IE fix :( */
}

.index a, strong {
    color: #dee89a;
    text-decoration: none;
}
.index a:hover {
    color: #F3F6D9;
    text-decoration: underline;
}

.index .cell1,
.index .cell2 {
	height: 261px;
	float: left;
}

.index .cellcontainer {
    background: #0D5CAB url(../images/index-MainBg.png) repeat-x top;
}
.index .cellcontainer .cell1 {
    width: 645px;
    margin-left: 75px;
    color: #eff7fe;
    font-size: 1.2em;
}
.index .cellcontainer .cell2 {
    width: 280px;
    background: url(../images/index-Cell2Bg.jpg) no-repeat top right;
}
.index h2 { 
    margin: 30px 0px;
    color: #fff;
}
.index .cell1 p,
.index .cell2 p { margin-top: .5em;color: #eff7fe; }

.index .newsline {
    background: #2B3033;
    border: 1px solid #000;
    border-top-color: #54595D;
    color: #f8f8f8;
}
.index .newsline h4 {
    margin: 0;
    padding: 0;
    padding: 0.75em 0px 0.75em 50px;
    width: 4em;
    color: #c1d72e;
    float: left;
}
.index .newsline a.blurb, .index .newsline a.blurb:hover {
    color: #f8f8f8;
    text-decoration:none;
}
.index .newsline .newslineControlContainer {
    width: 4em;
    padding: 0.9em 0;
    float: left;
}
.index .newsline .newslineControlContainer a.newslinePreviousControl, 
.index .newsline .newslineControlContainer a.newslineNextControl {
    border: 1px solid #dee89a;
    text-decoration: none;
    padding: 0.1em 0.3em;
    outline: 0;
}
.index .newsline .newslineControlContainer a.newslinePreviousControl:hover, 
.index .newsline .newslineControlContainer a.newslineNextControl:hover {
    border: 1px solid #F3F6D9;
}
.index .newsline .newslineItemContainer {
    width: 840px;
    float:left;
}
.index .newsline .newslineItems li {
    padding-top: 0.9em;
}

#indexModules ul li {
    float: left;
    width: 33%;
}

#indexModules ul li a, .infoModule a, .infoModule div {
    margin: 0 auto;
    display: block;
    height:125px;
    width:260px;
    border: 2px solid #E5E5E5;
}

#indexModules ul li a:hover, .infoModule a:hover {
    border: 2px solid #0D5CAB;
}

#indexModules ul li a.module1 {
    background: #fff url(../images/index-ProductsModule.jpg) no-repeat top left;
}
#indexModules ul li a.module2 {
    background: #fff url(../images/index-ServicesModule.jpg) no-repeat top left;
}
#indexModules ul li a.module3 {
    background: #fff url(../images/index-SupportModule.jpg) no-repeat top left;
}

/* ===== modules ============================================ */

.module {
    display: block;
    width: 300px;
    margin: 20px;
}
.module label {
    clear: left;
    float: left;
    display:block;
    width: 5em;
    margin: 3px 5px 0px 0px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
    color: #9ECB3B;
}
.module span {
    float: left;
    padding-top: .3em;
    color: #0D5CAB;
}
.module span a {
    color: #0D5CAB;
}
.module span a:hover {
    color: #00AFEF;
}

.infoModule {
    
}

/* ===== products =========================================== */

#productsOverview .infoModule a.module1 {
    background: #fff url(../images/products-Promaw.jpg) no-repeat top left;
}
#productsOverview .infoModule a.module2 {
    background: #fff url(../images/products-Personallery.jpg) no-repeat top left;
}
#productsOverview .infoModule a.module3 {
    background: #fff url(../images/products-PropertyCenter.jpg) no-repeat top left;
}

.productsPromaw .module1 {
    background: #fff url(../images/products-Promaw1.jpg) no-repeat top left;
}
.productsPromaw .module2 {
    background: #fff url(../images/products-Promaw2.jpg) no-repeat top left;
}
.productsPromaw .module3 {
    background: #fff url(../images/products-Promaw3.jpg) no-repeat top left;
}

.productsPersonallery .module1 {
    background: #fff url(../images/products-Personallery1.jpg) no-repeat top left;
}
.productsPersonallery .module2 {
    background: #fff url(../images/products-Personallery.jpg) no-repeat top left;
}
.productsPersonallery .module3 {
    background: #fff url(../images/products-Personallery3.jpg) no-repeat top left;
}

.productsPropertyCenter .module1 {
    background: #fff url(../images/products-PropertyCenter1.jpg) no-repeat top left;
}
.productsPropertyCenter .module2 {
    background: #fff url(../images/products-PropertyCenter2.jpg) no-repeat top left;
}
.productsPropertyCenter .module3 {
    background: #fff url(../images/products-PropertyCenter3.jpg) no-repeat top left;
}


/* ===== services =========================================== */

#servicesOverview .infoModule a.module1 {
    background: #fff url(../images/services-Consulting.jpg) no-repeat top left;
}
#servicesOverview .infoModule a.module2 {
    background: #fff url(../images/services-Support.jpg) no-repeat top left;
}
#servicesOverview .infoModule a.module3 {
    background: #fff url(../images/services-HostedSolutions.jpg) no-repeat top left;
}

/* ===== experience ========================================= */
.experienceRow1 div span, .experienceRow2 div span { 
    visibility: hidden 
}
.experienceRow1 .module1 {
    background: #fff url(../images/experience-SuperbHealth.jpg) no-repeat top left;
}
.experienceRow1 .module2 {
    background: #fff url(../images/experience-DMBStream.jpg) no-repeat top left;
}
.experienceRow1 .module3 {
    background: #fff url(../images/experience-Navistar.jpg) no-repeat top left;
}
.experienceRow2 .module1 {
    background: #fff url(../images/experience-Medela.jpg) no-repeat top left;
}
.experienceRow2 .module2 {
    background: #fff url(../images/experience-Peak.jpg) no-repeat top left;
}
.experienceRow2 .module3 {
    background: #fff url(../images/experience-McCafe.jpg) no-repeat top left;
}



/* ===== form =============================================== */
form ol li {
    vertical-align: top;
    margin: 10px;
}

form ol li label {
    vertical-align: top;
    display: inline-block;
    width: 200px;
}
form ol li input, form ol li textarea {
    width: 400px;
}
form .padLeft215 {
    margin-left: 215px;
}


/* ===== footer ============================================= */

#footer {
	border-top: 1px solid #9ECB3B;
	background: #C1D72E url(../images/footer.png) no-repeat bottom right;
	clear: both;
	color: #fbfcf1;
}
#footer a {
    color: #fbfcf1;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer h3 a:hover {
    text-decoration: none;
}

#footernav {
    margin-top: 1em;
}

#footernav li {
    width: 200px;
    padding: 1em;
    padding-top: 0px;
    border-right: 2px solid #CDDE5C;
	float: left;
}
#footernav li.last {
    border-width: 0px;
}
#footernav li ul {
    margin-left: 1em;
    height: 60px;
}

#footernav li ul li {
    width: 100%;
    padding: 0px;
    border-width: 0px;
}

#footer2 .utilities {
    padding: 0.5em;
    text-align:center;
}

#footer2 .utilities span {
    margin-left: 40px;
}
#footer2 .utilities span.first {
    margin-left: 0px;
}

/* ===== styles ============================================= */

.reduced {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
.floatLeft { float:left }
.floatRight { float:right }
.center { margin: 0 auto; text-align:left; }
.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }

.c,.clear { clear: both; }
.error,.required { color: Red; }
input.error, textarea.error { border: 1px solid red }
.errorModule { 
    border: 1px solid #DD9988; 
    background: #FFFFD5;
    color: #990000;
}
.indent { padding-left: 1em; }
.fatindent { padding-left: 2em; }
.hide,
h1 a span,
#nav a span,
#indexModules li a span, .infoModule a span { display: none; }

th { vertical-align: top }
.small { font-size: 9pt }