/*
  Maian Recipe v2.0 - Stylesheet
  Written by David Ian Bennett
  http://www.maianscriptworld.co.uk
*/

/*==============
  BODY
  ==============
*/  

body {
  background:#5a7682 url(templates/images/body.gif) repeat-x;
  padding:0;
  margin:0;
  font:12px verdana,sans-serif;
  color:#000;
}

.carousel_container {
	width: 600px;
	height: 200px;
	margin: 0px auto;
	border: 0px solid #ffffff;
	margin-top: 0px;
	float: left;
	clear: none;
}

.carousel_container-about {
	width: 600px;
	height: 170px;
	margin: 0px auto;
	border: 0px solid #ffffff;
	margin-top: 0px;
	clear: none;
}


/*================
  GLOBAL
  ================
*/  

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin:0;
  padding:0;
}

img {
  border:0;
}

a {
  color:#000;
}

a:hover {
  color:#C31113;
  text-decoration:none;
  border-bottom:1px dotted #C31113;
}

.caloric {
background:url(templates/images/arrow.png) no-repeat 0px 4px;
  padding:5px 5px 5px 20px;
  display:block;
  border:1px solid #ffffff;
  font-weight:bold;
  text-decoration:underline;
}

.caloric:hover {
background:#4e626c url(templates/images/arrow.png) no-repeat 0px 4px;
  padding:5px 5px 5px 20px;
  display:block;
  border:1px solid #7592a2;
  font-weight:bold;
  color:#ffffff;
  text-decoration:none;
}

.caloric2 {
  padding:5px 5px 5px 5px;
  display:block;
  border:1px solid #e2e8e9;
  font-weight:bold;
  text-decoration:underline;
}

.caloric2:hover {
background:#4e626c no-repeat 0px 0px;
  padding:5px 5px 5px 5px;
  display:block;
  border:1px solid #7592a2;
  font-weight:bold;
  color:#ffffff;
  text-decoration:none;
}

.indexerror {
  text-decoration: underline;
  font-weight:bold;
  color:#ffffff;
background-image: url(templates/images/bullet_white.png);
background-repeat: no-repeat;
padding-left: 14px;
}

.indexerror:hover {
  text-decoration: none;
  font-weight:bold;
  color:#000000;
background-image: url(templates/images/bullet_black.png);
background-repeat: no-repeat;
padding-left: 14px;
}


td {
  text-align: left;
  vertical-align: top;
}

/*======================
  WRAPPER / HEADER
  ======================
*/  

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

#topBar {
  text-align:left;
  padding:2px;
}

#topBar a {
  color:#fff;
  font-size:11px;
}

#topBar a:hover {
  text-decoration: none;
}

#topBar .rss {
  background:url(templates/images/rss.png) no-repeat 1px 4px;
  padding-left:15px;
}

#topBar .no-rss {
}

#topBar p {
  color:#e2e8e9;
  font-size:11px;
  font-weight:bold;
  float:right;
  padding-top:2px;
}

#header {
  padding:14px 0 6px 0;
  text-align: left;
}

/*=========================
  MENU / SEARCH BAR
  =========================
*/

#menu {
  text-align: left;
  height:55px;
}

#menu a {
  display: block;
  background:url(templates/images/menu_bg.gif) no-repeat;
  width:125px;
  height:34px;
  padding:13px 0 10px 0;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000000;  
}

#menu .search {
  background:url(templates/images/search_bg.gif) no-repeat;
  width:460px;
  color:#fff;
  height:34px;
}

#menu .box {
  padding:3px;
  font:12px verdana,sans-serif;
  border:1px solid #fff;
  width:75%;
  background:#a1a6a7;
  color:#fff;
}

#menu .button {
  font:12px verdana,sans-serif;
  border:1px solid #fff;
  background:#4e626c url(templates/images/search_button.gif) repeat-x;
  padding:2px 0 2px 0;
  color:#fff;
  width:60px;
}

#menu .search form {
  padding:7px 0 5px 10px;
}

#menu a.first {
  background:url(templates/images/menu_bg2.gif) no-repeat;
  color:#C31113;
  text-shadow: 0px 1px 1px #CAE0E4;
}

#menu a:hover {
  background:url(templates/images/menu_bg2.gif) no-repeat;
  color:#C31113;
  text-shadow: 0px 1px 1px #CAE0E4;
}

#menu .bullets {
  color:#e0ecb5;
  font-size:10px;
}

#menu p {
  float: right;
  color:#fff;
  padding-top:10px;
  font-size:11px;
}

#searchBar {
  background:url(templates/images/search_bar.gif) no-repeat center center;
  height:50px; 
  margin-top:10px;
}

/*===============================
  CONTENT WRAPPER / FLASH BAR
  ===============================
*/  

#contentWrapper {
  background:#ffffff;
  padding:0px;
  border-right: 3px solid #233740;
  border-left: 3px solid #233740;
  border-bottom: 3px solid #233740;
}

#flashBar {
  padding-top:14px;
  padding-bottom: 14px;
  border:1px dashed #7592A2;
  background:#e2e8e9;
  text-align:center;
  margin:0 5px 0 5px;
}

/*====================================
  MAIN CONTENT HEADERS / WRAPPERS
  ====================================
*/

#bodyArea {
  padding:0 0 0 5px;
  margin-top:10px;
  text-align: center;
}

#bodyArea .break {
  clear:both;
}

#bodyArea .left {
  width: 69%;
  float:left;
  clear:both;
  text-align:left;
  margin-right:2px;
  background-color:#ffffff;
}

#bodyArea .right {
  width:30%;
  text-align:left;
  float: left;
  background-color:#ffffff;
}

#bodyArea .headLeft {
  padding:10px;
  background:#adc1c4 url(templates/images/grad.gif) repeat-x;
  border:1px solid #4e626c;
  display:block;
  font-weight: bold;
}

#bodyArea .smallRSS {
  display: block;
  float:right;
}

#bodyArea .errorHeadLeft {
  padding:10px;
  background:#C31113;
  border:1px solid #000;
  display:block;
  color:#fff;
}

#bodyArea h1,#bodyArea h2 {
  padding:10px;
  background:#adc1c4 url(templates/images/grad.gif) repeat-x;
  border:1px solid #4e626c;
  display:block;
  font-weight: bold;
  font-size:12px;
}

#bodyArea .headRight {
  padding:10px;
  background:#adc1c4 url(templates/images/grad.gif) repeat-x;
  border:1px solid #4e626c;
  display:block;
  clear:both;
  font-weight: bold;
}

#bodyArea .headRightMid {
  padding:10px;
  background:#adc1c4 url(templates/images/grad.gif) repeat-x;
  border:1px solid #4e626c;
  display:block;
  font-weight: bold;
}

#bodyArea .leftP {
  padding:10px 10px 10px 5px;
  margin:2px 0 2px 0;
  border:0px solid #7592A2;
  background:#ffffff;
}

#bodyArea .leftP .link a {
  background:url(templates/images/arrow.png) no-repeat 4px 4px;
  padding:5px 5px 5px 25px;
  display:inline;
  border:1px solid #ffffff;
}

#bodyArea .leftP .link a:hover {
  background:#4e626c url(templates/images/arrow.png) no-repeat 4px 4px;
  text-decoration: none;
  color:#fff;
  border:1px solid #7592A2;
}

#bodyArea .leftP .link a.friend {
  background:url(templates/images/friend.png) no-repeat 4px 4px;
}

#bodyArea .leftP .link a.print {
  background:url(templates/images/print.png) no-repeat 4px 4px;
}

#bodyArea .leftP .link a.friend:hover {
  background:#4e626c url(templates/images/friend.png) no-repeat 4px 4px;
}

#bodyArea .leftP .link a.print:hover {
  background:#4e626c url(templates/images/print.png) no-repeat 4px 4px;
}

#bodyArea .leftP .link a.contact {
  background:url(templates/images/contact.png) no-repeat 4px 4px;
}

#bodyArea .leftP .link a.contact:hover {
  background:#4e626c url(templates/images/contact.png) no-repeat 4px 4px;
}

#bodyArea .rightP {
  padding:10px 10px 10px 5px;
  margin:2px 0 2px 0;
  border:1px solid #7592A2;
  background:#e2e8e9;
}

#bodyArea .socialnetworkingicons {
  margin:2px 0 2px 0;
  border:1px solid #7592A2;
  background:#e2e8e9;
}

#bodyArea .favoriteposts {
  margin:2px 0 2px 0;
  background:#ffffff;
}

#bodyArea .rightP .link a {
  background:url(templates/images/arrow.png) no-repeat 4px 4px;
  padding:5px 5px 5px 25px;
  display:block;
  border:1px solid #e2e8e9;
}

#bodyArea .rightP .link a:hover {
  background:#4e626c url(templates/images/arrow.png) no-repeat 4px 4px;
  text-decoration: none;
  color:#fff;
  border:1px solid #7592A2;
}

#bodyArea .rightP .link a.submit {
  background:url(templates/images/submit.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.contact {
  background:url(templates/images/contact.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.friend {
  background:url(templates/images/friend.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.liquid {
  background:url(templates/images/liquid.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.weight {
  background:url(templates/images/weight.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.temperature {
  background:url(templates/images/temperature.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.gas {
  background:url(templates/images/gas.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.vegetable {
  background:url(templates/images/vegetable.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.length {
  background:url(templates/images/length.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.print {
  background:url(templates/images/print.png) no-repeat 4px 4px;
}
  
#bodyArea .rightP .link a.submit:hover {
  background:#4e626c url(templates/images/submit.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.contact:hover {
  background:#4e626c url(templates/images/contact.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.friend:hover {
  background:#4e626c url(templates/images/friend.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.print:hover {
  background:#4e626c url(templates/images/print.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.submit:hover {
  background:#4e626c url(templates/images/submit.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.gas:hover {
  background:#4e626c url(templates/images/gas.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.liquid:hover {
  background:#4e626c url(templates/images/liquid.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.temperature:hover {
  background:#4e626c url(templates/images/temperature.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.length:hover {
  background:#4e626c url(templates/images/length.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.vegetable:hover {
  background:#4e626c url(templates/images/vegetable.png) no-repeat 4px 4px;
}

#bodyArea .rightP .link a.weight:hover {
  background:#4e626c url(templates/images/weight.png) no-repeat 4px 4px;
}
/*=========================================
  VARIOUS STYLING DIRECTIVES
  =========================================
*/

#bodyArea .dateBar {
  padding:5px;
  margin:2px 0 2px 0;
  border:1px solid #7592A2;
  background:#e2e8e9;
  display:block;
  font-size:11px;
}

#bodyArea .highlight {
  color:#4e626c;
}

#bodyArea .categories {
  padding:20px 10px 20px 5px;
  line-height:18px;
}

#bodyArea .addMsg {
  padding:10px;
  line-height:18px;
  text-align: left;
}

#bodyArea .ingredients {
  padding:0px 10px 20px 30px;
  line-height:18px;
}

#ingredients-menu {
  padding-right:40px;
  margin:0;
}

#ingredients-menu li {
  list-style: disc url(bullet_red.png);
}

#bodyArea .instructions {
  padding:0px 10px 20px 30px;
  line-height:18px;
}

#bodyArea .headImgIngredients {
  display: block;
  margin-top:15px;
  padding-left:5px;
}

#bodyArea .headImgInstructions {
  display: block;
  margin-top:15px;
  padding-left:5px;
}

#bodyArea .comment {
  margin:2px 0 2px 0;
  border:1px solid #7592A2;
  background:#ffffff;
}

#bodyArea .comment .text {
  display:block;
  font-size:11px;
  border-bottom:0px solid #7592A2;
  padding:10px 10px 10px 5px;
}

#bodyArea .comment .leftBy {
  display: block;
  background:#ffffff;
  font-size:11px;
  text-align:right;
  padding:5px;
  font-style:italic;
}

#recipePics {
  font-size:12px;
  border:1px solid #7592A2;
  padding:10px 10px 10px 5px;
  background:#fff;
  margin:2px 0 2px 0;
}

#recipePics p.noPictures {
  font-size:11px;
}

#categories {
  width:100%;
  height:100%;
  padding:0 10px 20px 5px;
}

#bodyArea .restrictions {
  font-size:11px;
  border:1px solid #7592A2;
  padding:5px;
  background:#fff;
  color:#4e626c;
  margin:2px 0 2px 0;
  clear:both;
  display:block;
  text-align:left;
}

#bodyArea p.noData {
  font-size:11px;
  border:1px solid #7592A2;
  padding:10px 10px 10px 5px;
  background:#fff;
  margin:2px 0 2px 0;
}

#hitCount {
  text-align: center;
}

#hitCount .hitCountTxt {
  display: block;
  font-size:10px;
  margin-bottom:10px;
  background:#adc1c4;
  border:1px solid #7592A2;
  padding:5px;
}

#categories .leftCatsList {
  width:48%;
  float:left;
  padding:5px;
  border-right:1px dashed #7592A2;
}

#categories .rightCatsList {
  width:45%;
  float:left;
  padding:5px 5px 5px 20px;
}

#categories .leftCatsList .parent,#categories .rightCatsList .parent {
  background:url(templates/images/parent.png) no-repeat left center;
  padding-left:20px;
  padding-top:2px;
  padding-bottom:2px;
  margin-top:20px;
  font-weight:bold;
}

#categories .leftCatsList .children,#categories .rightCatsList .children {
  display: block;
  margin-top:5px;
  font-size:11px;
}

#categories .leftCatsList .parent a:hover,#categories .rightCatsList .parent a:hover,
#categories .leftCatsList .children a:hover,#categories .rightCatsList .children a:hover {
  color:#C31113;
}

#bodyArea .addCommWrap {
  padding:10px;
  margin:2px 0 2px 0;
  border:1px solid #7592A2;
  background:#e2e8e9;
}

#bodyArea .recipe {
  background:#e0e6e7 url(templates/images/arrow2.png) no-repeat 3px 10px;
  border:1px solid #7592A2;
  padding:10px 5px 10px 25px;
  margin-top:3px; 
}

#bodyArea .recipe-add {
  background:#e0e6e7 url(templates/images/arrow2.png) no-repeat 3px 10px;
  border:1px solid #7592A2;
  padding:10px 5px 10px 25px;
  margin-top:3px; 
}

#bodyArea .recipe:hover {
  background:#ffffff url(templates/images/arrow2.png) no-repeat 3px 10px;
  border:1px dashed #7592A2;
}

#bodyArea .recipe .by {
  float: right;
  font-size:10px;
  font-style:italic;
}

#bodyArea p.pages {
  padding:5px;
  margin:2px 0 15px 0;
  border:1px solid #7592A2;
  background:#fff;
  font-size:11px;
  text-align:center;
}

#bodyArea .recipe a {
  text-decoration: none;
  font-weight:bold;
  color:#406067;
}

#bodyArea .recipe a:hover {
  text-decoration: none;
  font-weight:bold;
  color:#C31113;
background-image: url(templates/images/hyperlink.png);
background-repeat: no-repeat;
padding-left: 14px;
}



/*===============
  THUMBNAILS
  ===============
*/  

#bodyArea img.pic {
  background:#e2e8e9;
  padding:3px;
  border:1px solid #4e626c;
  width:135px;
  height:93px;
}

/*=====================
  CLOUD TAGS
  =====================
*/  

#wrapCloud {
  padding:0px 10px 10px 5px;
  margin:2px 0 2px 0;
  border:1px solid #7592A2;
  background:#e2e8e9;
}

#cloudTags {
	list-style:none;
	padding: 2px; 
  line-height: 2.6em; 
  text-align: left; 
  width:100%;
  height:100%;
  float:left;
  margin:0;
}
#cloudTags li {		
	float:left;
	padding:0;
	margin:0;
	border-right:2px solid #e2e8e9;
}
#cloudTags li a {
	text-decoration:none;		
}
			
#cloudTags li.tag1 a { font-family: tahoma,verdana,sans-serif; font-size:90%; font-weight:normal; color:#000000; background:#e2e8e9; padding:3px; }
#cloudTags li.tag2 a { font-family: tahoma,verdana,sans-serif; font-size:120%; font-weight:bold; color:#0000FF; background:#e2e8e9; padding:3px; }
#cloudTags li.tag3 a { font-family: tahoma,verdana,sans-serif; font-size:160%; font-weight:normal; color:#00A542; background:#e2e8e9; padding:3px; }
#cloudTags li.tag4 a { font-family: tahoma,verdana,sans-serif; font-size:180%; font-weight:bold; color:#FF0000; background:#e2e8e9; padding:3px; }
#cloudTags li.tag5 a { font-family: tahoma,verdana,sans-serif; font-size:200%; font-weight:normal; color:#FF9900; background:#e2e8e9; padding:3px; }

#cloudTags li.tag1 a:hover,#cloudTags li.tag2 a:hover,#cloudTags li.tag3 a:hover,#cloudTags li.tag4 a:hover,#cloudTags li.tag5 a:hover {
  color:#fff; 
  background:#4e626c; 
  padding:3px; 
  border: 1px solid #7592a2;
}

/*============
  FORMS
  ============
*/

#bodyArea .sc_button_area {
  display: block;
  padding-top:5px;
}

#bodyArea .ac_box {
  width:90%;
  background:#fff;
  border:1px solid #7592A2;
  border-left:3px solid #7592A2;
  font:11px verdana,sans-serif;
  padding:2px;
}

#bodyArea .ac_textarea {
  width:248px;
  background:#fff;
  border:1px solid #7592A2;
  border-left:3px solid #7592A2;
  font:11px verdana,sans-serif;
  padding:2px;
}

#bodyArea .ac_button {
}

#bodyArea .addCommWrap label {
  display: block;
  padding:3px 0 3px 0;
  font-size:11px;
}

#bodyArea .ac_captcha_box {
  width:40%;
  background:#fff;
  border:1px solid #7592A2;
  border-left:3px solid #7592A2;
  font:11px verdana,sans-serif;
  padding:2px;
}

#bodyArea .ac_captcha_wrap {
  display: block;
  padding:5px 0 5px 0;
  font-size:11px;
  border-top:1px solid #7592A2;
  border-bottom:1px solid #7592A2;
  height:100%;
  margin-top:5px;
  width:100%;
}

#bodyArea .ac_captcha_wrap img {
  border:1px solid #7592A2;
}

#bodyArea .ac_captcha_txt {
  display: block;
  padding-bottom:5px;
  font-weight:bold;
}

#bodyArea .ac_captcha_image {
  display: block;
  float:left;
  width:40%;
}

#bodyArea .ac_captcha_code {
  display: block;
  float: left;
  width:52%;
  text-align:right;
}

#bodyArea h1.cu {
  text-align:left;
}

#bodyArea h2.cu {
  text-align:left;
}

.cu_name_email_wrapper .box,#bodyArea .cu_captcha_wrapper .box,.add_recipe_wrapper .box {
  width:90%;
  background:#e0e6e7;
  border:1px solid #7592A2;
  border-left:3px solid #7592A2;
  font:12px verdana,sans-serif;
  padding:3px;
}

#bodyArea .cu_comments_wrap textarea,.add_recipe_wrapper textarea {
  width:95%;
  background:#e0e6e7;
  border:1px solid #7592A2;
  border-left:3px solid #7592A2;
  font:12px verdana,sans-serif;
  padding:3px;
}

#bodyArea .ac_button {
}

.cu_name_email_wrapper label,#bodyArea .cu_comments_wrap label,.add_recipe_wrapper label {
  display: block;
  padding:3px 0 3px 0;
}

.cu_name_email_wrapper {
  clear:both;
  text-align:left;
  height:100%;
  margin-top:15px;
}

.add_recipe_wrapper {
  clear:both;
  text-align:left;
  height:100%;
  margin:15px 0 15px 0;
}

.cu_name_email_wrapper .cu_left,.add_recipe_wrapper .ar_left {
  width: 47%;
  float: left;
}

.cu_name_email_wrapper .cu_right,.add_recipe_wrapper .ar_right {
  width: 47%;
  float: left;
}

#bodyArea .cu_comments_wrap {
  margin:10px 0 20px 0;
  clear:both;
  text-align:left;
}

#bodyArea .cu_captcha_wrapper {
  height:100%;
  margin-top:20px;
}

#bodyArea .cu_captcha_wrapper img {
  border:1px solid #7592A2;
}

#bodyArea .cu_captcha_wrapper .box {
  width:25%;
}

#bodyArea .cu_captcha_wrapper .capImg {
  width: 57%;
  float: left;
  text-align:left;
}

#bodyArea .cu_captcha_wrapper .capCode {
  width: 37%;
  float: left;
  text-align: left;
}

#bodyArea .cu_button_wrapper {
  margin-top:10px;
  border-top:1px dashed #7592A2;
  padding-top:10px;
}

#bodyArea .formError {
  display: block;
  margin-top:2px;
  font-size:11px;
  padding:2px;
  color:#fff;
  background:#5a7682;
  width:250px;
}

#bodyArea .messageSent {
  padding:10px 10px 10px 5px;
  margin:2px 0 100px 0;
  border:1px solid #7592A2;
  background:#fff;
  display:block;
  text-align:left;
}

/*====================
  UPLOAD BOXES
  ====================
*/

#bodyArea .uploadWrapper {
  height:100%;
  padding:5px;
}

#bodyArea .uploadWrapper .uploadBox {
  float:left;
  width: 30%;
}

#bodyArea .uploadWrapper .fbox {
  width:90%;
  background:#e0e6e7;
  border:1px solid #7592A2;
  border-left:3px solid #7592A2;
  font:12px verdana,sans-serif;
  padding:3px;
}

#bodyArea .uploadWrapper .spaceError {
  display: block;
  padding-top:3px;
}

#bodyArea .error {
  display: block;
  margin-top:2px;
  font-size:11px;
  padding:2px;
  color:#fff;
  background:#5a7682;
}

/*=============
  FOOTER
  =============
*/

#footer {
	text-align: center;
	color:#adc1c4;
}

#footer p.links {
	color:#e2e8e9;
	background:#4e626c;
  padding:5px;
  font:10px verdana,sans-serif;
}

#footer p.links a {
  color:#e2e8e9;
}

#footer p.copyright {
	color:#34444a;
	background:#e0e6e7;
  padding:10px;
  font:11px verdana,sans-serif;
}

#footer p.copyright a {
  color:#34444a;
}

#footer p.copyright a:hover,#footer p.links a:hover {
  text-decoration: none;
  color:#000000;
  border-bottom:1px dotted #000000;

}

#msgCommentsAdded {
  text-align: center;
  padding:5px;
  display:none;
}

#msgCommentsAdded p.text {
}

/*===================
  PRINTER FRIENDLY
  ===================
*/
  
.printHead {
  display: block;
  padding-top:10px;
  font: 24px arial black;
}
  
.printHead2 {
  display: block;
  padding-bottom:5px;
  border-bottom:1px solid #000;
}  

.printHead3 {
  display: block;
  padding-bottom:5px;
  margin-bottom:15px;
  border-bottom:1px solid #000;
}

.printBar {
  display: block;
  font-size:11px;
  padding:3px 0 25px 0;
}

p.printFoot {
  border-top:1px dashed #000;
  padding-top:10px;
  font-size:11px;
}

/*===================
  SOCIAL NETWORKING
  ===================
*/

.addthis_toolbox .custom_images a
{
    margin: 0;
    padding:0 5px;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
	border:0;
	background:none;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.65;
	border:0;
	background:none;
}  

.addthis_toolbox .custom_images2 a
{
    margin: 0;
    padding:0 5px;
}

.addthis_toolbox .custom_images2 a:hover img
{
    opacity: 0.40;
	border:0;
	background:none;
}

.addthis_toolbox .custom_images2 a img
{
    opacity: 1;
	border:0;
	background:none;
}  

.addthis_toolbox1 .custom_images3 a
{
    margin: 0;
	padding-right:3px;
}

.addthis_toolbox1 .custom_images3 a:hover img
{
    opacity: 0.70;
	border:0;
	background:none;
}

.addthis_toolbox1 .custom_images3 a img
{
    opacity: 1;
	border:0;
	background:none;
}  

/*===================
  SLIDER
  ===================
*/

#slider1 {
    width: 914px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: visible; /* important */
}

#slider1Content {
    width: 914px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 11px/15px verdana;
    padding: 10px 10px;
    width: 914px;
    background-color: #000;
    filter: alpha(opacity=65);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.slider-left {
	top: 0;
    left: 0;
	width: 575px !important;
	height: 65px;
}
.slider-right {
	right: 0;
	bottom: 0;
	width: 575px !important;
	height: 65px;
}
.slider-top {
	top: 0;
	left: 0;
	width: 575px !important;
	height: 65px;
}
ul { list-style-type: none;}

.slider {
background:url(templates/images/arrow.png) no-repeat 0px 4px;
  padding:5px 5px 5px 20px;
  color: #ffffff;
  font-weight:bold;
  text-decoration:underline;
}

.slider:hover {
background:#000000 url(templates/images/arrow.png) no-repeat 0px 4px;
  padding:5px 5px 5px 20px;
  font-weight:bold;
  color:#FF0000;
  text-decoration:none;
}

#cu3er-container {
width:914px; 
outline:0;
}
