/* © xHtml Master 2007 */
/* 
	light blue: 9ACCFB
	yellow: FFFFCC
	orange: FFCC99
  
*/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	padding-top: 0px;
}

p, form, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

button {
	cursor:pointer;
	margin:0;
	padding:0;
	overflow:visible;
}
img {
	border:solid 0;
}

.left {
	float:left;
}
.right {
	float: right;
}

.center {
	float: left;
}

.clear {
	clear:both;
	height:1px;
	display:block;
}

#container {
	width:778px;
	margin:0 auto;
	text-align:left;
}

#header {
	position:relative;
	z-index:2;
	height:100px;
	background:url(/images/header_778x100.png) no-repeat;
}
#header h1 {
	position:absolute;
	width:128px;
	bottom:30px;
	left: 4px;
}
#header h1 a {
	display:block;
	background:url(/images/eVCards_128x68.png) no-repeat;
	width:130px;
	height:68px;
	text-decoration:none;
}
#header h1 span {
	font-size:1px;
	visibility:hidden;
}

#header div {
	padding-right:15px;
	padding-top:14px;
	text-align:right;	
}
#header div.div {
	padding-right:10px;
	padding-top:25px;
}
#header div button {
	margin-left:18px;
	background:none;
	border:solid 0;
	position:relative;
	bottom:-4px;
}
#header div a {
	color:#990000;
	text-decoration:underline;
}
#header div a:hover {
	text-decoration:none;
}

#content {
	padding-top:10px;
	padding-bottom:10px;
	width:778px;
}
#content .txt {
	padding:50px;
}
#content h2 {
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content h3 {
	font-size:14px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#content p {
	padding-bottom:10px;
}

#media-add p {
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
}

#content .left {
	width:170px;
	height: 275px;
	top: 32px;
	padding: 32px 0px 10px 5px;
	/*
	background:url(/images/right_box_173x314.png) no-repeat;
	*/
	position:relative;
}
 

#content .left ul {
	list-style: square;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 32px;
}

#content .left li {
	font: 14px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	list-style: decimal;
	margin-top: 10px;
}

#content .left img{
}

#content .center{
	width:428px;
	height: 355px;
	top: -14px;
	z-index: 10;
	position:relative;
}
 
#content .left img {
	display:block;
	padding:0px;
} 	 	

#content .right {
	width:170px;
	height: 275px;
	top: 32px;
	padding: 32px 0px 10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	/*
	background:url(/images/right_box_173x314.png) no-repeat;
	*/
	position:relative;
}
 
 
#content .right img {
	background-color: black;
}

#content .right p {
	font-size:14px;
	line-height:120%;
	padding-left: 20px;
}
#content .right h2 {
	padding-left: 20px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#links {
	width:652px;
	padding-top:4px;
	padding-bottom:8px;
}
#links a {
	color:#000;
	text-decoration:underline;
}
#links a:hover {
	text-decoration:none;
}
#links .left {
	padding-top:2px;
	padding-left:20px;
}
#links .right {
	padding-right:20px;
}
#links .right p {
	padding-left:20px;
	height:20px;
	line-height:20px;
	float:right;
	width:auto;
}

#footer {
	text-align:center;
	padding-right:15px;
	padding-top:20px;
	color:#666666;
	font-size:11px;
}
#footer a {
	text-decoration:none;
	color:#666666;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer ul li {
	display:inline;
	padding-left:3px;
	font-size:11px;
	color:#000;
}
#footer ul li a {
	color:#990000;
	font-size:12px;
	text-decoration:underline;
	padding-right:5px;
}
#footer ul li a:hover {
	text-decoration:none;
}
#footer p {
	padding-top:8px;
	padding-right:5px;
}



#tabs {
  width:80%;
  background:#FFF;
  font-size:100%;
  line-height:normal;
  margin-top: 15px;
  margin-left: 20px;
  }
#tabs ul {
  margin:0;
  padding: 0px 10px 0px 50px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("/images/tabs_left_10x51.png") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
  
#tabs a span {
  float:left;
  display:block;
  background:url("/images/tabs_right_10x51.png") no-repeat right top;
  padding:5px 10px 4px 6px;
  color:#FFF;
  font-weight: bold;
}
 
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	background-position:100% -25px;
}
  
#tabs a:hover {
	background-position:0% -25px;
}

#tabs #active {
	background-position:0% -25px;
}

#tabs #active span {
	background-position:100% -25px;
}

#tabs a:hover span {
	background-position:100% -25px;
}

#menubox {
	position: relative;
	background-color: #FFCC99;
	width: 700px;
	float: left;
	left: 34px;
	padding: 5px;
}

#menubox  ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
}

#menubox  ul li {
	float:left;
	padding: 5px;
	width:120px;
	height:100px;
	
}
#menubox  ul li a {
	text-decoration:none;
	color:#fff;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
}

#menubox  ul li a{
	height: 100px;
	width: 120px;
	background-color: #000;	
	
	/*
	background:url(/images/card_128x98.png) no-repeat;
	background-position: -5px -5px;
	*/
}

#categoy-description {
	position: relative;
	width: 700px;
	float: left;
	left: 34px;
	padding: 10px 5px 5px 5px;
}


#card {
	margin-left: 171px;
}

#card .subject {
	padding: 10px 10px 5px 10px;
	width: 401px;
	background-color: #FFFF99;
	border: 1px solid #FFCC99;
	border-width: 2px;
}

#card .message{
	padding: 20px 10px 20px 10px;
	width: 401px;
	background-color: #FFFF99;
	border: 1px solid #FFCC99;
	border-width: 0px 2px 2px 2px;
}

#link {
	margin: 20px 150px 100px 0px;
	padding-left: 50px;
	width: 700px;
}

.error {
  color: red;
  padding: 0px 10px 20px 10px;
}



