/*
Theme Name: DrivePwr
Theme URI: http://wordpress.org/
Version: 1.0
Author: Mw7
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-family: Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}


.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}


#header {
	margin: 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0;
	width: 450px;
	}

.post {
	float: left;
	width: 100%;
	padding: 0px 0px 23px 0px;
	background: url("images/post-bg.gif") no-repeat left bottom;
	}
.post.no-bg {
	background: none;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #99cc33;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 16px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px 0px 25px 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #d5eca8; 
	}
	
#sidebar ul ul li A, #sidebar ul ol li A {
	display: block;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0px 0px 0px 10px;
	background: url("images/sidebar-link.gif") no-repeat left 5px;
	//background: url("images/sidebar-link.gif") no-repeat left 7px;
	}	

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align: left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 0px 5px;
	width: 307px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 30px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    background: url("images/body-bg.jpg") repeat left top;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {position:absolute; top:0; left:0; width:100%; height:100%;}

/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 873px;
    position: relative;
    z-index: 100;
}

.body-bg {
    float: left;
    width: 100%;
    background: url("images/container-bg.jpg") no-repeat center top;
}

.container {
    float: left;
    width: 100%;
    /*background: #ffffff;*/
}

/*  Header  */
#header {
    float: left;
    width: 100%;
    border-bottom: 8px solid #97ca45;
}

.logo {
    float: left;
    width: 360px;
    height: 97px;
    line-height: 0;
    font-size: 0;
    margin-top: 28px;
    /*background: url("images/logo.png") no-repeat left top;*/
}
.logo A {
    float: left;
    width: 360px;
    height: 97px;
    background: url("images/logo.png") no-repeat left top;
}

.search-block {
    float: right;
    width: 299px;
    height: 42px;
    background: url("images/search-bg.png") no-repeat left top;
}

.search-block FORM {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-block FORM LABEL {
	float: left;
    font-family: "Helvetica";
    font-size: 16px;
    color: #666869;
    font-weight: bold;
    margin: 0;
    padding: 7px 7px 0px 28px;
}

.search-block FORM INPUT {
	float: left;
	width: 140px;
	height: 15px;
    font-size: 12px;
    color: #acb69c;
    margin: 6px 0px 0px 0px;
    padding: 2px 0px 3px 5px;
    border: 1px solid #add586;
}
.search-block FORM INPUT.i-submit {
	float: left;
	width: 27px;
	height: 22px;
    margin: 6px 0px 0px 0px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: url("images/search-button.gif") no-repeat left top;
}

.main-menu {
    float: left;
    width: 510px;
    padding-top: 41px;
}

.main-menu UL {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    /*background: url("images/menu-right.png") no-repeat right top;*/
}

.main-menu UL LI {
    float: left;
    margin: 0px -15px 0px -15px;
    padding: 0px 0px 0px 0px;
	 	height: 42px;
}

.main-menu UL LI.first {
    float: left;
    margin: 0px -10px 0px -5px;
    padding: 0px 0px 0px 0px;
	 	height: 42px;
}

.main-menu UL LI A {
	float: left;
    font-size: 19px;
    color: #666869;
    font-weight: bold;
	 text-decoration: none;
	 display: block;
	 line-height: 34px; 
    height: 42px;
	 padding-left: 16px; 
 	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px;
	 color: #666869;
}


.main-menu UL LI A:hover {
	float: left;
    font-size: 19px;
    color: #666869;
    font-weight: bold;
	 text-decoration: none;
	 display: block;
	  padding-left: 16px; 
	 line-height: 34px; 
    height: 42px;
 	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px;
	  color: White;
}

.main-menu UL LI span{
display: block;
padding: 12px 31px 4px 2px;
}

/*****************************************/

a.boldbuttons { background: transparent url('images/about.png') no-repeat top left;	background-position: -400px 0; }
a:hover.boldbuttons, a.boldbuttons_selected {	background: transparent url('images/about.png') no-repeat top left; }

a.boldbuttons2{ background: transparent url('images/contact.png') no-repeat top left; background-position: -400px 0; }
a:hover.boldbuttons2, a.boldbuttons2_selected{ background: transparent url('images/contact.png') no-repeat top left; }

a.boldbuttons3{ background: transparent url('images/archives.png') no-repeat top left;  background-position: -400px 0; }
a:hover.boldbuttons3, a.boldbuttons3_selected{ background: transparent url('images/archives.png') no-repeat top left; }

a.boldbuttons4 {background: transparent url('images/advertises.png') no-repeat top left; background-position: -400px 0; }
a:hover.boldbuttons4, a.boldbuttons4_selected{background: transparent url('images/advertises.png') no-repeat top left;}

a.boldbuttons_selected span, a.boldbuttons2_selected span,a.boldbuttons3_selected span,a.boldbuttons4_selected span
{
color:white;
}
/******************************************/
.main-menu UL LI A.home {
	width: 70px;
	height: 42px;
    margin: 0px 0px 0px 10px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: url("images/home-hover.png") no-repeat left top;
}

.main-menu UL LI A.home:HOVER , .main-menu UL LI A.home_selected {
	width: 70px;
	height: 42px;
     margin: 0px 0px 0px 10px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: url("images/home.png") no-repeat left top;
}

/*  Content  */
#content {
    float: left;
    width: 100%;
    background: url("images/content-bg.png") repeat-y left top;
}

.top-bg {
    float: left;
    width: 857px;
    display: inline;
    margin: 0px 0px 0px 8px;
    background: url("images/top-bg.gif") repeat-x left top;
}


.left-col {
    float: left;
    width: 472px;
    margin: 0;
    padding: 0px 0px 20px 28px;
}

.left-col H2 {
    font-size: 21px;
    color: #626465;
    font-weight: bold;
    margin: 0;
    padding: 30px 0px 12px 0px;
}
.left-col H3 {
    font-size: 17px;
    color: #626465;
    font-weight: bold;
    margin: 0;
    padding: 30px 0px 12px 0px;
}
.left-col H3 A {
    font-size: 17px;
    color: #626465;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.left-col H2 A {
    font-size: 21px;
    color: #626465;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.left-col H2 A:HOVER {
    text-decoration: underline;
}

.left-col SPAN.s-tit {
	display: block;
    font-size: 16px;
    color: #999999;
    margin: 0;
    padding: 0px 0px 20px 0px;
}

.left-col SPAN.s-tit A {
    font-size: 16px;
    color: #669933;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.left-col SPAN.s-tit A:HOVER {
    text-decoration: none;
}

.left-col .post P {
    font-size: 12px;
    color: #666666;
    margin: 0;
    padding: 0px 0px 25px 0px;
    text-align: justify;
}
.left-col .post P.p-tags {
    font-size: 11px;
    color: #5d564a;
    margin: 0;
    padding: 0px 0px 15px 0px;
}

.stbuttontext {
margin-left:20px;
}

.left-col .post P A {
    font-size: 12px;
    color: #669933;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.left-col .post P A:HOVER {
    text-decoration: none;
}

.left-col .post P.postmeta {
    font-size: 16px;
    color: #999999;
    margin: 0;
    padding: 10px 0px 15px 68px;
    position: relative;
    margin-left: 0px;
    background: url("images/ico.gif") no-repeat left top;
    
}
.left-col .post .pl {
    float: left;
    width: 100%;
    position: relative;
    margin-left: -28px;
}

.left-col .post IMG {
    border: 4px solid #DAEBC0;
    margin-bottom: 10px;
}

.left-col .post P.postmeta A {
    font-size: 16px;
    color: #669933;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.left-col .post P.postmetadata {
    font-size: 12px;
    color: #999999;
    margin: 0;
    padding: 10px 0px 10px 0px;
}

#commentform  {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#commentform P {
	font-size: 12px;
    color: #666666;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
#commentform P A {
    font-size: 12px;
    color: #669933;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
#commentform P A:HOVER {
    text-decoration: none;
}

.rss-bg {
    float: left;
    width: 100%;
    line-height: 0;
    font-size: 0;
    padding-bottom: 15px;
    
}
.rss-bg A {
    float: left;
    width: 125px;
    height: 16px;
    line-height: 0;
    font-size: 0;
    /*background: url("images/share.gif") no-repeat left top;*/
}
.rss-bg IMG {
    border: none !important;
}

.div-title h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 16px;
	}


.right-col {
    float: right;
    width: 335px;
    margin: 0;
    padding: 28px 0px 20px 0px;
}


.advertise-block {
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 5px 5px 5px 5px;
    background: #daebc0;
    display: inline;
}

.best-block {
    float: left;
    width: 300px;
    padding: 5px 5px 5px 5px;
    background: #daebc0;
    line-height: 0;
    font-size: 0;
    display: inline;
    margin-left: 3px;
}


.best-block-data {
    float: left;
    width: 100%;
    padding: 0px 0px 5px 0px;
    background: #619517 url("images/best-data-bg.gif") repeat-x left top;
}

.best-frame {
    float: left;
    width: 286px;
    padding: 0;
    display: inline;
    margin-left: 7px;
    background: #ffffff url("images/best-top.gif") no-repeat left top;
}
.best-frame-b {
    float: left;
    width: 100%;
    height: 100px;
    padding: 0;
    background: url("images/best-bottom.gif") no-repeat left bottom;
}


.best-block-data A.a-grab {
    float: left;
    padding: 0;
    display: inline;
    margin: 5px 0px 0px 7px;
}
.best-block-data A.a-spons {
    float: right;
    padding: 12px 65px 16px 0px;
    display: inline;
    margin: 5px 7px 0px 0px;
    font-size: 10px;
    color: #ffffff;
    background: url("images/chevy.gif") no-repeat right top;
}

.right-frame-block {
    float: left;
    width: 319px;
    padding-bottom: 12px;
    position: relative;
    margin-left: -3px;
}


.right-frame {
    float: left;
    width: 100%;
    background: url("images/right-frame-bg.gif") repeat-x left top;
}
.right-frame-l {
    float: left;
    width: 308px;
    padding: 0px 5px 0px 6px;
    background: url("images/right-frame-l.gif") repeat-y left top;
}
.right-frame-t {
    float: left;
    width: 100%;
    height: 33px;
    background: url("images/right-frame-t.gif") no-repeat left top;
}
.right-frame-t.tt {
    background: url("images/right-frame-tt.gif") no-repeat left top;
}
.right-frame-b {
    float: left;
    width: 100%;
    height: 31px;
    background: url("images/right-frame-b.gif") no-repeat left top;
}

.right-frame H2 {
    margin: 0;
    padding: 0px 0px 10px 20px;
}

.right-frame P {
	font-size: 12px;
	color: #666666;
    margin: 0;
    padding: 0px 20px 5px 20px;
}

.right-frame FORM {
	float: left;
    margin: 0;
    padding: 0px 0px 10px 20px;
}

.right-frame FORM INPUT {
	float: left;
	width: 170px;
	height: 17px;
	font-size: 12px;
	color: #acb69c;
    margin: 0;
    padding: 3px 0px 2px 5px;
    border: 1px solid #add586;
}

.right-frame FORM INPUT.i-subscribe {
	float: left;
	width: 91px;
	height: 24px;
	font-size: 0px;
	line-height: 0;
	color: 666666;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background: url("images/subscribe-button.gif") no-repeat left top;
}

.right-frame P.p-rss {
	clear: left;
    padding: 9px 20px 8px 90px;
    //padding: 5px 20px 8px 90px;
    margin-left: 20px;
    background: url("images/subscribe-rss.gif") no-repeat left top;
}

.right-frame P.p-rss A {
	font-size: 12px;
	color: #669933;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}
.right-frame P.p-rss A:HOVER {
	text-decoration: none;
}

.right-frame A.a-gallery {
	float: right;
	display: inline;
	margin: 2px 35px 0px 0px;
}

.right-frame .p-gallery {
	float: left;
	width: 288px;
	padding: 0px 0px 10px 20px;
}

.right-frame .p-gallery A {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	border: 2px solid #99cc33;
}


.bottom-bg {
    float: left;
    width: 100%;
    height: 126px;
    position: relative;
    background: url("images/bottom-bg.png") no-repeat left top;
}

.bottom-frame {
    float: left;
    width: 738px;
    height: 100px;
    background: #d7e0c8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: relative;
	margin: 0px 0px 0px 65px;
	display: inline;
}
.bottom-link {
    float: left;
    width: 728px;
	position: absolute;
	top: 5px;
	left: 70px;
	line-height: 0;
	font-size: 0;
}


.left-col P.epl A {
	color: #669933;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.left-col P.epl A:HOVER {
	text-decoration: none;
}

.archive-block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.archive-block UL {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 10px;
	color: #669933;
}

.archive-block A {
	color: #669933;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.archive-block A:HOVER {
	text-decoration: none;
}


/*  Footer  */
#footer {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.footer-menu {
    float: left;
    width: 410px;
    padding-top: 10px;
}

.footer-menu UL {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu UL LI {
    float: left;
    margin: 0;
    padding: 0;
}

.footer-menu UL LI A {
	font-size: 12px;
	color: #bababa;
    margin: 0;
    padding: 0;
}

.footer-menu UL LI SPAN {
	font-size: 12px;
	color: #676767;
    margin: 0;
    padding: 0px 5px 0px 5px;
}

.footer-menu UL LI P {
	display: inline;
	font-size: 12px;
	color: #bababa;
    margin: 0;
    padding: 0px 0px 0px 0px;
    //line-height: 18px;
}

.footer-right {
    float: right;
    width: 300px;
    padding-top: 8px;
    text-align: right;
}

.footer-right P {
	font-size: 12px;
	color: #676767;
    margin: 0;
    padding: 5px 35px 5px 0px;
    background: url("images/design-logo.gif") no-repeat right center;
}

.footer-right A {
	font-size: 12px;
	color: #bababa;
    margin: 0;
    padding: 0;
    
}

.contactform FORM LABEL {
	display: block;
	color:#666666;
	font-size:12px;
	padding: 5px 0px 5px 0px;
}
.contactright {
	color:#666666;
	font-size:12px;
}

#contactsubmit {
	margin-top: 5px;
}

.sociallist {
	margin: 0px !important;
}

#quick_subscribe_messages {
	font-style: italic;
}

.ngg-galleryoverview {
	margin-top: 0px !important;
}

.slideshowlink {
	padding: 0px 0px 10px 0px !important;
	margin: 0 !important;
	
}
.slideshowlink A {
	color: #669933 !important;
	font-size: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: underline !important;
}
.slideshowlink A:HOVER {
	text-decoration: none !important;
}


#TB_caption {
	padding: 7px 5px 10px 5px !important;
}
#TB_caption A {
	clear: left;
}
#TB_closeWindow {
	padding: 10px 10px 10px 0 !important;
}