/*

Theme Name: Mindzai

Theme URI: http://www.mindzai.net/

Description: A Smart 2-column  Wordpress theme

Version: 1.0

Author: Bodait

Author URI: http://www.bodait.com

*/





/*######################################################################################################

  ###### General styles ###############################################################################

  ####################################################################################################*/

@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('helveticaneueltstd-lt-webfont.eot');
    src: url('helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-lt-webfont.woff') format('woff'),
         url('helveticaneueltstd-lt-webfont.ttf') format('truetype'),
         url('helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	margin: 0px;

	padding: 0px;

}



img {

	border: none;

}



form {

	margin:0px;

	padding:0px;

}



/***************** Code, Blockquote etc. **************************************/

code {

	background-color: #ececec;

	padding: 1px;

	border: 1px solid #cccccc;

}

blockquote {

	background: #F9F9F9;

	border-left: 3px solid #AAAAAA;

	padding-left: 6px;

	margin: 7px 10px 7px 10px;

	font-style: italic;

}



/* alignments */

.center {

	text-align: center;

}

img.center, img[align="center"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {

	float: left;

}

img.alignleft, img[align="left"] {

	float:left;

	margin: 2px 10px 5px 0px;

}

.alignright {

	float: right;

}

img.alignright, img[align="right"] {

	float:right;

	margin: 2px 0px 5px 10px;

}

.clear {

	clear:both;

}



/*######################################################################################################

  ###### Content #######################################################################################

  ####################################################################################################*/



.post-date {

	width: 45px;

	height: 49px;

	float:left;

	background: url(images/date-bg.gif) no-repeat;

}

.post-month {

	font-size: 11px;

	text-transform: uppercase;

	color: #FFFFFF;

	text-align: center;

	display:block;

	line-height: 11px;

	padding-top: 2px;

	margin-left: -3px;

}

.post-day {

	font-size: 18px;

	text-transform: uppercase;

	color: #999999;

	text-align: center;

	display:block;

	line-height: 18px;

	padding-top: 7px;

	margin-left: -3px;

}

.entry {

	float:right;

	width: 458px;

}

.post-cat {

	background: url(images/mini-category.gif) no-repeat left center;

	padding-left: 20px;

	float:left;

	font-size: 95%;

}

.post-author {

    background: url(images/icon-users.gif) no-repeat left center;

	margin-left: 10px;

	padding-left: 20px;

	float: left;

	font-size: 95%;

}

.post-tag {

    margin-left: 10px;

	float: left;

	font-size: 95%;

}

.post-comments {

	background: url(images/mini-comments.gif) no-repeat left bottom;

	padding-left: 20px;

	float: right;

	font-size: 95%;

}

.post-calendar {

	background: url(images/mini-calendar.gif) no-repeat left center;

	padding-left: 20px;

	float: right;

	font-size: 95%;

	color: #999999;

}

/******** post content ********/

.post-content {

	clear: both;

}

.post-content div.imgs{ width:480px; float:left;}
.post-content div.text{ width:220px; float:right; margin-top:3px;}


.post-content img {

	border: 1px solid #a9a9a9;

}
.post-content a:hover img {

	border: 1px solid #a9a9a9;

}

.product_image a img{
	border:none;
}
.product_image a:hover img{
	border:none;
}


/**** entrymeta ****/

.entrymeta {

	border: 1px solid #8d8d8d;

	background-color: #f9f9f9;

	font-size: 90%;

	margin-bottom:10px;

}

.entrymeta ul {

    margin: 8px auto 8px 40px;

	padding: 0px;

}

.entrymeta ul li {

  	list-style-type: none;

}

.trackback-leftalign { background: url(images/icon-trackback.png) no-repeat 0 50%; padding-left: 14px; }

.feed-leftalign { background: url(images/icon-post-feed.gif) no-repeat 0 50%; padding-left: 14px; }

/***************** Tags below the link of the comments feed ********************/

.utwtags { background: url(images/icon-tag.gif) no-repeat 0 50%; padding-left: 14px; }



.navigation {

	clear: both;

	padding: 10px 0px;

}

.navigation a, .navigation a:visited {

	color: #EC0000;

}

.previous-entries a {

	float: left;

	padding-left: 18px;

	background: url(images/mini-nav-left.gif) no-repeat left center;

}

.next-entries a {

	float: right;

	padding-right: 18px;

	background: url(images/mini-nav-right.gif) no-repeat right center;

}



/* comments area */

#comments, #respond {

	border-bottom: 1px dotted #8D8D8D;

	padding: 10px 0 5px 0;

	clear: both;

}



/*** commentlist ***/

.commentlist {

    list-style: none;

	margin: 10px 0px;

	padding-left: 0px;

	line-height: 130%;

}

.commentlist li{

    margin-bottom: 6px;

	padding: 10px;

}

.commentlist .alt {

	background: #F9F9F9;

	border: 1px dotted #8D8D8D;

}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {

	font-weight: bold;

	font-style: normal;

	font-size: 100%;

}

.commentlist small {

	margin-bottom: 5px;

	display: block;

	font-size: 87%;

}

.commentname{

	color: #4E79A2;

}

.gravatar {

    border: 1px solid #AAAAAA;

	padding: 5px;

    float: left;

	height: 32px;

	width: 32px;

	background: url(images/gravatar.png) no-repeat 5px 2px;

	display: inline;

}

.commentcount {

    font: bold 2.2em Georgia,sans-serif;

	color: #DEDEDE;

	float: right;

}

.commentext { /* That's the div of the text... */ 

	padding: 0px 0px 0px 50px;

	min-height:45px;

	_height:45px;

}



/***** comment form *****/

#commentform {

	margin-top: 10px;

	font: 110% Arial, Helvetica, sans-serif;

}

#commentform p {

	padding: 2px 0px;

	margin: 0px;

}

#commentform label{

	color: #787878;

	font-size: 87%;

}

#commentform input{

	width: 200px;

	background:#F9F9F9;

	border: 1px dotted #8D8D8D;

	padding: 3px;

	margin-top: 3px;

}

#commentform textarea{

	width: 506px;

/** height: 115px; **/

	background:#F9F9F9;

	border: 1px solid #8D8D8D;

	padding: 2px;

}

#commentform textarea:focus, #commentform input[type="text"]:focus {

	background: #ffffff;

}

#commentform #submit{

	background: url(images/btn-bg.gif) no-repeat;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	border: none;

	float:left;

	width: 144px;

	height: 28px;

	cursor: pointer;

}



/** Quicktags **/

#quicktags {

	margin-top: 4px;

	margin-bottom: 0px;

}



#quicktags input {

	background: #f9f9f9 url(images/button-bg.png) repeat-x;

	border: 1px solid #aaaaaa;

	font-size: .9em;

	color: #666;

	font-family: Arial, Helvetica, sans-serif;

	width: auto;

	margin: 1px 2px 0px 0px;

	padding: 0px 1px 0px 1px;

}



#quicktags input:hover {

	border: 1px solid #4E79A2;

}





/*######################################################################################################

  ###### Sidebar #######################################################################################

  ####################################################################################################*/



#sidebar {

	float: right;

	padding: 0px 10px 20px 10px;

	width: 220px;

	color: #666666;

	overflow: hidden;

}

/*sidebar title (h2) */

#sidebar h2 {

	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;

	color: #4E79A2;

	margin: 20px 0px 2px;

	border-bottom: 1px solid #8D8D8D;

}

/*sidebar text styles */

#sidebar a, #sidebar a:visited{

	color: #495233;

	text-decoration: none;

}

#sidebar a:hover{

	color: #135193;

	text-decoration: none;

}

/*sidebar list level1 */

#sidebar ul {

	margin: 0;

	padding: 0;

}

#sidebar ul li {

	list-style: none;

	margin: 0;

	padding: 0;

	border: none;

}

/*sidebar list level2 */

#sidebar ul li ul {

	padding: 0;

	margin: 0;

}

#sidebar ul li ul li{

	padding: 2px 0 2px 0px;

	border-bottom: 1px solid #DDD;

}

/*sidebar list level3 */

#sidebar ul li ul li ul li{

	padding: 1px 0 1px 10px;

	border: none;

}

/*blogroll */

ul.list-blogroll li, li.widget_links li {

	background: url(images/mini-blogroll.gif) no-repeat left center !important;

	padding-left: 20px !important;

}

/*category widget */

ul.list-cat li, li.widget_categories li {

	background: url(images/mini-category.gif) no-repeat left center !important;

	padding-left: 20px !important;

}

/*archives widget */

ul.list-archives li, li.widget_archives li {

	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;

	padding-left: 20px !important;

}

/*pages widget */

ul.list-page li, li.widget_pages li, li.widget_recent_entries li {

	background: url(images/mini-page.gif) no-repeat 0px 3px !important;

	padding-left: 20px !important;

}



/*sub-pages 

ul.list-page li ul li, li.widget_pages li ul li {

	background: url(images/mini-page-arrow.gif) no-repeat !important;

	padding-left: 10px !important;

}*/



/*recent comments widget */

ul.recent-comments li, li.widget_recent_comments li {

	background: url(images/mini-recent-comments.gif) no-repeat 0px 4px !important;

	padding-left: 20px !important;

	list-style: none;

	color: #5A6695;

}



/********* calendar ********/

li.calendar table, li.widget_calendar table {

    width: 100%;

	font-size: 95%;

}

li.calendar table td, li.widget_calendar table td {

	width: auto;

	text-align: center;

	border: 1px solid #CCC;

}

li.calendar table td a, li.widget_calendar table td a {

    display:block;

	background: #CCC;

}

li.calendar table td a:hover, li.widget_calendar table td a:hover {

    display:block;

	background: #F6F6F6;

}

li.calendar table td#today, li.calendar table td#today a:hover, li.widget_calendar table td#today, li.widget_calendar table td#today a:hover {

    background: #F6F6F6;

    color: #135193;

}

li.calendar table td#today a, li.widget_calendar table td#today a {

    background: #4E79A2;

	color: #F6F6F6;

} 



/*** links ***/

ul.list-meta li, li.widget_meta li {

	background: url(images/link.gif) no-repeat left center !important;

	padding-left: 20px !important;

}

/*** feeds ***/

ul.list-feeds li a {

    display: block;

	background: url(images/icon-feed-orange.gif) no-repeat left center !important;

	padding-left: 20px !important;

}

ul.list-feeds li a:hover {

	background: url(images/icon-feed-blue.gif) no-repeat left center !important;

	padding-left: 20px !important;

} 

/*text widget */

.textwidget {

	padding-top: 0px;

}













/*######################################################################################################

  ###### theme ########################################################################################

  ####################################################################################################*/



#warp {

	background-image: url(images/body_bg.gif);

	background-repeat: repeat-y;

	background-position: left top;

	width: 970px;

	margin-right: auto;

	margin-left: auto;

	padding-top: 33px;

	padding-bottom: 33px;

	min-height:800px;

	_height:800px;

}

#header {

	width: 860px;

	margin-right: auto;

	margin-left: auto;

}

#logo {

	height: 75px;

	width: 860px;

	margin-bottom:3px;

	position:relative;

}

#menu {

	height:25px;

	width:860px;

	position:relative;

}

#nav {

	margin: 0px;

	padding: 0px;

}

#nav li {

	padding: 0px;

	float: left;

	margin-top: 0px;

	margin-right: 2px;

	margin-bottom: 0px;

	margin-left: 0px;

	list-style-type: none;

}

#nav li a{
	font-family:'HelveticaNeueLTStd45Light';
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	height:19px;
	padding:0 15px;
	background-color:#FF0000;
	text-align: center;
	padding-top:6px;
}

#nav li a:hover{
	background-color:#373737;
}

#nav li.current_page_item a{
	background-color:#373737;
}

#searchBox {

	height: 21px;

	width: 160px;

	float:right;

}

#searchForm{

	padding:0px;

	margin:0px;

}

input.search, input.signup{

	background-image: url(images/search_box.gif);

	background-position: left top;

	height: 21px;

	width: 107px;

	background-repeat: no-repeat;

	padding:0px;

	margin:0px;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.panel {

	margin-top: 6px;

	height:12px;

}

.arrow_left {

	display: block;

	float: left;

	height: 12px;

	width: 15px;

	text-align:right;

}

.arrow_right {

	float: right;

	height: 12px;

	width: 14px;

	text-align:left;

}

.wdp {

	width: 860px;

	margin-top: 14px;

	margin-bottom: 13px;

	text-align: right;

}

.banner {

	height: 240px;  

	width: 854px;

	padding-top: 1px;

	padding-right: 3px;

	padding-bottom: 6px;

	padding-left: 3px;

	background-image: url(images/banner_bg.gif);

	background-repeat: no-repeat;

	background-position: left bottom;

}

.home {

	background-image: url(images/home.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .home, a.home:hover {

	background-image: url(images/home.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

.design {

	background-image: url(images/design.gif);

	display: block;

	height: 25px;

	width: 105px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .design, a.design:hover {

	background-image: url(images/design.gif);

	display: block;

	height: 25px;

	width: 105px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

.recording {

	background-image: url(images/recording.gif);

	display: block;

	height: 25px;

	width: 135px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .recording, a.recording:hover {

	background-image: url(images/recording.gif);

	display: block;

	height: 25px;

	width: 135px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

.marketing {

	background-image: url(images/marketing.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .marketing, a.marketing:hover {

	background-image: url(images/marketing.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

.store {

	background-image: url(images/store.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .store, a.store:hover {

	background-image: url(images/store.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

.contact {

	background-image: url(images/contact.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .contact, a.contact:hover {

	background-image: url(images/contact.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

#content {

	width: 860px;

	min-height:600px;

	margin-right: auto;

	margin-left: auto;

}

#footer {
	clear:both;

	margin-bottom:1em;

	width: 860px;

	margin-right: auto;

	margin-left: auto;

	text-align: center;

}

.print {

	position:absolute;

	top:-33px;

	right:-98px;

}

.blog {

	background-image: url(images/blog.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .blog, a.blog:hover {

	background-image: url(images/blog.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

.pricing {

	background-image: url(images/pricing.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left top;

}

.current .pricing, a.pricing:hover {

	background-image: url(images/pricing.gif);

	display: block;

	height: 25px;

	width: 71px;

	background-repeat: no-repeat;

	background-position: left -25px;

}

#content {

	margin-top: 14px;

	margin-bottom: 14px;

	font-size:12px;

}

#main_content {

	float: left;

	width: 697px;

}

#main_page_content {

	float: left;

	width: 860px;

}

#plist, #pinfo{

	float: left;

	width: 663px;

}

#content p {

	font-size:12px;

	line-height:16px;

	padding:0px; 

	margin:0px;

	margin-bottom:5px;

}

#sidebar {

	float: left;

	width: 112px;

	text-align:center;

	margin-left:45px;

	padding-left:3px;

	padding-right:3px;

}

#psidebar {

	float: left;

	width: 170px;

	margin-left:19px;

	padding-left:4px;

	padding-right:4px;

	text-align:left;

}

.postImage {

	margin-bottom: 10px;

}

.postImage2 {

	padding-bottom: 10px;

	padding-top:10px;

}

.post {

	margin-bottom: 25px;

}

#main_page_content .post {
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#main_content .post h2, #main_page_content .post h2 {

	padding:0px;

	margin:0px;

	margin-bottom:5px;

}

#main_content .post a, #main_page_content .post a {

	text-decoration:none;

	color:#000000;

}

#sidebar .box {

	margin-bottom: 5px;

}

.network {

	padding: 0px;

	margin-top: 20px;

	margin-bottom: 40px;

}

.blink, .bclient, .bcategory, .bpost, .barchive {

	margin: 0px;

	padding: 0px;

}

.blink img {

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 15px;

	margin-left: 0px;

}

.bclient img, .bcategory img, .bpost img, .barchive img {

	padding: 0px;

	margin-top: 30px;

	margin-right: 0px;

	margin-bottom: 15px;

	margin-left: 0px;

}

.blink li, .bclient li {

	list-style-type: none;

	color:#FF0000;

}

#sidebar .box .blink ul li a, #sidebar .box .bclient ul li a, #sidebar .box .bcategory ul li a, #sidebar .box .bpost ul li a, #sidebar .box .barchive ul li a{

	color:#FF0000;

}

#content h3 {

	font-size: 12px;

	font-weight: bold;

	margin: 0px;

	padding: 0px;

}

.c1 {

	width: 240px;

	float:left;

	margin-bottom:20px;

}

.c2 {

	width: 370px;

	float:left;

}

.c3 {

	width: 320px;

	float:left;

}

.c4 {

	width: 350px;

	clear:both;

}

.s1 {

	width: 280px;

	float:left;

}

.s2 {

	width: 150px;

	float:left;

}
.s3 {

	width: 430px;

	float:left;

}

#plist .productdisplay {

	float: left;

	height: 265px;

	width: 207px;

	padding: 0px;

	margin-top: 0px;

	margin-right: 14px;

	margin-bottom: 10px;

	margin-left: 0px;

}

#plist .product_image {

	background-image: url(images/shirtborder.gif);

	background-repeat: no-repeat;

	background-position: left top;

	height: 185px;

	width: 185px;

	padding-top: 12px;

	padding-right: 11px;

	padding-bottom: 11px;

	padding-left: 11px;

}

.product_title {

	padding-left:11px;

	padding-right:11px;

	padding-top:7px;

}

#psidebar h3 {

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	background-image: url(images/stbg.gif);

	background-repeat: no-repeat;

	background-position: left top;

	margin: 0px;

	padding-top: 2px;

	padding-right: 0px;

	padding-bottom: 10px;

	padding-left: 0px;

}

#psidebar ul {

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 20px;

	margin-left: 0px;

}

#psidebar ul li {

	margin: 0px;

	padding: 0px;

	margin-left:15px;

	list-style-type: none;

}

#psidebar ul li a{

	text-decoration: none;

	color:#000000;

}

.product_title a {

	font-size: 14px;

	font-weight: bold;

	color: #000000;

	text-decoration: none;

}

.product_price {

	padding-left:11px;

	padding-right:11px;

	font-size: 14px;

	font-weight: bold;

	color: #000000;

}

.information {

/*	float: left;

	width: 177px;
*/
}

.pgallery {

/*	float: left;
*/
	width: 377px;
	margin-top:10px;

}

.pgallery img {

/*	border: 1px solid #a9a9a9;
*/	 border:none;

}
.pgallery a:hover img {

/*	border: 1px solid #a9a9a9;
*/	 border:none;

}

.sImage {

	margin-top: 12px;

	margin-bottom: 12px;

}

.sImage img {

	border: 1px solid #a9a9a9;

	margin-right: 13px;

}

#content .information h3 {

	font-size: 14px;

	font-weight: bold;

	margin: 0px;

	padding: 0px;

}

.description {

	font-size: 12px;

	margin-top: 10px;

}

.author a {

	color:#000000;

	text-decoration:none;

}


#clientControl{
	color:#FF0000;
	cursor:pointer;
	font-weight:bold;
}

.clientList{
	display:none;
}

#prev, #next {
	cursor:pointer;
}

.clear{
	clear:both;
	height:10px;
}


#main_content .post-content a{
	color:#FF0000;
}

#main_content .entry-content a{
	color:#FF0000;
}

#main_page_content .entry-content a{
	color:#FF0000;
}


#home_main_page_content .blog_title,#home_sidebar .news_title,#home_services .services_title{ line-height:35px; background:#373737; color:#fff;  margin-top:0; padding-left:10px; margin-bottom:10px}
#home_main_page_content{ width:638px; _width:628px; float:left;  margin-left:5px ;   font-family:Arial, Helvetica, sans-serif;}
#home_sidebar{ width:205px; float:right;  margin-right:5px ;  font-family:Arial, Helvetica, sans-serif;}
#home_main_page_content .post,#home_sidebar .sidebar_content{ background:#EDEDED; padding:10px; overflow:hidden;}
#home_main_page_content .post{ padding:10px 15px;  }
#home_sidebar .sidebar_content ul{ padding-left:0;margin-top:0;}
#home_sidebar .sidebar_content p{ color:#4F4F4F; padding-top:15px;*margin-left:-40px; }
#home_sidebar .sidebar_content p a,#home_sidebar .sidebar_content p span{ color:#EC3F3F;}
#home_sidebar .fallowus{ width:90px;   height:35px; background:url(images/fallowustext.jpg) no-repeat; padding-left:93px;}
#home_sidebar .fallowus a{ width:30px; height:30px; display:block;float:left;}
/*#home_services .box{ width:215px;height:150px; float:left;  }
#home_services .servicebox{ width:195px; height:145px;border: #EDEDED solid 4px;   text-align:left;}*/
#home_services .box{ width:195px; height:145px; float:left; border: #EDEDED solid 4px; margin-left:16px; *margin-left:10px;_margin-left:8px;}
#home_main_page_content h2,#home_main_page_content .postTime{ font-weight:bold; font-size:12px;color:#373737; margin:5px 0 10px 0;}
#home_main_page_content h2 a{ text-decoration:none; color:#373737;}
#home_main_page_content h2{ margin :0;}
#main_content .entry-content,#main_content .post h2{ width:500px; }

#main_content .post .read_more{  background:#FF0000; color:#fff;padding:5px 10px;   }
#main_content .post .read_more:hover{ background:#373737;}

.servicebox{cursor:pointer; width:195px; height:145px;  }
.servicebox img{ position:absolute; z-index:1; }
.servicebox p.text{ position:absolute; z-index:1000; width:185px; height:135px;background:#373737;opacity:0.9; color:#FFFFFF;filter:alpha(opacity=90); line-height:10px; display:block; margin-top:0;  }
.servicebox p.text a,.servicebox a{ color:#FFFFFF; text-decoration:none;}

ul.subpagepic{ margin-left:-40px; margin-top:0;margin-bottom: 0;}
ul.subpagepic li{ width:230px; height:155px;  margin:5px 2px;float:left; background:url(images/imgbg.jpg) no-repeat; list-style:none;}
ul.subpagepic li img{ margin:9px 0 0 9px;}

.sidebar{width:150px; float:right;}
.sidebar ul{ padding-left:20px; margin-top:0;}
.sidebar li{ list-style:none; line-height:20px; border-bottom:#ededed solid 2px;}
.sidebar li a{ text-decoration:none; color:#000; text-transform:uppercase;}
.sidebar li.current_page_item a ,.sidebar li.current_page_parent a,.sidebar li a:hover{ color:#ff2222;}
