.full_page_width {
	width: 546px;
	text-align:left;
}
h1 {
	color:#666666;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	text-transform:uppercase;
}
h2 {
	color:#777777;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-weight:lighter;
}
h3 {
	color:#888888;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-weight:lighter;
}
p {
	color:#393939;
	font-family: "Trebuchet", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
.2_3rds_page_width {
	width: 330px;
	text-align:left;
}
.products_launcher{
	background-color:#CCCCCC; 
	color:#333333; 
	border-color:#666666; 
	border-style:solid; 
	border-width:1px; 
	padding:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.productsH1{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#333333;
	text-transform:uppercase;
}
a{
	color:#CC0000;
	text-decoration:underline;
	background-color:transparent;
}
a:link{
	color:#CC0000;
	text-decoration:underline;
	background-color:transparent;
}
a:visited{
	color:#CC0000;
	text-decoration:underline;
	background-color:transparent;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
	background-color:#EFEFEF;
}
a:visited:hover{
	color:#FF0000;
	text-decoration:none;
	background-color:#EFEFEF;
}
.footer_links_and_info{
	color:#999999;
	font-family: "Trebuchet", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
/*.footer_links_and_info:ul{
	display:inline;
	list-style:square;
}
.footer_links_and_info:ul li{
	padding: 3px 15px;
	display:inline;
}*/
li {
	color:#393939;
	font-family: "Trebuchet", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
#footer_links_and_info ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footer_links_and_info ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#footer_links_and_info ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#menu {
	/*background: #fff;*/
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:20px;
	position: relative;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:60px;
	margin-left:20px;
	right: 1px;
	top: 20px;
	width: 190px;
    float:right;
	color:#888888;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-weight:lighter;}

/* Menu items are related to sidebar.php and how the elements are styled for the blog's categories, links, etc  */
#menu form {
	margin: 0 0 0 5px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #422c12;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 8px;
	padding-bottom: 2px; 
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 10;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	text-decoration:none;
        color:#FFFFFF;
        background-color:#333333;
}

#menu ul ul ul.children {
	font-size: 85%;
	padding-left: 4px;
}
#breadcrumbs {
	color:#393939;
	font-family: "Trebuchet", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
.alignright {
float:right;
}
.alignleftt {
float:left;
}
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.sociable ul li {
	background: none;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

img {
	border:none;
}