/*COLORS
dark purple				#31368d
purple					#4d5da7
light purple			#8a94c1
gold					#dab81a
*/



#crunchies {
position: absolute;
top: 0px;
right: 5px;
}


a img {
	border: none;
}

h1 {
	color: #8a94c1;
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
	font-weight: normal;
	text-transform: uppercase;
}
#mainContent h1:first-letter {
	font-size: 65px;
}
h2 {
	color: #31368d;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
}
h3 {
	color: #31368d;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
#mainContent a {
	color: #31368d;
}
#mainContent a:hover {
	text-decoration: none;
}







body{
	background-image: url(../img/main/starsBg.jpg);
	background-repeat: repeat-x;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d5da7;
	line-height: 22px;
}
#mainContainer{
	margin: 0 auto;
	width: 810px;
	position: relative;
	margin-bottom: 15px;
}

.message{
	margin-bottom:10px;
	padding:5px 10px;
	background:white;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
}

/*---------- Navigation ----------*/
#navContainer{
	width: 800px;
	margin: 0 auto;
	height: 44px;
	background-image: url(../img/main/navBg.gif);
	font-family: "Arial Black", Gadget, sans-serif;
	color: #d5daea;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	position: relative;
}
#nav {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
/*
	background-color: red;
	border-right: 1px solid blue;
*/
}
#nav ul {
	padding-top: 5px;
	width: 200px;
	margin: 0;
	position: absolute;
	left: 0;
	top:44px;
	background-image: url(../img/tri1.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}
#nav ul li {
	width: 200px;
}
#nav ul li ul {
	top: 0;
	left: 200px;
	padding-top: 0;
	padding-left: 5px;
	background-image: url(../img/tri2.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
#nav a {
	color: #a7b2d6;
	text-decoration: none;
	margin: 0;
	display: block;
	padding: 16px 15px;
}
#nav ul a {
	background-color: #6071b1;
	font-weight: normal;
	padding: 10px 15px;
}
#nav ul a:hover {
	background-color: #4d5fa4;
}
#nav a:hover {
	color: #fff;
}


/*---------- Header ----------*/
.header{
min-height: 50px;
position: relative;
}
#logo{
position: absolute;
	top: 20px;
	cursor: hand;
	cursor: pointer;
}
#subHeader {
	height: 100px;
}


/*---------- Sidebar ----------*/
#sidebar{
width:179px;
height:210px;
float:left;
margin:10px 0 0 10px;
background-color:#8e8e8e;
}
#sidebar h1{
font-size:18px;
color:#FFFFFF;
margin:10px 0 0 20px;
}
#sidebar ul{
list-style:none;
width:150px;
margin-left:15px;
margin-top:10px;
}
#sidebar ul li{
list-style:none;
display:block;
padding:5px 8px;
}
#sidebar ul li a{
color:#2d2d2d;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover{
text-decoration:none;
list-style:none;
display:block;
color:#fff;
font-weight:bold;
}


/*---------- Main Content ----------*/
#mainContent{
	background-repeat: no-repeat;
	padding: 30px 20px 10px 20px;
	margin: 0;
	background-position: top;
}

#pageContent {
	background-image: url(../img/main/pageBg.gif);
	background-repeat: repeat-y;
}
#pageContent #top {
	background-image: url(../img/main/pageBgTop.gif);
	background-repeat: no-repeat;
	height: 5px;
}
#pageContent #bottom {
	background-image: url(../img/main/pageBgBottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	background-color: #eee;
	overflow: hidden;
}

#pageContent #pageContentInner {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/main/pageContentFade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
img.headerImage {
	float: left;
}


/*---------- HOMEPAGE ----------*/
#homeHeader {
	height: 273px;
}
.homeBoxes {
	margin-left: -15px;
	margin-top: -20px;	
	width: 789px;
}
.homeBox {
	width: 263px;
	height: 400px;
	float: left;
	background-image: url(../img/main/homeBoxBg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.yellowBg {
	background-image: url(../img/main/homeBoxBg1.jpg);
}
.homeBox .inner {
	padding: 25px;
}
.homeBoxes .homeBox h1 {
	color: #8a94c1;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: none;
	margin: 0;
	line-height: 34px;
	text-transform: uppercase;
}
#mainContent .homeBox h1:first-letter {
	font-size: 34px;
}
.homeBoxes p {
/*
	margin: 0;
	padding: 0;
*/
}

.homeBox .blogPostDate {
font-size: 18px;
color: #8a94c1;
font-style: italic;
}
.homeBox .blogPostOverview a {
text-decoration: none;
/* font-size: 10px; */
}
.homeBox .blogPostOverview {
border-bottom: 1px dotted #8a94c1;
margin-bottom: 5px;
padding-bottom: 5px;
display: block;
height: 65px;
overflow: hidden;
}
.homeBox .blogPostOverview:last-child {
border: none;
}


/*---------- TEAM ----------*/
.teamMember {
	float: left;
	display: block;
	width: 750px;
	margin: 20px 0 10px 0;
	padding: 0;
	padding-bottom: 10px;
	/*
background-image: url(../img/misc/bottomFade.png);
	background-repeat: no-repeat;
	background-position: bottom center;
*/
	font-style: normal;
	min-height: 230px;
}
.teamMember .imageLeft {
	padding-right: 20px;
}
.teamMember h3 {
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 28px;
	color: #31368d;
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
	padding-bottom: 10px;
	font-style: italic;
}
.teamMember p {
	float: left;
	width: 510px;
}
.teamMember span {
	font-style: italic;
	color: #dab81a;
	font-size: 22px;
}

/*---------- CLIENTS ----------*/
.clientLogoBox {
	border: 2px solid #CCC;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	padding: 7px;
	cursor: hand;
	cursor: pointer;
}
.clientLogoBox .clientQuote {
	width: 200px;
	height: 200px;
	position: absolute;
	background-image: url(../img/misc/logoOverlay.png);
	color: white;
	line-height: 14px;
	font-size: 10px;
	text-transform: uppercase;
}
.clientLogoBox .clientQuote .inner {
	padding: 0 5px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/*---------- Logobar ----------*/
#logoBar {
	padding-top: 26px;
	background-color: #eee;
	/* padding-bottom: 10px; */
	width: 800px;
	margin: 0 auto;
	background-image: url(../img/misc/bottomFade.png);
	background-repeat: no-repeat; 
	background-position: top center;
	padding-bottom: 0;
}
#logoBar table, #logoBar table tr, #logoBar table td {
	height: 100px;
	width: 100%;
	text-align: center;
	background-color: #dbdbdb;
	margin: 0;
}
#logoBar img {
	padding: 0 15px;
	vertical-align: middle;
}

/*---------- Footer ----------*/
#footer{
	
	background-color: #eee;
text-align: center;
	font-size: 10px;
	color: #999;
	margin: 0 auto;
	/* margin-top: 10px; */
	line-height: 12px;
}
#footer ul{
list-style:none;
margin-top:5px;
margin-bottom:0px;
}
#footer ul li{
list-style:none;
margin:0 10px;
line-height:18px;
display:inline;
}
#footer a{
color: #999;
text-decoration: none;
}
#footer a:hover{
color: #4d5da7;
}
.copyright{
margin-bottom:15px;
font-size: 10px;
}


/*---------- Miscellaneous ----------*/
.clear {
clear:both;
}
.preloadedImage {
	display: none;
}
.warning {
	display: none;
}
.callOut {
	width: 280px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	float: right;
	border: 1px dashed #8a94c1;
	padding: 10px 20px;
	background-color: #FFF;
	margin: 0 0 15px 15px;
	color: #31368d;
	font-style: italic;
	background-image: url(../img/misc/quotes.gif);
	background-repeat: no-repeat;
}
.callOut .quoter {
	font-size: 14px;
	text-align: right;
	line-height: 14px;
}
.imageLeft {
	float: left;
}
.imageRight {
	float: right;
}

/* store */

#storeSidebar{
width:200px;
float:left;
margin-right:25px;
line-height:1.2em;
}

#storeContent{
float:left;
width:540px;
}

#storeSidebar a{
text-decoration:none;
}

#storeSidebar .quad{
background:#efefef;
padding:10px;
margin-bottom:10px;
}
#sideCartItemCount{
}

/* dont put top margin here, it screws up hover on ie */
#sideCartContent{
display:none;
padding-bottom:5px;
}
#sideCartItems{
margin-bottom:5px;
}
#sideCartItems tr td, #sideCartItems tr th{
padding:2px;
}
#sideCartItems tr th, #sideCartItems .totalprice{
font-weight:bold;
font-size:0.9em;
}
#sideCartItems .price{
text-align:right;
}
#sideCartLinks{
border-top:1px solid #cccccc;
padding-top:5px;
}

/* categories start */

#sideCategoriesItems li{
margin-top:5px;
}

ul#sideCategoriesItems, #sideCategoriesItems ul{
list-style:none;
margin:0; padding:0;
}

#sideCategoriesItems ul{
margin-left:18px;
display:none;
}

#sideCategoriesItems .bullet img{
height:16px;
width:15px;
}

#sideCategoriesItems .tree_item .current{
font-weight:bold;
}

/* categories end */

.storeItem{
	width:133px;
	height:175px;
	float:left;
	text-align:center;
	line-height:1.2em;
}

.storeItemImage{
	width:80px;
	height:80px;
	border:15px solid white;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
}

.storeItemName{
	margin-top:5px;
}

.storeItem .sale{
font-weight:bold;
color:red;
}

.storeItemView{
margin-top:5px;
}
.storeItemView a{
background:gray;
color:white;
padding:2px 4px;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}

.storeItems{

}

.genericForm label{
width:110px;
float:left;
clear:both;
}

.genericForm .input{
margin-bottom:10px;
}



/* store display */

.storeDisplayPrice{
font-size:1.4em;
font-weight:bold;
xmargin-bottom:15px;
}

.storeDisplayAttributes{
margin-top:10px;
}

.storeDisplayAttributes ul{
list-style:none;
margin:0px;
}

.storeDisplayAddToCart{
margin-top:15px;
}


.storeItemImages{
width:330px;
float:right;
}

/* margin (no color) */
.storeItemImages2{
background:white;
margin-left:25px;
margin-bottom:10px;
padding-bottom:5px;
}

/* margin (w/ color) */
.storeItemImages3{
margin:10px;
}

.storeItem{
margin:10px;
}

.storeItemImages .album-slideshow img{
xmax-width:275px;
xmax-height:210px;
}

.storeItemImages .thumbs img{
width:60px;
height:60px;
margin: 0 3px 0 3px
}

.storeItemImages .album{
height:240px;
}

.storeItemImages table.album-slideshow-table{
width:100%;
height:100%;
margin:0;
}

.storeItemImages .album-slideshow-table td{
margin:0px;
padding:0px;
vertical-align: middle;
text-align:center;
}

.storeItemImages .album-caption{
display:none;
}

.storeItemImages ul.thumbs{
list-style:none;
margin:0px;
padding:0px;
}

.storeItemImages ul.thumbs li{
display:inline;
}

.storeItemImages .album-thumbs .bottom{
margin:10px 0px 0px 10px;
}

.storeItemImages .album-thumbs .pagination a, .album-thumbs .pagination span{
font-size:1.2em;
margin:0px 5px 0px 0px;
}

/* store display end */


/* store cart start */
.storeCartStepButtons{
float:right;
}

.storeCartSteps{
margin-bottom:10px;
}

.storeCartSteps a{
text-decoration:none;
margin-right:10px;
}

.storeCartSteps a.current{
font-weight:bold;
}

table.storeCartTable{
border-collapse:collapse;
}

.storeCartTable tr td, .storeCartTable tr th{
vertical-align:top;
line-height:1.2em;
padding:6px 2px 4px 8px;
}

.storeCartTable tr th{
background:gray;
color:white;
}

.storeCartTable tr td{
background:#efefef;
border-bottom:1px solid white;
}

.storeCartTable tr.total td{
background:#cccccc;
border-bottom:none;
}

.storeCartTable .attributes{
font-size:0.9em;
}

/* store cart steps end */


/* blog start */
.blog {
	padding-bottom: 50px;
}
#mainContent .blog h2 {
	line-height: 42px;
}

#mainContent .blog h2 a {
	color: #31368d;
	text-decoration: none;
}
#mainContent .blog h2 a:hover {
	/* color: #d8b81a; */
	text-decoration: underline;
}
.blog .post {
	padding-right: 100px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../img/misc/bottomFade.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.blog .postMeta {
	font-size: 10px;
	font-style: italic;
	padding-bottom: 10px;
	margin-top: -15px;
}
.blogSearchForm{
float:right;
}
.blogPostDate {
	display:block;
	font-weight:bold;
}
.blogPostOverview {
	display:block;
	padding-bottom:8px;
}

#mainContent .blog .backToNews a {
font-size:10px;
color: #fff;
padding: 2px 5px;
background-color: #8a94c1;
text-decoration: none;
}
#mainContent .blog .backToNews a:hover {
background-color: #31368d;
color: #fff;
}

#mainContent .blogPageLinks a {
color: #fff;
padding: 2px 5px;
background-color: #8a94c1;
text-decoration: none;
}
#mainContent .blogPageLinks a:hover {
background-color: #31368d;
color: white;
}

.commentForm{
margin-top:20px;
}
/* blog end */