/* ------------- defaults ---------------- */
/* v2 */

* {
	margin:0px;
	padding:0px;
}

img, div, #branding, #searchbox, .mast {
	behavior: url(http://testing.cdw/twenty10/s/assets/template/css/iepngfix.htc);
}
img { display:block; }

.clear {
	clear:both;
}
.f-left{float:left;}
.off{display:none;}


/* ------------- general style rules ------- */

body {
	background: #efefef url('../images/thumb_grey.gif') no-repeat top right;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}

a {
	color:#006666;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    color:#333;
    font-weight:normal;
}
h1 {
	font-size:26px;
	line-height:1em;
}
h2 {
	font-size:26px;
	line-height:1em;
}
h3 {
	font-size:22px;
	line-height:1em;
}
h4 {
	font-size:18px;
	line-height:1em;
}
h5 {
	font-size:13px;
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration:none;
    
}

h1 a:after, h2 a:after, h3 a:after, h4 a:after {
    content: url('../images/linkaway.gif');
    padding-left:7px;
    
}
p {
	margin-bottom:16px;
}

a {
    color:#ed0079;
}

a:hover {
    color:black;
}

ul {
    margin-bottom:16px;
}

label{
	cursor:pointer;
}

div.herobubble p.pagination, div.bubble p.pagination {
    display:block;
    width:100%;
    text-align:right;
    font-size:13px;
    border-top:1px solid #ddd;
    padding-top:5px;
    padding-bottom:0;
    margin-bottom:0;
}

.pagination a {
}

.pagination span {
    font-size:11px;
}
/* ------------- PAGE STRUCTURE -------------- */

/* ------------- header elements ------------- */

#header {
    width:960px;
    height:142px;
    margin:0 auto;
}

#branding {
    float:left;
	display:inline; /* IE6 double-margin float bugifx */
    height:120px;
    width:340px;
	background:url('../images/branding.png');
}

#branding span {
    display:none;
}

/* ------------- search box ---------------- */

#searchbox {
    float:right;
	display:inline; /* IE6 double-margin float bugifx */
    margin:0;
    height:50px;
    width:390px;
    background:url('../images/searchbox.png');
}

#searchbox .textbox {
    border:0;
    font-size:13px;
	background:#fafafa;
	position:absolute;
	margin-left:67px;
	margin-top:9px;
	color:#333;
}

#searchbox .submit {
	position:absolute;
	margin-left:359px;
	margin-top:9px;
	background-color:#ccc;
}

#searchbox .submit:hover {
    background-color:#ed0079;
}

#sidebar {
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
	width:320px;
	margin-top:8px;
}
#stripes {
	background:url(../images/stripes.gif);
	padding-top:10px;
}
#pagehead {
    height:176px;
	overflow:hidden;
	border-bottom:1px solid #aaa;
	background: white url('../images/thumb_white.gif') no-repeat top right;
}


/* -------------- topnav ------------------ */

#navbar {
    border-top:1px solid #eaeaea;
}

#topnav {
    margin-right:22px;
    float:right;
	display:inline; /* IE6 double-margin float bugifx */
	list-style-type:none;
}

#topnav li {
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
}

#topnav li a {
	display:block;
	padding:7px 16px 8px 16px;
}

#topnav li a:hover {
	background:#ed0079;
	color:white;
}

#topnav li a {
    font-weight:normal;
    font-size:15px;
	color:#222;
	text-decoration:none;
}


#topnav li.selected, #topnav li a.current {
    background-color:#eee;
}

#topnav li.selected a:hover, #topnav li a:hover.current {
    background-color:#ed0079;
}

/* ------------------- sidebar ------------------------ */ 

/* ------------------- menu bubble -------------------- */

div.menububble {
    width:300px;
    margin:-8px 0 16px 0;
    padding:0;
}

div.menububble div.topcap {
	background:transparent url('../images/menububble_topcap.png') no-repeat top left;
	margin-top:8px;
	height:16px;
	width:300px;
    
}

div.menububble div.content {
    background:transparent url('../images/menububble_content.png') repeat-y top left;
	width:300px;    
	margin:0;
	padding:0;
}
div.menububble div.bottomcap {
	background:transparent url('../images/menububble_bottomcap.png') no-repeat top left;
	margin-bottom:8px;
	height:16px;
	width:300px;    
	padding:0;
}

ul.pinklinks {
	display:block;
	list-style-type:none;
	padding-bottom:10px;
    margin:0;
    padding:0;
}

ul.pinklinks li a {
	display:block;
	font-size:22px;
	font-weight:100;
	line-height:16px;
	margin-left:20px;
	padding-top:8px;
	padding-bottom:9px;
	color:black;
	text-decoration:none;
	background:url(../images/blackarrowright.gif) no-repeat right center;
	width:250px;
}
ul.pinklinks li a:hover {
    color:#ed0079;
    background:url(../images/pinkarrowright.gif) no-repeat right center;
	}
ul.pinklinks li.selected a {
	color:#ed0079;
}

ul.sidebar-pink {
    display:block;
	list-style-type:none;
	padding:0;
	clear:both;
    margin:7px 0;
}

ul.sidebar-pink li a {
    font-weight:normal;
	display:block;
	font-size:14px;
	line-height:16px;
	padding-left:40px;
	margin-left:20px;
	width:220px;
	padding-top:6px;
	padding-bottom:6px;
	background:transparent;
}

ul.sidebar-pink li a:hover {
	background:#ed0079 url(../images/whitearrow.png) no-repeat left center;
}
ul.sidebar-pink li.selected a {
	background:#ed0079 url(../images/whitearrow.png) no-repeat left center;
}
ul.sidebar-pink li.topselected a { 
	color:black;
}

ul.sidebar-pink li a:hover, ul.sidebar-pink li.selected a {
	color:white;
}

ul.sidebar-pink li a {
	text-decoration:none;
	color:#111;
}

.extras {
	margin-top:8px;
	width:300px;
	overflow:hidden;
}


/* ------------------- page content --------------------------- */

.mast {
	color:#333;
	margin:20px;
	background:url('../images/white_50.png');
}

.mast p {
    padding:20px 40px;
    font-size:22px;
	line-height:27px;
	margin:0;
}

h1.header {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:17px;
	padding-bottom:10px;
}

h2.header {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:17px;
	padding-bottom:10px;
}

h3.header {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:17px;
	padding-bottom:10px;
}

h4.header {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:17px;
	padding-bottom:10px;
}

h5.header {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:17px;
	padding-bottom:10px;
}

h1.footer {
	border-top:1px solid #e5e5e5;
	line-height:32px;
	margin-top:18px;
	padding-top:16px;
	padding-bottom:8px;
	color:#3e3e3e;
}

h2.footer {
	border-top:1px solid #e5e5e5;
	line-height:32px;
	margin-top:18px;
	padding-top:16px;
	padding-bottom:8px;
	color:#3e3e3e;
}

h3.footer {
	border-top:1px solid #e5e5e5;
	line-height:32px;
	margin-top:18px;
	padding-top:16px;
	padding-bottom:8px;
	color:#3e3e3e;
}

h4.footer {
	border-top:1px solid #e5e5e5;
	line-height:24px;
	margin-top:18px;
	padding-top:16px;
	padding-bottom:8px;
	color:#3e3e3e;
}

h5.footer {
	border-top:1px solid #e5e5e5;
	line-height:16px;
	margin-top:18px;
	padding-top:16px;
	padding-bottom:8px;
	color:#3e3e3e;
}

.container {
	width:1000px;
	margin:0 auto;
	padding:0;
}

#content {
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
	width:680px;
}

div.bubble, div.herobubble {
	width:680px;
	margin:0;
	padding:0;
}

div.bubble div.topcap, div.herobubble div.topcap {
	background:transparent url('../images/bubble_topcap.png') no-repeat top left;
	height:24px;
	width:680px;
}

div.bubble div.content, div.herobubble div.content {
	background:url('../images/bubble_content.png');
	width:680px;
	margin:0;
	padding-bottom:1px;
}

div.bubble div.content .contentwrapper, div.herobubble div.content .contentwrapper {
    padding:8px 50px 0 60px;
    margin:0;
}

div.bubble div.bottomcap, div.herobubble div.bottomcap {
	background:transparent url('../images/bubble_bottomcap.png') no-repeat top left;
	height:24px;
	width:680px;
	margin-bottom:8px;
}

div.bubble h2 {
    font-size:22px;
}

div.herobubble p {
    font-size:16px;
    line-height:24px;
}

div.herobubble .normal {
    font-size:13px;
    line-height:16px;
}

div.column_left {
    width:260px;
    margin-right:40px;
    float:left;
	display:inline; /* IE6 double-margin float bugifx */
}
div.column_right {
    width:260px;
    float:left;
	display:inline; /* IE6 double-margin float bugifx */
}

div.bubble div.column, div.herobubble div.column {
    width:260px;
    margin-right:20px;
    float:left;
	display:inline; /* IE6 double-margin float bugifx */
}

img.image_wide {
    display:block;
    border:1px solid #999;
    padding:3px;
    width:562px;
    overflow:hidden;
    margin-bottom:16px;
}

.video {
	width:530px;
	padding:20px;
	background-color:#f2f2f2;
}

/* -------------------- footer -------------------------------------- */

#footer {
	background:#ddd;
}

#footer #baseboard {
	width:960px;
	margin:0 auto;
	font-size:13px;
}

#baseboard #baselogo {
	background:url(../images/baselogo.png) no-repeat;
	height:64px;
	width:111px;
	margin-right:25px;
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
}

#baselogo span {
	padding-top:26px;
	float:left;
	color:#555;	
	display:none;
}

#baseboard #copyright {
	padding-top:26px;
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
	color:#555;	
}

#baseboard #cyberdesign {
	padding-top:26px;
	float:right;
	display:inline; /* IE6 double-margin float bugifx */
	color:#555;
}


#sitemap {
    background:url('../images/white_30.png');
    margin-top:60px;
}

#sitemapwrapper {
    padding:20px;
    width:920px;
    margin:0 auto;
}

div#sitemap div.column {
    float:left;
    max-width:175px;
    padding-left:40px;
    color:#333;
    font-size:12px;
    line-height:12px;
}

div#sitemap div.column a {
    display:block;
    color:#333;
    text-decoration:none;
    padding:5px 0;
}

div#sitemap div.column a:hover {
    color:#ed0079;
    text-decoration:underline;
}



/* event------------------------------------------- */

.eventgroup {
    margin-bottom:8px;
    
}

.eventgroup p {
    width:325px;
    float:right;
	display:inline; /* IE6 double-margin float bugifx */
}

.eventgroup_image {
    width:220px;
    margin:-10px 0 10px 0;
    float:left;
	display:inline; /* IE6 double-margin float bugifx */
}

.event {
	color: #333;
	font-size: 13px;
    margin-bottom:24px;
	width: 570px;
}

.herobubble .event p {
    font-size:13px;
    line-height:18px;
}

.eventTitle {
	margin-top:7px;
	padding-bottom:6px;
	border-bottom: 1px solid #bfbfbf;
}

.event .eventTitle h3 {
	color:#ed0079;
	padding-bottom:0;
	width: 370px;
}

.event .eventTitle h4 {
	text-align:right;
	padding-bottom:0;
	margin-top:-18px;
	float:right;
	width:240px;
}

.event .venueDetails {
	padding-top:6px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:6px;
	margin-bottom:1px;
}

.event .venueDetails .venue {
	font-size:16px;
}

.event .venueDetails .website {
	padding:0 10px;
}

.event .bookingDetails {
	padding-top:6px;
	margin-bottom:-1px;
}

.event .bookingDetails .tickets{
	font-size:16px;	
}

.event ul {
	line-height:16px;
	padding-top:5px;
	font-size:13px;
	color:#333;
	list-style-type:none;
}

.event ul li {
	border-right:1px solid #a5a5a5;
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
	padding-right:7px;
	margin-right:7px;
}

.event ul li .name {
	font-weight:bold;
	color:#333;
}

.event ul li span {
	color:#666;
}

.event .eventDescription {
	padding-top:4px;
}

.event .eventDescription p {
	margin-top:8px;
}
.event .thumbnail { 
float:left;margin-right:20px; margin-bottom:16px;margin-top:12px
}

/* people ------------------------------------------- */

.person {
    margin-bottom:24px;   
}

.person h1, .person h2, .person h3, .person h4, .person h5, .person p {
    width:405px;
    float:right;
	display:inline; /* IE6 double-margin float bugifx */
}

.bubble .person p, .herobubble .person p {
    font-size:13px;
    line-height:18px;
    margin:8px 0 0 0;
}

img.person_image {
    width:134px;
    padding:2px;
    border:1px solid #555;
    margin:0 0 10px 0;
    float:left;
	display:inline; /* IE6 double-margin float bugifx */
    background:#555 url('../images/blankhead.gif') no-repeat center center;
}

/* maps------------------------------------------ */

#mapBox {
	margin:0 0 16px 0;
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
	background-color:#555;
	border:4px solid #555;
	
}
.mapWrapper {
	width: 270px;
	height:270px;
	float:left;
	display:inline; /* IE6 double-margin float bugifx */
	margin:0;
	border:4px solid #555;
	overflow:hidden;
}

#map, #streetview {
	width: 268px;
	height: 268px;
	border:1px solid white;
	overflow:hidden;
}

/* address -------------------------------------- */

.address1 {
	float:left;
	width:270px;
	color:#333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	padding-top:6px;
	padding-bottom:14px;
}

.address2 {
	float:right;
	width:270px;
	color:#333;
	padding-bottom:14px;
	color:black;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-top:12px;
	font-size:13px;
	line-height:16px;
}

.address2 strong {
	color:#1f2552;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	padding-top:2px;
	margin-top:6px;
	margin-bottom:-3px;
}

.contact span {
	color:#ca0078;
	font-weight:bold;
}

/* gallery------------------------------------------- */

.gallery {
	color: #333;
	font-size: 13px;
    margin-top:24px;
    padding-bottom:10px;
}

.galleryPreview  {
    margin-top:4px;
    border:1px solid #aaa;
    border:1px solid #333;
/*    padding:3px;*/
    float:left;
    height:130px;
    width:130px;
}

.galleryDetails {
    width: 412px;
	float:right;
}

.herobubble .gallery p {
    font-size:13px;
    line-height:18px;
}

.galleryTitle {
	margin-top:7px;
	padding-bottom:6px;
	border-bottom: 1px solid #bfbfbf;
}

.gallery .galleryTitle h3 {
	color:#ed0079;
	padding-bottom:0;
}

.gallery .galleryTitle h4 {
	text-align:right;
	padding-bottom:0;
	margin-top:-18px;
}

.gallery .venueDetails {
	padding-top:6px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:6px;
	margin-bottom:1px;
}

.gallery .venueDetails .venue {
	font-size:16px;
}

.gallery .venueDetails .website {
	padding:0 10px;
}

.gallery .galleryDescription {
	padding-top:4px;
}

.gallery .galleryDescription p {
	margin-top:8px;
}

.gallery .seemore {
    text-align:right;
    width:100%;
    border-bottom:1px solid #ddd;
}

.gallery .seemore a {
    display:block;
    text-decoration:none;
    font-size:15px;
    padding-right:5px;
    padding-bottom:7px;
}
.gallery .seemore a:hover {
    text-decoration:underline;
}

ul.gallery-photos  {
    width:552px;
    list-style-type:none;
    background:white;
    border:1px solid silver;
    padding-bottom:12px;
    padding-right:12px;
}

ul.gallery-photos li {
    margin-left:12px;
    margin-top:12px;
    float:left;
}

/*------------ dealer aka services ------------ */

input.textbox,select.textbox{
	background:#FAFAFA;
	border:1px solid #efefef;
	padding:5px;
}
input.distance{
	width:20px;
}
input.submit-button{
	border:1px solid #efefef;
	padding:5px;
	background-color:#ccc;
}
input.submit:hover{
	background-color:#ED0079;
}
.servicesServices{
	margin:10px 0 0 0;
	padding:0;
}
.servicesServices{
	margin:0;
	padding:0 0 10px 0;
}
.servicesServices img{
	display:inline;
}
.services-list .f-left{
	padding:0 6px 0 0;
}
.services-list label{
	font-size:12px;
}


/*------------ footer links ------------ */

.footer-links{
	float:left;
	width:143px;
	margin:0 10px 0 0;
	list-style:none;
	padding:0;
}
.footer-links li{
	padding:0 0 5px 0;
}
.footer-links li a{
	color:#555555;
	text-decoration:none;
}
.footer-links li a:hover{
	color:#ED0079;
}

/*------------ users module ------------ */

.error, .required{
	color:#ED0079;
}
.error-pad{
	padding:0 0 10px 0;
}
.users-form{
	font-size:16px;
}

.users-form p{
	margin:0;
	padding:0 0 10px 0;
}
.users-form dl{
	margin:0;
	padding:0;	
}
.users-form dt{
	margin:0;
	padding:0;
	float:left;
	width:150px;	
}
.users-form dd{
	margin:0;
	padding:0 0 10px 0;
	float:left;
	width:400px;
}
.users-form .field{
	background:#FAFAFA;
	border:1px solid #efefef;
	padding:5px;
	width:99%;	
}
.users-form .dd-submit{
	padding:0 0 0 150px;
}	
.users-form .submit{
	padding:5px;
	background:#ccc;
	border:1px solid #efefef;	
}
dt.dt-checkbox{
	text-align:right;
	padding:0 10px 0 0;
	width:140px;
}

