* {
	font-family : "Times New Roman", georgia, garamond, serif;
	color: #fff;
	font-size: 13px;
}

body {
	background-color:#000;
	margin-top:30px;
	
}

label {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	padding: 0;
	font-weight: regular;
	font-family:georgia, garamond;
}

a {
	
	font-size:18px;
	text-decoration:underline;
	color:#666;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

p	{
	padding:0 0 13px 0;
}

p, td, tr, table	{
	font-size:18px;
	letter-spacing:1px;
	}

p	{
	padding:0 0 30px 0;
}


/*---------------------------------------
	wrapper
---------------------------------------*/


#custom-doc {
	margin: auto;
	text-align: left;
	width: 960px;/* non-IE */
	*width: 960px; /* IE */
	
	}

#body_wrapper {
	min-height: 640px;
	width:960px;
}

#body_wrapper_back {
	float: left;
	margin-bottom:0px;
	}

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

#header {
	float: left;
	width: 960px;
	background-image:url(../img/pincer_logo.gif);
	background-repeat:no-repeat;
	height:163px;
}

#header_image	{
	padding:0 0 0 20px;
	float:left;
	display:inline;

	
}
/*---------------------------------------
	content
---------------------------------------*/

#content_wrapper {
	float: left;
	width: 100%;
	margin: 20px 0px 5px 0px;
	border:1px solid #2b2b2b;
	 -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

#content_wrapper a{
	font-size: 18px;
	text-decoration:underline;
}


#stockists #content h5	{
	color:#666;
}

#stockists #content	{
	color:#fff;
}

#content_wrapper a:hover	{
	color:#fff;
}

#content, #content_right, .yui-b {
	padding: 20px;
	text-align: justify;
	float:left;
	width:920px;
}

#index_split #content	{
	width:425px;
	float:left;	
}

#index_split #content a, #content_right a	{
	font-size:16px;
	text-decoration:underline;

}

#headline_column #content	{
	width:625px;
	float:left;

}

#content_right	{
	float:right;
	display:inline;
	width:425px;

	
}

/*---------------------------------------
	headline column
---------------------------------------*/

#headline_column #content_right	{
	float:right;
	display:inline;
	width:225px;

}

/*---------------------------------------
	splash page
---------------------------------------*/

#u18 #content	{
	font-size:24px;
}


#u18 #content a	{
	text-decoration:underline;
	font-size:38px;
	color:#fff;
}

#u18 #content a:hover		{
	color:#666666;
}
	

.yui-gb #content {
	padding: 0;

}

#content h1, .mceContentBody h1, #index_split #content_right h1, .yui-b h1	{

	font-weight: bold;
	color:#fff;
	font-size:32px;
	padding:0 0 10px 0;
	letter-spacing:1px;

}

#content h2, .mceContentBody h2, #index_split #content_right h2, .yui-b h2	{
	font-weight: bold;
	color:#fff;
	font-size:24px;
	padding:0 0 10px 0;
	letter-spacing:1px;
}

#content h3, .mceContentBody h3, #index_split #content_right h3, .yui-b h3	{
	font-weight: bold;
	color:#fff;
	font-size:20px;
	padding:0 0 10px 0;
	letter-spacing:1px;
}

#content h4, .mceContentBody h4, #index_split #content_right h4, .yui-b h4, 	{
	font-weight: normal;
	color:#fff;
	font-size:18px;
	padding:0 0 10px 0;
	letter-spacing:1px;
}

#content h5, .mceContentBody h5, #index_split #content_right h5, .yui-b h5, #content td h5	{
	font-weight: normal;
	color:#fff;
	font-size:18px;
	padding:0 0 10px 0;
	letter-spacing:1px;
}

 #rightbar h2, #leftbar h2,  #content h3, #content h4, #content h5, #content h6 {
	background-image: none;
	padding:0;
	font-weight: regular;

}

.yui-gb #content h2, .yui-gb #content h3, .yui-gb #content h4, .yui-gb #content h5, .yui-gb #content h6 {

}

#content .slideInfoZone h2 {
	border: none;
}


#content ul	{
	padding: 10px 0 0 15px;
}
	
#content li, .mceContentBody li	{
	list-style-type: square;
	font-size:18px;
}

#content table tr td, .mceContentBody td {
	padding: 0 20px 0 0;
	text-align: justify;
	vertical-align: top;
	width: 50%;
}

/* ie only fix */
#threecol #custom-doc .yui-u {
	*width: 304px;
}

/*---------------------------------------
	main menu
---------------------------------------*/

#main_menu, #headline_column #main_menu {
	display: inline;
	float: right;
	margin: 10px 0px 0 30px;
	padding:	110px 0 0 0;

}

#main_menu ul {
	margin: 1em;
}

#main_menu li {
	
	padding: 0 0 0 15px;
}

#main_menu ul li ul {
	margin: 0;
}

#main_menu a {
	color: #fff;
	text-transform: normal;
	font-family:"Times New Roman"l;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 6px 0px 6px 20px;
	margin: 0 0px 0 6px;
}

#main_menu a:hover	{

	color:#666666;

}
	
/*---------------------------------------
	suckerfish
---------------------------------------*/

/* hack to get dropdown to appear over form elements in ie
	see iehover-fix.js for details */

ul.snav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.snav, .snav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}

.snav a {
	display: block;
	padding: 0.2em 1em 0.2em 0;
}

.snav li {
	float: left;
}

.snav li ul li {
	width: 180px; /* width needed or else Opera goes nuts */
}

.snav li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.snav ul li a {
	display: block;
}

#main_menu .snav li ul ul { 
	margin: -23px 0 0 170px;
}

.snav li:hover ul ul, .snav li:hover ul ul ul, .snav li.sfhover ul ul, .snav li.sfhover ul ul ul {
	left: -999em;
}

.snav li:hover ul, .snav li li:hover ul, .snav li li li:hover ul, .snav li.sfhover ul, .snav li li.sfhover ul, .snav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*---------------------------------------
	leftbar
-----------------------------------------*/

#leftbar {
	padding: 0 0 0 12px;
	width: 288px;
}

/*---------------------------------------
	rightbar
---------------------------------------*/

#rightbar {
	width: 290px;
	padding: 0 12px 0 0;
	display:inline;
	float:right;
}

#rightbar p {
	display: block;
}

.yui-gb #rightbar {
	padding: 0;
	width: 300px;
}

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

#footer {
	width: 960px;
	margin:0 auto;
	text-align:right;
}

#footer a	{
	text-decoration:none;
	color:#928c8f;
	font-size:90%;
	
}

#threecol #footer	{

	width: 960px;
	height:63px;
	margin:0 auto;

}
/*---------------------------------------
	public forms
---------------------------------------*/

.publicForm label {
	display: block;
}

.publicForm label {
	margin: 1em 0 0 0;
}

.publicForm label.inline {
	display: inline;
	margin: 0;
}
	
.publicForm .textInput, .publicForm textarea {
	width: 20em;
	border: 1px solid #999;
	background-color: #000000;
	padding: 0.1em;
}

.publicForm .checkboxInput {
	border: 1px solid #999;
	background-color: #fff;
}

.publicForm textarea {
	height: 10em;
}
	
.publicForm .submitInput {
	border: 1px solid #999;
	background-color: #000000;
	padding: 0.1em;
}
	
.publicForm select {
	border: 1px solid #999;
	background-color: #F3F1F1;
	padding: 0.1em;
}

/*---------------------------------------
	paging
---------------------------------------*/

.subpage_nav {
	margin: 1em 0;
}

.subpage_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subpage_nav li {
	display: inline;
	padding: 0 0.6em 0 0;
}

/*---------------------------------------
	flickr badge
---------------------------------------*/

.flickrWrapper {
	width: 98%;
}

.flickrWrapper div {
	display: inline;
	padding: 20px 14px 20px 0;
}

.flickrWrapper img {
	border: 1px #ccc solid;
	padding: 4px;
}


/*---------------------------------------
	events
---------------------------------------*/

.event_summary_table {
	width: 100%;
}

.event_summary_table th {
	font-weight: bold;
}

.event_summary_table td.option {
	text-align: center;
}

.event_summary_table th.title {
	text-align: left;
}

.event_summary_table .closed {
	font-style: italic;
}


/*---------------------------------------
	misc classes
---------------------------------------*/

.active  {
		
}

.hidden {
	background-color: #999;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

img.float_right {
	margin: 0 0 0.5em 0.4em;
}

img.float_left {
	margin: 0 0.4em 0.5em 0;
}

.compositeTable {
	width: 100%;
	margin: 0.4em 0;
	text-align: center;
}

.compositeTable td {
	padding: 0.4em;
}

.clear {
	clear: both;
}

#ubi_gallery {
	width: 660px;
	height: 433px;
}

#rightbar .news_headlines_ul li {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #fff;
	float: left;
	width: 220px;
}

.news_headlines_ul li table td {
	padding: 2px;
	vertical-align: top;
}

#rightbar .news_headlines_ul .news_headlines_summary p, #rightbar .news_headlines_ul .news_headlines_summary p em, #rightbar .news_headlines_ul .news_headlines_summary p font {
	font-size: 11px;
}

#mailinglist_email {
	width: 218px;
	background-color: #000000;
	border: 1px solid #333;
}

.subscriptionForm br {
	display: none;
}

.subscriptionForm input.subscriptionSubmitInput {
	margin: 4px 0;
	border: 1px solid #333;
	background-color: #000000;
	color: #fff;
}

.news_headlines_ul {
	margin: 0 0 2em 0;
}

.news_headlines_ul img {
	border: 1px solid #fff;
}

.news_headlines_title a {
display:block;
font-size:24px;
text-decoration:none;
}

.news_headlines_title a:hover {
color:#fff;
}

.news_headlines_date	{
	display:block;
	padding:0 0 0 20px;
}

#video_popup {
	text-align: center;
	background-color:#000;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat; 
}	

#content img	{
	padding:6px;
}