/*  GENERAL SETTINGS
--------------------------------------------------------*/
body {
	background: #101010;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


a,
a:link,
a:visited {
	color: #1bc2ef;
	text-decoration: none;
	font-weight: 700;
}

a:hover,
a:active {
	text-decoration: underline;
}

p {
	padding: 0 0 10px;
}

strong {
	color: #555555;
}

blockquote {
	font-style: italic;
	color: #888888;
}

cite {
	display: block;
	color: #999999;
	text-align: right;
}

h1 {
	font-size: 48px;
	padding: 10px 0 38px;
}

h2 {
	font-size: 30px;
	color: #c5762c;
	padding: 0 0 6px 0;
	margin-bottom: 10px;
}

h3 {
	color: #333333;
	font-size: 12px;
}


#tweet ul {
	padding: 0 0 6px 0;
}

#tweet ul li {
	line-height: 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

#tweet ul li a {
	font-size: 10px;
	display: block;
	color: #999;
}


ul.galleryThumbs {
	
}

ul.galleryThumbs li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

ul.galleryThumbs li a {
	padding: 2px;
	
	display: block;
	height: 80px;
	width: 80px;
}

ul.galleryThumbs li a img{
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

ul.galleryThumbs li a:hover {
	
}

ol.faq {
	
}

ol.faq li{
	list-style-type: decimal;
	list-style-position: inside;
}

.bizHours h3 {
	padding-bottom: 5px;
}

.bizHours ul {
	padding-bottom: 20px;
}

.important { 
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}

.tip {
	padding-bottom: 20px;
	font-weight: 700;
}

.tip2 {
	font-weight: 700;
}

.highlight {
	color: #ff0000;
	font-size: 11px;
}


ul.bullets {

}

ul.bullets li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 6px;
}


#accordion a.aBtn{
	display: block;
	text-transform: none;
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	background: #ffffff url(../images/aBtn.png) bottom left no-repeat;
	color: #666666;
	text-decoration: none;
}

#accordion a span {
	display: block;
	width: 7px;
	height: 7px;
	float: left;
	margin: 6px 6px 0 0;
	background: transparent url(../images/tiny-arrow.png) no-repeat;
}

#accordion a.aBtn:hover{
	color: #333333;
}

#accordion a.active{
	color: #333333;
	text-decoration: none;
	cursor: text;
	border-bottom: 1px dotted #fff;
	background: none;
	font-weight: 700;
}

#accordion a.active span {
	margin-top: 7px;
	background: transparent url(../images/tiny-arrow2.png) no-repeat !important;
}

.aContent {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #ddd;
}

.aContent ul {
	padding:0 0 10px 28px;
}

.aContent p {
	padding:2px 25px 10px 28px;
	margin: 0;
}

#accordion a.top {
	border-top: 1px solid #f2f2f2;
}

ul.floatList {
	float: left;
	width: 200px;
}


/*  NAV STYLES
--------------------------------------------------------*/
ul.primaryNavigation li a,
ul.primaryNavigation li a:link,
ul.primaryNavigation li a:visited {
	margin: 0 0 0 18px;
	color: #666666;
	text-decoration: none;
}

ul.primaryNavigation li a:hover,
ul.primaryNavigation li a:active,
ul.primaryNavigation li a.current {
	color: #000000;
	
}

/*  PAGE STRUCTURE
--------------------------------------------------------*/
.wrapper {
	width: 713px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 120px;
	background: #ffffff;
}



/*  HEADER 
--------------------- */
.header {
	width: 100%;
	height: 120px;
	position: relative;
	margin-bottom: 2px;
}

.home .header {
	margin-bottom: 2px;
}

.header h1 a{
	display: block;
	text-indent: -9999px;
	height: 90px;
	width: 140px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	bottom: 8px; 
	left: 0px;
}

/*  MAIN NAV 
--------------------- */
ul.primaryNavigation {
	position: absolute;
	right: 0px;
	bottom: 14px;
}

ul.primaryNavigation li{
	float: left;
}

/*  PRIMARY CONTENT 
--------------------- */
.primaryContent {
	padding-bottom: 10px;
}

.welcomeImg {
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #ddd;
}

.pageColumn {
	float: left;
	display: inline;
	width: 420px;
	height: auto;
	padding-top: 15px;
}

.pageColumnWide {
	float: left;
	display: inline;
	width: 550px;
	height: auto;
}

.designerListContent {
	width: 640px;
}

.pageColumnFull {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
}

.pageColumnThin {
	float: left;
	display: inline;
	width: 290px;
	height: auto;
}

.designerList {
	width:190px;
}

.columnOne {
	margin-right: 40px;
}

.contentBlock {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	clear: both;
}

.contentBlockFloat {
	width: 330px;
	height: auto;
	margin-bottom: 30px;
	float: left;
	display: inline;
}

.block {
	float: left;
	display: inline;
	margin-right: 85px;
}

.right {
	margin-right: 0;
	float: right;
}

/*  FOOTER 
--------------------- */
.footer {
	height: 70px;
	padding: 6px 0;
	clear: both;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
}

.footer p {
	font-size: 11px;
	color: #777777;
}

.contactInfo {
	float: left;
}

.contactInfo strong{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #f2f2f2;
}

.copyrightInfo {
	float: right;
}