/********************************************
   	AUTHOR:		WeddingPhotography.lk 
   	WEBSITE:	http://www.weddingPhotography.lk
   	VERSION:	1.0     
	DATE:		October-29-2008     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	color: #999;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #141414;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-image: url(../images/wp_main_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #960;
	border-bottom-style: none;
}
a:hover {
	color: #630;
	border-bottom-style: none;
}

/* heading */
h1, h2, h3 { }
h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 170%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
	font-family: "Century Gothic", "Trebuchet MS";
	font-weight: normal;
	font-style: normal;
}
.inq {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.mhome {
	color:#960;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
			}
h2 {
	font-size: 140%;
	font-weight: bold;
	font-family: "Century Gothic", "Trebuchet MS";
}
h3 {
	font-size: 140%;
	font-family: "Century Gothic", "Trebuchet MS";
}
p, dl {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul, ol {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
blockquote {
	border: 2px solid #767676;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.4em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 45px;
	margin-bottom: 12px;
	background-color: #141414;
	text-align: left;
}

/* images */
img {
	border: 1px solid #474747;
}
img.no-border {
	border: none;
}
img.float-right {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
}
img.float-left {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
a img {
	border: 1px solid #474747;
	text-decoration: none;
}
a:hover img {
	border: 1px solid #960!important;
}

/* start - table */
table {
	border-collapse: collapse;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
th {
	text-align: left;
	border: 1px solid #090909;
	border-bottom-width: 2px;
}
tr {
	padding: 0px;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 6px;
}
.h {
	visibility: hidden;
	text-align: center;
}
/* end - table */

/* form elements */
form {
	background-color: transparent;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
form p {
	border-bottom: 1px solid #101010;
	padding: 5px 0 5px 0;	margin: 0;	
}
label {
	font-weight:bold;
}
input, select, textarea {
	color: #960;
	border: 1px solid #767676;
	background-color: #141414;
	display: inline;
	padding: 1px;
	display:inline;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	margin: 2px;
}
option {
	padding-left: 2px;
	background-color: #141414;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
} 
input.button {
	color: #FFCC66;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #330000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	cursor: pointer;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #141414;
	border-left-color: #141414;
}
#content-wrap {
	clear: both;
	width: 980px;
	float: left;
	padding-bottom: 0px;
	background-color: #1C1F24;
	background-image: url(../images/wp_main_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* header */
#header {
	position: relative;
	height: 82px;
	padding: 0;
	width: 980px;
	background-color: #1C1F24;
	background-image: url(../images/wp_main_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header a img{
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 12px;
	background-color: transparent;
	left: 10px;
	float: left;
}
#header #bookmark {
	position: absolute;
	margin: 0;
	/* change the values of top and left to adjust the position of the bookmark*/
	top: 18px;
	float: left;
	left: 464px;
	background-image: url(../common/images/house.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#header #url {
	position: absolute;
	margin: 0;
	text-transform: none;
	/* change the values of top and left to adjust the position of the url*/
	top: 58px;
	font-size: 15px;
	float: left;
	left: 10px;
	font-weight: normal;
	padding: 0;
	font-family: "Century Gothic", "Trebuchet MS";
	letter-spacing: 7pt;
}
#header #header-banner {
	position: absolute;
	margin: 0px;
	/* change the values of top and right to adjust the position of the header-banner*/
	top: 14px;
	float: right;
	right: 10px;
	padding: 0px;
	background-color: transparent;
	width: 312px;
	height: 28px;
}
#header ul {
	position: absolute;
	right: 10px;
	top: 54px;
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header li {
	display: inline;
}
#header li a {
	color: #960;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #242424;
	text-decoration: none;
	float: right;
	font-weight: normal;
}
#header li a:hover {
	color: #630;
	border-bottom-style: none;
}
#header #currentpage a  {
	color: #960;
	text-decoration: none;
}

/* user */
#user {
	width: 960px;
	height: 44px;
	clear: both;
	background-color: #1C1F24;
	background-image: url(../images/wp_main_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
}
#user #user-left {
	float: left;
	padding: 0px;
	width: 440px;
	background-color: transparent;
	position: absolute;
	margin: 0px;
	left: 10px;
	top: 16px;
}
#user #user-right {
	float: right;
	width: 480px;
	background-color: transparent;
	position: absolute;
	right: 10px;
	top: 12px;
	margin: 0px;
	padding: 0px;
}
#user table {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#user td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 13px;
}
#user form {
	padding: 0px;
	text-align: left;
	margin: 0px;
}
#user input, select, textarea {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color: #fff;
	padding: 2px;
	border: 1px solid #767676;
	background-color: #141414;
	margin: 2px;
}
#user option {
	background-color: #141414;
	padding-right: 10px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#user .button {
	margin: 0px;
	cursor: pointer;
	border: 1px none #767676;
	background-color: #330000;
	color: #FFCC66;
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#user .vr {
	color: #242424;
	font-size: 15px;
	padding-right: 2px;
}

/* main column */
#main {
	float: left;
	width: 656px;
	margin-left: 10px;
	margin-top: 12px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
}
#main h1{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 160%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
}
#main h1.a{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 140%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
	font-weight: normal;
	text-align: left;
	background-image: url(../images/traffic_rank.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
#main h1.wp{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 140%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
	font-weight: normal;
	text-align: left;
}
#main h1.wv{
	font-size: 140%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: none;
	border-bottom-color: #242424;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}
#main h1.ww{
	font-size: 110%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: none;
	border-bottom-color: #242424;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}
#main h1.tips{
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 140%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
	font-weight: normal;
	text-align: left;
}
#main h2{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 140%;
}
#main h3{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 110%;
	margin-top: 6px;
}
#main ol, #main ul {

}
#main ul li {
	font-size: 13px;
	list-style-image: url(../images/bullet.gif);
}
#main blockquote {
	font-size: 13px;
	font-style: normal;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
}
#main p {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .links{
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
}
#main .skype{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #6cf;
}
#main .note {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 5px;
}
#main .pg_vg {
	font-size: 12px;
	padding: 0px;
}
#main .quote {
	font-size: 12px;
	padding: 0px;
	color: #666666;
}
#main table {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
#main tr {
	padding: 0;
}
#main td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 5px;
}
#main form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	text-align: left;
}
#main input, select, textarea {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color: #fff;
	border: 1px solid #767676;
	background-color: #141414;
	display: inline;
	padding: 2px;
	margin: 2px;
}
#main .slt {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color: #fff;
	border: 1px solid #767676;
	background-color: #141414;
	display: inline;
	margin: 2px;
	padding: 2px;
}
#main input.slt {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color: #fff;
	border: 1px solid #767676;
	background-color: #141414;
	display: inline;
	margin: 2px;
	padding: 2px;
}

#main input.chk {
	padding: 2px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main input.button {
	color: #fc6;
	background-color: #330000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	font-weight: bold;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #141414;
	border-bottom-color: #141414;
}
#main .comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ccc;
}
#main .homeb {
	margin-bottom: 12px;
	background-color: #5c5a5b;
	height: 270px;
}
#main .vdo {
	margin-top: 0px;
	margin-bottom: 12px;
	background-color: #090909;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border: 1px solid #242424;
}
#main .imap{
	float: right;
	text-align: right;
	margin-top: 6px;
}
#main .photob {
	margin-bottom: 12px;
	background-color: #5c5a5b;
	height: 270px;
}
#main .regb {
	margin-bottom: 12px;
	background-color: #fff;
}
#main .reg {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-position: center;
	text-align: center;
}
#main .reg a {
	color: #fc6;
	text-decoration: none;
	width: 160px;
	background-color: #300;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
}
#main .reg a:hover {
	text-decoration: none;
}
#main .hr {
	border-bottom-style: dotted;
	border-bottom-color: #630;
	border-bottom-width: 1px;
}
#main .container {
	text-align: left;
	margin-bottom: 12px;
	padding: 0px;
	margin-top: 12px;
}
#main .userbox {
	margin-top: 13px;
	border-bottom-width: 1px;
	border-bottom-color: #242424;
	border-bottom-style: none;
}
#main ul.usermenu {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#main ul.usermenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
}
#main ul.usermenu a {
	color: #960;
	text-decoration: none;
	display: block;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}
#main ul.usermenu a:hover {
	color: #630;		
}
#main #currentpage a {
	color: #630;		
}
#main ul.usermenu a.pprofile{
	background-image: url(../images/pprofile.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#main ul.usermenu a.bprofile{
	background-image: url(../images/bprofile.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#main ul.usermenu a.wphotos{
	background-image: url(../images/wphotos.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#main ul.usermenu a.wvideos{
	background-image: url(../images/wvideos.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#main ul.usermenu a.pword{
	background-image: url(../images/pword.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#main .wp_468x60 {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 94px;
	padding-bottom: 6px;
	padding-left: 94px;
	width: 468px;
	background-color: transparent;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #242424;
	border-right-color: #242424;
	border-bottom-color: #242424;
	border-left-color: #242424;
}


/* side column */
* html body #side {
	height: 1%;
}	
#side {
	width: 292px;
	margin-top: 12px;
	padding: 0px;
	float: right;
	margin-right: 10px;
	display: inline;
}
#side img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side a img {
	border: 1px none #474747;
	text-decoration: none;
}
#side a:hover img {
	border: 1px none #960!important;
}
#side table {
	border-collapse: collapse;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#side td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#side h2 {
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 120%;
}
#side h3 {
	font-size: 140%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
	padding-bottom: 1px;
	font-family: "Century Gothic", "Trebuchet MS";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 6px;
}
#side p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#side .vdo {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #000;
	margin-right: 0px;
	margin-left: 0px;
}
#side .photolinksbox {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #141414;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-style: italic;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #242424;
	border-bottom-color: #242424;
	border-left-color: #242424;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#side .wp_160x600 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 66px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #242424;
	border-right-color: #242424;
	border-bottom-color: #242424;
	border-left-color: #242424;
}
#side .alexa {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: transparent;
}
#side .hitcounter {
	color: #960;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic", "Trebuchet MS";
	font-style: normal;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #242424;
	border-left-color: #242424;
	background-color: #141414;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
	border-top-style: none;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
#side .visitors {
	font-family: "Century Gothic", "Trebuchet MS";
	font-style: normal;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #242424;
	border-left-color: #242424;
	background-color: #141414;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #242424;
	border-bottom-style: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* footer */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #630;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #141414;
	background-image: url(../images/wp_main_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 960px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer-content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-content a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-content a:hover img {
	border: 1px none #960!important;
}
#footer-content .col {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 300px;
}
#footer p {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a:hover {
	text-decoration: none;
	background-color: #000;
	color: #999;
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
}
#footer li {
	display: inline;
}
#footer li a {
	display: inline;
	color: #fff;
	padding-right: 7px;
	padding-left: 8px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #242424;
	float: left;
	font-size: 13px;
	font-weight: normal;
}
#footer li a:hover {
	background-color: #000;
	color: #999;
}
#footer #currentpage a  {
	color: #999;
	background-color: #000;
}
#footer .sitemap {
	padding-left: 20px;
	background-image: url(../common/images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#footer  .feed {
	padding-left: 20px;
	background-image: url(../common/images/feed.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#footer .vr {
	color: #242424;
	font-size: 15px;
	padding-right: 2px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-center  { text-align: center; }
.align-right { text-align: right;
}
.align-blockquote {
	text-align: right;
	margin-right: 16px;
}

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear { display: block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
}
.hidden {
	visibility: hidden;
}
#loading {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
#divImageInfo {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#ok {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 36px;
	background-color: #242424;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	color: #fff;
}
#no {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 36px;
	background-color: #242424;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
