/* 
Author: parsonlineshopping.com
URL: http://www.parsonlineshopping.com
Free online business available: http://www.freesmallhomebusiness.com
*/
body {
	background:#0B0B20;
	font-family: 85%/2em "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

a:link {color: #A9A9F5;}         /* a unvisited link */
a:visited {color: purple;}    /* a visited link */
a:hover {color: red;}         /* a link with the mouse hovering over it */
a:active {color: green;}      /* the selected link */

/* Header & Horizontal Nav. BackGround color */
#bg_color {
	background:White;
}


/* Header */
    #header_n {
	width: 100%;
	height: 73px;
	background: url(bannerparsh.jpg);
}
#header-left_n {
	float:left;
}
#header-right_n {
	float:right;
}

#name {
margin: 0px 375px 0 180px;
border: 0px solid #000;
font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
font-weight: 3pt;
line-height: 1em;
padding: 1px;
}


/*Start Navigation (glossymenu) Menu*/

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 auto 0 auto;
	background: url(menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/*End Navigation (glossymenu) Menu*/


/* Navigation bar */
#nav-left{
	background: #2a588c url(nav-right.gif);
	background-position:right;
	background-repeat:no-repeat;	
	margin: 0 auto;
	padding:0;		
}
#nav-right{
	background: url(nav-left.gif);
	background-repeat:no-repeat;	
	margin: 0;
	padding:0;			
}
#nav{
	margin-left: 7px;
	margin-right: 7px;
	height:44px;
	padding: 4px 0 0 0;
	font-size: 10pt;
	background: #2a588c url(nav-bg.gif);
}
#nav a{
	display:block;
	float:left;
	margin:5px 5px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px 2px 0 2px;
	text-align:center;	
}
#nav a:hover{
	text-decoration:underline;
}


/* Start email div */

ul#email li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}

ul#email {
font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
font-size: 1em;
clear:both;
margin: 0;
padding: 0;
}

ul#email li a {
border-color: #000;
border-width: 1px 1px 1px 1px;
border-style: solid;
padding: 2px;
}
/* End email div */

/* main */
#wrapper {
    padding: 5px 5px 5px 5px;
	margin: 0;
	border: 0px solid red;
}

#left_n {
	float :left;
	margin:0px;
	width: 131px;
	border: 0px solid black;
	text-align:left;
}

#right_n {
	float: right;
	margin: 0px;
	width: 186px;
	border: 0px solid green;	
    text-align:left;
}


#middle {
	margin-left: 135px;
	margin-right: 190px;
    padding: 0px 3px;
    text-align:center;
    background-color: #FFFFFF;
}

#money468 {
width: 468px;
height: 60px;
margin: 0;
padding:0;
}

.clearfix:after{ /*Clear floats hack: 
http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

.left {
margin: 0px 0px px 0px;
float: left;
}

.right {
margin: 0px 0px 0px 00px;
float: right;
}

.textright {
text-align: right;
margin: 0;
padding: 0;
}

.textleft {
text-align: left;
}

.center {
text-align: center;
}

.small {
font-size: 1em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}



/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html #left {
  margin-right: 7px;
  }
* html #right {
  margin-left: 7px;
  } 
* html #middle {
  height: 1%;
  margin-left: 0;
  } 
/* End hide from IE5/mac */



/* footer */
#footer-left{
	background: #2a588c url(footer-right.gif);
	background-position:right;
	background-repeat:no-repeat;	
	margin: 0 auto;
	padding:0;		
}
#footer-right{
	background: url(footer-left.gif);
	background-repeat:no-repeat;	
	margin: 0;
	padding:0;			
}
#footer{
	margin-left: 10px;
	margin-right: 10px;
	height:58px;
	background: #434343 url(footer-bg.gif);	
	text-align:center;
	margin-top:5px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;	
}

#footer a {
  color: #FFFFFF;
  text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/* Start MouseOver CSS - FOR Picture Enlargement (thumbnail) */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* End MouseOver CSS - FOR Picture Enlargement(thumbnail) */


/* General */
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

