/*
 * Page Colours
 */

/****** Colours and Styles ******/
body {
/* Possible fonts:
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
*/
/* Possible backgrounds:
	background: #efefef;
	background: #efefef url(../../default/images/bg_grad_blue.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_dark_red.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_green.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_grey_green.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_jade.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_orange.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_pink.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_plum.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_red.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_yellow.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_light_grey.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_medium_grey.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_dark_grey.jpg) repeat-x;
*/
	background: #ffffff url(../../default/images/bg_grad_medium_grey.jpg) repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #474848;
}

h1, h2, h3, h4, .h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	text-decoration: none;
	color: #1D62B3;
}

a:hover {
	color: #E43C15;
}


#header {
	background-color:#ff6666;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	padding-right: 1px;
}

#page {
	background: #FFFFFF;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}

#footer {
	background: #b9b9b9;/*url(../images/img10.gif) no-repeat;*/
	border: 1px solid #a0a0a0;
	border-bottom: 0;
}

#menu {
	background-color:#66A5CA;
	/*border-bottom:1px solid #c9c9c9;
	border-top: 1px solid #a0a0a0;*/
}


#menu li {
	background:none;
}

#page #menu ul li {
	background:none;
}

#menu a {
	font-size: 1.3em;
	font-weight: normal;
	color: #090909;
	background:none;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

#menu a:hover {
	background: #fff;
	color: #63A5CA;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #909090;
}

#menu .current_page_item a {
	background: #6FB266;
}
#menu .current_page_item a:hover {
	color: #6FB266;
}

#logo h1 {
	font-size: 3.2em;
	font-weight: bold;
	color: #666699;
}

#logo p {
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

#search {
	background: url(../images/search_box_bg.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#s {
	background: none;
	border: none;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #63A5CA;
}

#bgtop {
	background: #fff;
}

#bgbottom {
	background: #fff;
}

#page ul li {
	background: url(../images/bullet.gif) no-repeat left center;
}
.post .bigpix {
	background: #fff;
}

.post .bigpix .caption {
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .byline {
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .tags {
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.pages {
	background: #F9F9F9;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

#page .sidebar li li {
	background: #f9f9f9;
	border-bottom: 1px solid #F0F0F0;
}
#page .sidebar li li:hover {
	background: #efefef;
	border-bottom: 1px solid #F0F0F0;
}

#sidebar2 {
	background: #fefefe;
	border: 1px dashed #dfdfdf;
	border-top: none;
	border-right: none;
}


.sidebox2 {
	border:0px groove #c9c9c9;
	background-color:transparent;
}



/* STYLIZED FORMS */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
}
#stylized p{
	font-size:11px;
	color:#666666;
	border-bottom:solid 1px #b7ddf2;
}
#stylized label{
	font-weight:bold;
	text-align:right;
}
#stylized .small{
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-align:right;
}
#stylized input{
	font-size:12px;
	border:solid 1px #aacfe4;
}
#stylized button{
	background:#666;
	text-align:center;
	line-height:31px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}



/*
 * Page Structure
 */

* {
	margin: 0;
	padding: 0;
}



/* Styling for basic page tags */

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2, .h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight:normal;
	padding-bottom:0px;
}

h4 {
	font-size:1em;
	font-weight:300;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

label {
	margin:2px 3px;
	font-weight:bold;
	font-size:110%;
	line-height:170%;
}

blockquote {
	padding: 0 30px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

hr {
	/*display: none;*/
}




/* Wrapper */

#wrapper {

}



/* Menu */

#menu {
	height: 35px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	background:none;
}

#page #menu ul li {
	background:none;
}

#menu a {
	float: left;
	height: 29px;
	padding: 6px 0px 0px 40px;
}



/* Header */

#header {
	height: 101px;
	width:960px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 20px 0 0 20px;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
}



/* Search */

#search {
	float: right;
	width: 277px;
	padding: 40px 20px 4px 0;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 277px;
	margin: 0 0 0 10px;
	border: none;
	padding-top:20px;
}

#x {
	display: none;
}



/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

#bgtop {
	height: 0px;
}

#bgbottom {
	padding-bottom: 20px;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
}



/* Content */

#content {
	float: left;
	width: 500px;
	height: 800px;
	min-height: 800px;
	padding: 10px 0 0 10px;
}

html>body #content {
	height: auto;
}


/* Post */

.post {
}

.post .bigpix {
	padding-top:10px;
	margin-bottom: 20px;
}

.post .bigpix .image {
	text-align:center;
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
	text-align: center;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(../images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(../images/img14.gif) no-repeat left center;
}

.pages {
	margin:0;
	padding: 5px 10px;
}
.pages a, .pages span {
	margin-left:10px;
}



/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
	list-style: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
}

#page li {
	list-style-position:inside;
}

.sidebar a {
	background: none;
}


/* Sidebar One */

#sidebar1 {
	float: left;
	width: 200px;
	padding: 10px 10px 40px 10px;
}


/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 10px 10px 40px 10px;
}

.sidebox2 p {
	padding:4px;
	line-height:1.4em;
	text-align:left;
}

.sidebox3 p {
	padding:4px;
	line-height:1.4em;
	text-align:left;
}




/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}




/* Footer */

#footer {
	width: 960px;
	height: 120px;
	margin: 0 auto;

}





#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}



/* SUPPORT CENTER STYLES */
div.supportcenter { width:400px; }

.inputsubmit {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #DB8606; 
	color: #FFFFFF;
	border: #666666; 
	border-style: solid;
 	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.inputsubmit2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	color: #006699;
	border: #FFFFFF; 
	border-style: solid;
 	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

a.barTxt, .barTxt {
	color: #666666;
	text-decoration: none;
	border: none;
	background: none;
	line-height:35px;
	margin:10px 0px;
}

.error {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}


.mainTable { background-color: #F4FAFF; }
.mainTableAlt { background-color: #FFFFFF; }
.mainTableOn { background-color: #FFFFF0; }
.TableHeader { background-color: #E9E9E9; }
.TableMsg { background-color: #ADADAD; }
.TableHeaderText { color: #FFFFFF; font-size: 11px; font-weight: normal; }
.TableInfoText { color: #000000; font-size: 11px; background-color: #FFFFFF; }
.priLow { background-color: #DDFFDD; }
.priNormal { background-color: #FFFFF0; }
.priHigh { background-color: #FEE7E7; }
.privReceived { background-color: #3669CF; color: #3E3E3E; }
.privBox { background-color: #FFFFFF; }
.privBorder { background-color: Black; }
.privAttachments { background-color: #94C7FF; }
.msgReceived { background-color: #E9E9E9; color: #3E3E3E; font-size: 10px; }
.msgAnswered { background-color: #FFE0B3; color: #3E3E3E; font-size: 10px; }
.msgAttachments { background-color: #F4FAFF; color: #000000; font-size: 10px; }
.msgBorder { background-color: #ADADAD; }
.msgBorderInfo { background-color: #ffffff; }
.msgBox { background-color: #F9F9F9; }

div.supportcenter A { color:#006699; text-decoration: none; }
div.supportcenter A:hover { color:#DB8606; text-decoration: none; }





/* STYLIZED FORMS */
#stylized{

}
#stylized h1 {
	margin-bottom:8px;
}
#stylized p{
	margin-bottom:20px;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	width:140px;
	float:left;
}
#stylized .small{
	display:block;
	width:140px;
}
#stylized input{
	float:left;
	padding:4px 2px;
	width:100px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
}




/*************************************************
 * BOF: SHOP STYLES
 *************************************************/


.sidebox3 {
	border:0px solid #c9c9c9;
}

.shop_category_list_product {
	padding:8px;
	margin:5px;
	background:#fff;
	border:1px dashed #c9d9c9;
	text-align:left;
	min-height:140px;
}

.shop_category_list_product img {
	float:left;
	margin-right:10px;
}

.shop_category_list_product > img {
	height:auto;
	width:auto;
}

.shop_category_product {
	float:left;
	width:120px;
	padding:8px;
	margin:5px;
	background:#fff;
	border:1px dashed #c9d9c9;
	text-align:center;
}

.shop_category_product img {
	width:120px;
	height:140px;
}

.shop_category_product > img {
	max-width:120px;
	max-height:140px;
	height:auto;
	width:auto;
}

.shop_product_image {
	margin-top: 5px;
	margin-right: 5px;
}

.price, #price {
	font-size:14px;
	font-weight:bold;
}

.product_link {
	text-align:left;
}

/*************************************************
 * EOF: SHOP STYLES
 *************************************************/