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

/********
COLORS:
Yellow: #DF8C2C
Light Blue: #77A6BF
Dark Blue: #2C435E
Orange: #F2B063
Dark DARK Blue: #000107
*********/

html {
	/*overflow: scroll;	*/
}

body {
		background: url(../../../images/Adv_Back_Bottom_2x.png), url(../../../images/Adv_Back_2x_md.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: 1276px 775px,1276px 1975px;
		background-position: center bottom -40px, center top ;
		background-color: #0B2545;
		-webkit-font-smoothing: antialiased;
    }


/************** GLOBAL **************/

h1 { /* ALL CAPS HEADING */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #DF8C2C;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h2, h5 { /* Mixed Case & Yellow Headings */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #DF8C2C;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: normal;
}

h3, h3 a:link, h3 a:visited { /* ALL CAPS & White Heading */
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 20px;
	
	text-transform: uppercase;*/
	font-family: "Source Sans Pro Semibold", "Source Sans Pro", Arial, Helvetica, sans-serif;
	color: #dda153;
	font-size: 19px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

h4 { /* ALL CAPS & BLUE DECKHEAD */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #77A6BF;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

h6, h6 a, .content_text h6 a {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	font-family: "Source Sans Pro Semibold", "Source Sans Pro", Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #77A6BF;	
}

a:hover, a:active {
	color: #FFF;
}

.clearfloat {
	clear: both;
}

p {
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom: 20px;
	
}

li {
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

dt {
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #FFF;
}

dd {
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

blockquote {
	margin: 15px 0 15px 15px;
	padding-left: 10px;
}

.makelower {
	text-transform:lowercase;
	}
	
table tbody td {
 	height: 40px;
    vertical-align: middle;
}

/************** MAIN STRUCTURE **************/

#big_wrapper {
	width: 1200px;
	margin: 0 auto;
}

#wrapper {
	width: 967px;
	margin: 0 auto;
}

#header {
	width: 967px;
	height: 346px;
	background-size: 967px 346px;
	/*background-image: url(../../../images/Adv_Header.jpg);*/
	/*position: relative;*/
}

#nav_main {
	width: 967px;
	height: 38px;
	position: relative;
	z-index: 2000;

}
        
#banner {
	width: 967px;
	height: 92px;
}
        
#content {
	width: 967px;
	position: relative;
}
        
#footer {
	width: 967px;
	min-height: 180px;
	position: relative;
}



/************** NAV MAIN **************/

ul#nav {
	display: block;
	width: 960px;
	height: 38px;
	margin: 0 auto;

}

ul#nav li {
	float: left;
}

ul#nav a {
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	display: block;
	height: 38px;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 7px;

}

ul#nav li a.main_current {
	color:#6d7c95;
}

#home {
	width: 73px;	
	height: 36px;

}

#home:hover, #home:active {
	color:#6d7c95;

}

#about {
	width: 110px;	
	height: 36px;
}

#about:hover, #about:active {
	color:#6d7c95;
}

#history {
	width: 105px;	
	height: 36px;
}


#history:hover, #history:active {
color:#6d7c95;
}

#education {
	width: 121px;	
	height: 36px;
}


#education:hover, #education:active {
color:#6d7c95;
}

#support {
	width: 131px;	
	height: 36px;
}

#support:hover, #support:active {
color:#6d7c95;
}

#events {
	width: 110px;	
	height: 36px;
}

#events:hover, #events:active {
color:#6d7c95;
}

#shipstore {
	width: 150px;	
	height: 36px;
}

#shipstore:hover, #shipstore:active {
color:#6d7c95;
}

#privateevents {
	width: 170px;	
	height: 36px;
}

#privateevents:hover, #privateevents:active {
color:#6d7c95;
}

#guestbook {
	width: 120px;	
	height: 36px;
}

#guestbook:hover, #guestbook:active {
color:#6d7c95;
}

/************** ABOUT - DROP-DOWN MENU **************/

ul#about_dropdown {
	width: 230px;
	position: absolute;
	top: 35px;
	left: 73px;
	z-index: 1000;
	display: table; 
}

ul#about_dropdown li {
	display: block;
	width: 230px;
	height: 28px;
	display: table-cell; 
  	vertical-align: middle; 
}

ul#about_dropdown a {
	color: #6d7c95;
	background-color: #d2e9fe;
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 230px;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

.content_text h2 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #DF8C2C;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: normal;
}

.content_text h2 a:hover {
	color: #FFF;
}

ul#about_dropdown a:hover {
	color: #FFF;
	background-color: #2C435E;
}

/************** HISTORY - DROP-DOWN MENU **************/

ul#history_dropdown {
	width: 230px;
	position: absolute;
	top: 35px;
	left: 183px;
	z-index: 1000;
	display: table; 
}

ul#history_dropdown li {
display: block;
	width: 230px;
	height: 28px;
	display: table-cell; 
  	vertical-align: middle; 
}

ul#history_dropdown a {
	color: #6d7c95;
	background-color: #d2e9fe;
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 230px;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

ul#history_dropdown a:hover {
color: #FFF;
	background-color: #2C435E;
}

/************** EDUCATION - DROP-DOWN MENU **************/

ul#education_dropdown {
	width: 230px;
	position: absolute;
	top: 35px;
	left: 288px;
	z-index: 1000;
	display: table; 
}

ul#education_dropdown li {
display: block;
	width: 230px;
	height: 28px;
	display: table-cell; 
  	vertical-align: middle; 
}

ul#education_dropdown a {
	color: #6d7c95;
	background-color: #d2e9fe;
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 230px;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

ul#education_dropdown a:hover {
color: #FFF;
	background-color: #2C435E;
}

/************** SUPPORT - DROP-DOWN MENU **************/

ul#support_dropdown {
	width: 230px;
	position: absolute;
	top: 35px;
	left: 409px;
	z-index: 1000;
	display: table; 
}

ul#support_dropdown li {
display: block;
	width: 230px;
	height: 28px;
	display: table-cell; 
  	vertical-align: middle; 
}

ul#support_dropdown a {
	color: #6d7c95;
	background-color: #d2e9fe;
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 230px;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

ul#support_dropdown a:hover {
color: #FFF;
	background-color: #2C435E;
}

/************** EVENTS - DROP-DOWN MENU **************/

ul#events_dropdown {
	width: 230px;
	position: absolute;
	top: 35px;
	left: 540px;
	z-index: 1000;
	display: table; 
}

ul#events_dropdown li {
display: block;
	width: 230px;
	height: 28px;
	display: table-cell; 
  	vertical-align: middle; 
}

ul#events_dropdown a {
	color: #6d7c95;
	background-color: #d2e9fe;
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 230px;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

ul#events_dropdown a:hover {
color: #FFF;
	background-color: #2C435E;
}

/************** Private Events - DROP-DOWN MENU **************/

ul#privateevents_dropdown {
	width: 230px;
	position: absolute;
	top: 35px;
	left: 690px;
	z-index: 1000;
	display: table; 
}

ul#privateevents_dropdown li {
display: block;
	width: 230px;
	height: 28px;
	display: table-cell; 
  	vertical-align: middle; 
}

ul#privateevents_dropdown a {
	color: #6d7c95;
	background-color: #d2e9fe;
	font-family: 'Source Sans Pro Semibold', 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 230px;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}

ul#privateevents_dropdown a:hover {
color: #FFF;
	background-color: #2C435E;
}


/************** BANNER CONTENT **************/

#banner h1 {
	color: #FFF;
	font-family: "IM FELL English", "EB Garamond", Garamond, Georgia, serif;
	font-style: italic;
	margin: 0px;
	padding: 32px 0px 0px 160px;
	font-size: 26px;
	text-transform: none;
	font-weight: normal;
}

#banner.inner_banner h1 {
	color: #7e98aa;
	font-family: "EB Garamond", Garamond, Georgia, serif;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: normal;
	opacity: 0.46;
	line-height: 80px;
}

/************** HOME PAGE CONTENT **************/

#left_content {
	width: 586px;
	/*: 577px;*/
}

#left_content h2,
#right_content h2 {
	color: #9ab5c6;
	font-family: "IM FELL English", "EB Garamond", Garamond, Georgia, serif;
	/*margin: 0px;
	padding: 32px 0px 0px 160px;*/
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-left: 0;
}

#left_content h3, #left_content h3 a,
#right_content h3, #right_content h3 a {
	font-family: "Source Sans Pro Semibold", "Source Sans Pro", Arial, Helvetica, sans-serif;
	color: #dda153;
	font-size: 19px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

#left_content a.morelink,
#right_content a.morelink,
.content_text a.morelink {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#left_content a.moreerlink,
#right_content a.moreerlink,
.content_text a.moreerlink {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#left_content .feature_img {
	margin-top:-92px;
}	

#left_content .attachment-homepage-thumb,
.content_text .attachment-homepage-thumb {
	float: left;
	border:1px solid white;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}
                
#right_content {
	width: 382px; 
	height: 1046px;
	position: absolute;
	top: 0;
	left: 586px;
	/*background-image: url(../../../images/rightcontent.jpg);*/
}

.content_text {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	/*margin-left: 20px;
	margin-right: 47px;*/
}

.content_text ol {
	list-style-type: decimal;
	margin-left: 20px;
}

.content_text ul {
	list-style-image: url('../../../images/Adv-li-disc_mini-1x.png');
	list-style-type: disc;
	margin-left: 20px;
}

.content_text li {
}

.facebook-album-container {
	width:360px;
	height:177px;
	margin: 26px 0px 0px 26px;
	}

#news_links {
	/*position: absolute;
	top: 259px;
	width: 296px;	*/
	left: 0px;
	margin-left:30px;
	
}

/*#right_content h2 {
	margin-left: 20px;
}*/

#news_links h2 {
	margin-top: 0;	
}

#news_links p {
	/*margin-right: 30px;	*/
}

#posters {
	position: absolute;
	top: 259px;
	left: 278px;
	width: 270px;	/*full width - 297px*/
	padding-left: 27px;
	text-align: center;
}

#posters img {
	margin-top: 3px;
	margin-left: 4px;
}

#posters p img {
	border: none;
}

#right_content h2 {
	margin-left: 0;
}

/*#news_links h2 {
	margin-left: 20px;	
}*/

#right_content #news_links .content_text p {
	margin-bottom: 10px;	
}

/*#right_content #news_links .content_text p a {
	font-weight: normal;
	font-size: 10px;
}*/

/************** INTERIOR CONTENT **************/

#int_content {
	width: 960px;
	min-height: 300px;
	margin: 0 auto;
	/*background-image: url(../../../images/interior_bkgnd.jpg);*/
	position: relative;
	/*background-color: #0B1523;*/
	background-repeat: no-repeat;
}

#int_left {
	width: 602px;
	min-height: 300px;
	float: left;
	margin-bottom: 15px;
}

#int_left div.content_text {
	margin-left: 15px;

}

#middle_line {
	width: 9px;
	height: 3000px;
	background-color: #F00;
}

#int_right {
	width: 350px;
	min-height: 300px;
	float: left;
	margin-bottom: 15px;
	margin-left: 7px;
}

#int_right h2,
#int_left h2 {
	/*margin: 0px;
	padding: 32px 0px 0px 160px;*/
	color: #9ab5c6;
	font-family: "EB Garamond", Garamond, Georgia, serif;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-left: 0;
}

#int_right h2 {
	margin-left: 20px;	
}

#int_right h2 a,
#int_left h2 a {
	color: #9ab5c6;
	font-family: "EB Garamond", Garamond, Georgia, serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-left: 0;
}

#int_right h2 a:hover {
	color: #FFF;
}

ul.children_list li { 
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}

ul.children_list li a:link, ul.children_list li a:visited {
	
	font-family: "Source Sans Pro Semibold", "Source Sans Pro", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 19px;
	text-transform: uppercase;
	/*margin-top: 0px;
	margin-bottom: 10px;*/
	font-weight: normal;
}

ul.children_list li.current_page_item a:link, ul.children_list li.current_page_item a:visited {
	
	font-family: "Source Sans Pro Semibold", "Source Sans Pro", Arial, Helvetica, sans-serif;
	color: #172f48;
	font-size: 19px;
	text-transform: uppercase;
}


ul.children_list li a:hover, ul.children_list li a:active {
	color: #9ab5c6;	
}

ul.children_list li ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.children_list li ul li.page_item a:link, ul.children_list li ul li.page_item a:visited {
	color: #77A6BF;
	font-size: 12px;
	font-family: "Source Sans Pro Semibold", "Source Sans Pro", Arial, Helvetica, sans-serif;
}


ul.children_list li ul.children li.page-item-329 a:link, ul.children_list li ul.children li.page-item-329 a:visited,
ul.children_list li ul.children li.page-item-337 a:link, ul.children_list li ul.children li.page-item-337 a:visited,
ul.children_list li ul.children li.page-item-339 a:link, ul.children_list li ul.children li.page-item-339 a:visited,
ul.children_list li ul.children li.page-item-341 a:link, ul.children_list li ul.children li.page-item-341 a:visited
 {
	text-transform: none;
}

ul.children_list li ul.children li.current_page_item a:link, ul.children_list li ul.children li.current_page_item a:visited {
	color: #172f48;	
}

ul.children_list li ul li.page_item a:hover, ul.children_list li ul li.page_item a:active {
	color: #FFF;
}


.sidebar_excerpts {
	color: #77A6BF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar_excerpts a {
	font-size: 12px;
	margin-left: 40px;
}

.sidebar_excerpts p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_text p, .content_text li {
	line-height: 24px;
}

.content_text ul {
	/*margin-top: 30px;*/
	margin-bottom: 20px;	
}

.content_text li {
	margin-bottom: 10px;	
}

/*.content_text p a {
	font-size: 12px;
	font-weight: bold;
}*/

.content_text p.postmetadata {
	font-size: 10px;
	margin-top: 20px;
	border-top: 5px #FFF;
}

.content_text p.postmetadata a {
	font-size: 10px;
	font-weight: normal;
}

#int_right h2 {
	margin-top: 20px;
	margin-bottom: 15px;
}



/************** FOOTER CONTENT **************/

#spacer {
	width: 960px;
	height: 15px;
	margin-left: 30px;
	position: relative;
}

#sponsors_expandable {
	width: 960px;
	/*height: 92px;*/
	margin: 0 auto;
	/*background-image: url(../../../images/expandfooter.jpg);*/
	overflow: hidden;
	position: relative;
}

#sponsors_expandable h2 {
	margin-top: 5px;
	margin-left: 8px;
}

#sponsors_expandable p a.morelink {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	/*color: #dda153;*/
	font-size: 14px;
	text-transform: uppercase;
}
	
#sponsors_expandable p.footerp {
	margin-bottom:4px;
x}

.sponsor_btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer_extra {
	width: 960px;
	height: 14px;
	margin: 0 auto;
	position: relative;
}
                
#tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 14px;
	background-image: url(../../../images/tabfooter.jpg);	
	background-repeat: no-repeat;
	cursor: pointer;
}

p.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	padding-bottom:20px;
}

#footer_extra a {
	font-size: 10px;
}

#nav_footer {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#contact_left {
	width: 400px;
	height: 25px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
}

#contact_right {
	width: 506px;
	height: 40px;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}

#contact_right p {
	text-align: left;
}



p.submit_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	width: 110px;
	height: 16px;
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
}

.emailbox {
	width: 188px;
	height: 16px;
	border: none;
}

#submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #77A6BF;
	border: none;
	width: 66px;
	height: 17px;
	cursor: pointer;
}

.social_link {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 10px;
	margin-right: 3px;
}

#footer h3 {
	/*margin-left: 20px;*/
	margin:0px;
}

#sponsor_container {
	width: 960px;
	text-align: center;
	/*margin-top: -35px;*/
}

#sponsor_logos {
	
	margin: 0 auto;
}

#sponsor_logos img.size-full {
border:none;
}

#logo_left {
	width: 175px;
	height: 70px;
	text-align: center;
	background-color: #FFF;
	margin-right: 35px;
	float: left;
}


#logo_center {
	width: 175px;
	height: 70px;
	text-align: center;
	background-color: #FFF;
	margin-right: 35px;
	float: left;
}

#logo_right {
	width: 175px;
	height: 70px;
	text-align: center;
	background-color: #FFF;
	float: left;
}

#sponsor_container img.alignleft {
	border: 0;	
}

#sponsor_list {
	width: 960px;	
	margin: 10px auto 0 auto;
	text-align: center;
}

#sponsor_list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	line-height: 14px;
}

/******************* WORDPRESS IMAGE STYLES ***************************/

img.size-thumbnail, img.attachment-thumbnail {
	border: 1px solid #FFF;
	width: 75px;
	height: 75px;
}

img.size-small, img.attachment-small {
	border: 1px solid #FFF;
}

.wp-caption-text,
.wp-caption-text-margin {
	margin-top: 5px;
	font-size: 15px;
	color: #FFF;
	font-family: "IM FELL English", "EB Garamond", Garamond, Georgia, serif;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
}

p.wp-caption-text {
	margin-bottom: 0px;	
}

p.wp-caption-text-margin {
	margin-bottom: 10px;	
}

.content_text div {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.size-medium, img.attachment-medium {
	border: 1px solid #FFF;
	/*float: left;*/
}

img.size-full, img.attachment-full {
	border: 1px solid #FFF;
	max-width: 586px;
}

img.attachment-inner-featured {
	border: 1px solid #FFF;
	margin-left: -15px;
}

img.alignleft, img.alignnone {
	border: 1px solid #FFF;
}

div.alignleft img,
div.alignnone img {
	border: 1px solid #FFF;
}

.content_text #gallery-1 {
	margin-bottom: 20px;
}

.gallery-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
}

.gallery-icon {
	
}

.content_text .gallery {
	width: 95%;	
}

#gallery-1 img {
	border: 4px solid #FFF;
} 

.centerImage
{
 text-align:center;
 display:block;
}

/****************** GUESTBOOK ROTATOR STYLES *************************/

#guestbook_slideshow {
	margin-left: 20px;
	margin-top: 20px;
	width: 312px;
	height: 605px;
}

/******************** CUSTOMIZING SIDE SHOPPING CART ******************/

div#sideshoppingcart {
	margin-left: 20px;
}

div#sideshoppingcart h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #DF8C2C;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: normal;
}

div#shoppingcartcontents {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	font-weight: normal;
}

#shoppingcart_sidebar {
	margin-left: 20px;
	margin-top: 20px;
	width: 312px;
	height: 480px;
	text-align: center;
}

