/***************************************************/
/* DEFAULT MODULE STYLE */
/***************************************************/

body
{
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.articlebody { padding: 0px 8px 0px 8px; }

/* STYLE 1 *****************************************/
/* main style */
.Style1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
} 

.Style1_ItemTitle 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: #000000;
	margin-bottom: 0;
	margin-top: 0;
}

.Style1_ModTitle
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 0;
	background-color: #000000;
}

.Style1_ModBody {
    background-color: #FFFFEE;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
	overflow: auto;	
} 

.Style1_ModBody_Padded {
    padding: 10px;
} 

.Style1_Form {
    background-color: #426cb6;
    font-size: 9px;
    font-family: Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
    border : 1px solid #66CC00;
} 

td.Style1 {
    padding:10px;
}

/* hyperlink styles */
A.Style1:link    {
    text-decoration:    none;
    color:#666666;
}

A.Style1:visited {
    text-decoration:    none;
    color:#666666;
}

A.Style1:active  {
    text-decoration:    none;
    color:#666666;
}

A.Style1:hover   {
    text-decoration:    none;
    color:#333333;
}

div.Style1_ModBody h2
{
	color:#360;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2;
    margin-bottom: 2;
    margin-left: 4;
    font-family: Georgia, Serif;	
}

/*HEADING TAG STYLES */
/* H1: Page Level Titles */
h1.Style1		{
    color:#FF0000;
    font-size: 0;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
/* H2: Module Title Level Titles */
h2.Style1		{
    color:#FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2;
    margin-bottom: 2;
    margin-left: 4;
    font-family: Georgia, Serif;
}
/* H3: Article/Shop Product Title Level Titles */
h3.Style1		{
    color:#336600;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6;
    margin-bottom: 2;
    margin-left: 2;
}
/* H3: Article/Shop Product Title Level Titles */
h3.article		{
    margin-left: 8;
}

/* H4: Article Page Title/Product Model Level Titles */
h4.Style1		{
    color:#000000;
    font-size: 10px;
    font-weight: bold;
    margin-top: 7;
    margin-bottom: 0;
}
/* H5: Article Page Sub-Title Level Titles */
H5.Style1		{
    color:#333333;
    margin-top: 0;
    margin-bottom: 0;
}
H6.Style1		{
    color:#333333;
    margin-top: 0;
    margin-bottom: 0;
}


/* VERTICAL TAB STYLE *************************/

/* text style for the selected tab */
.VerticalSelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: none;
}

/* text style for the unselected tabs */
.VerticalOtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	background-color: none;
}

/* hyperlink styles of the unselected tabs */
A.VerticalOtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}

A.VerticalOtherTabs:visited {
    text-decoration:    none;
    color:#000000;
}

A.VerticalOtherTabs:active  {
    text-decoration:    none;
    color:#000000;
}

A.VerticalOtherTabs:hover   {
    text-decoration:    none;
    color:#000000;
}

/* hyperlink styles of the selected tabs */
A.VerticalSelectedTab:link    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.VerticalSelectedTab:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.VerticalSelectedTab:active  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.VerticalSelectedTab:hover   {
    text-decoration:    none;
    color:#FFFFFF;
}

/*Vertical child tabs *************************/
/* hyperlink styles of the unselected tabs */
.VerticalOtherTabsChildren {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration:none;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

A.VerticalOtherTabsChildren:link    {
    text-decoration:    none;
    color: #FFFFFF;
}

A.VerticalOtherTabsChildren:visited {
    text-decoration:    none;
    color: #FFFFFF;
}

A.VerticalOtherTabsChildren:active  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.VerticalOtherTabsChildren:hover   {
    text-decoration:    none;
    color: #FFFFFF;
}

/**********************************************/


/* Standard Hyperlinks*/
/**********************************************/
A:link  {
    text-decoration:    none;
    color:  #660000;
}

A:visited   {
    text-decoration:    none;
    color: #660000;
}

A:active    {
    text-decoration:    none;
    color:  #660000;
}

A:hover {
    text-decoration:    underline;
    color:  #990000;
}


/*Footer Style **********************************/
.Style1_Footer 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
	color: #000000;
}
table.Style1_Footer 
{
	background-color: #feffef;
	width: 730px;
	padding: 10px;
	margin: 20px 0px 0px 0px;
}
A.Style1_Footer:link    {
    text-decoration: none;
    color:#335cb6;
}
A.Style1_Footer:hover    {
    text-decoration: none;
    color:#527cc7;
}
A.Style1_Footer:visited {
    text-decoration:    none;
    color:#335cb6;
}

A.Style1_Footer:active  {
    text-decoration:    none;
    color:#335cb6;
}


/*Feature 1 Style */
.Style1_Feature1 
{
	background-color: #66CC00;
}
/***************************************************/


/* Horizontal Menu */
#MenuHorizontalWrapper
{
	background-color: #FFFFEE;
	text-align: left;
	border-right: solid 2px #669933;
	border-left: solid 2px #669933;
}

#MenuHorizontalWrapper ul
{
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

#MenuHorizontal li
{
display: inline;
list-style-type: none;
padding-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
}

#MenuHorizontal li a:link, #MenuHorizontal li a:visited
{	
	display: inline;
	text-decoration:none;
	padding: 0px;
	font-family: Georgia, Times New Roman, Serif;
	font-size:11px;
	font-weight: bold;
	color:#060;
}

#MenuHorizontal li a:link:hover
{	
	text-decoration: underline;
}


/********************************************/
.shopCollectionModule 
{
	height: 180px;
	width: 530px;
	overflow: auto;
	background-color: #fff;	
	scrollbar-track-color: #fff;
	scrollbar-face-color: #669933;
	scrollbar-shadow-color: #006600;
	scrollbar-dark-shadow-color: #003300;
	scrollbar-highlight-color: #006600;
	scrollbar-3d-light-color: #00cc00; 
	scrollbar-arrow-color: #000000;
	
}

.shopCollectionModule .itemsContainer
{
	width: 1100px;
	height: 140px;	
}

.shopCollectionModule div .item
{
	float: left;
	width: 100px;
	padding: 0px 5px 0px 5px;
}

.shopCollectionModule div .item h3
{
	font-family: Georgia;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#tableMain 
{
	background-color: #7d8b36;
	background-image: url(sky2.jpg);
	background-repeat: no-repeat;
}

/* TitlePanel */
.titlePanel 
{
	width: 100%;
	height: 40px;	
	padding: 0px 0px 5px 0px;
}

/* Twitter Feed */

.tweet
{
	overflow: visible;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: dotted 1px #666;
	font-family: Georgia, serif;
}

.tweetDate
{
	font-size: 13px;
	font-weight: bold;
	overflow: visible;
	color: #600;
	margin-bottom: 3px;
}

.tweetText
{
	font-size: 11px;
	overflow: visible;
}
