/* Copyright to IP4Calls of http://ip4calls.com/
------------------------------------------------------------------ */
/* Main CSS - version 2.0 */
/* ------------------------------------------------------------------
                              
/* Page Formatting */

body {
	margin: 0px;
	background: #fefefe url(../images/background.jpg) repeat-x;
	font-family: Tahoma, Arial, sans-serif;
    font-size: .7em;
	color: #999;
}

#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 770px;
}

p {
	line-height: 13px;
	margin: 10px 0 10px 0;
	padding: 0px;
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: #fefefe;
overflow: hidden;
border: 1px solid dadada;
padding: 2px;
padding-left: 4px;
}

table.main{
	margin-top: 5px;
}
td.hr{
	background: url(../images/hr_line.jpg) repeat-x;
	height: 5px;
}
td.vr{
	background: url(../images/vr_line.jpg) repeat-y;
	width: 15px;
}
table#login {
	width: 225px;
	}
table#mini {
	border: 1px solid #dadada;
	background: #fefefe;
	width: 220px;
}	
/* Top Page */

#top {
	width: 100%;
	height: 158px;
	color: #fefefe;
	background: url(../images/top_bg.jpg);
	overflow:hidden;
}
table#container {
	padding: 3px 3px 3px 3px;
	width: 100%;
	}
	
table#voip {
	padding: 3px;
	width: 100%;
	border: 1px solid #dadada;
	}

/* Top Menu */

#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 23px 20px 22px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1;
	text-transform: capitalize;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../images/hover_bg.jpg);
	color: #ffc342;
}

#menu li a.current:hover {
	color: #fff;
}

/* Main Containter */

#content {
	width: 100%;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#heading {
	height: 30px;
}

#header {
	height:175px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position: center;
	}

/* Content | Left */

#left {
	border:1px solid #dadada;
	background:#fff url(http://Lillymon.net/images/box.gif) repeat-x left top;
	float:left;
	width:740px;
	padding:10px;
	display: block;
}
#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}
#left li {
	margin-bottom:5px;
}

/* Clear Div */

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/* Footer */

#footer {
	margin: 5px auto 0 auto;
	text-align: center;
	padding: 5px 0 20px 0;
	width: 90%;
}
#footer p {
	margin: 0;
	padding: 0;
}

#anchor {
	text-align: left;
	margin-top: 5px;
	background: url('../images/bottom_line.jpg') bottom center no-repeat;
}

/* Other Formatting */

img {
  margin: 2px 0 0 1px;
  padding: 2px; 
}
blockquote {
	color: #999;
	font-weight: bold;
	background:url(http://img.photobucket.com/albums/v469/Lilymon/designs/block_bg.gif) no-repeat left top;
	padding-left:30px;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
	padding-top:5px;
}

b  		{ color : #999; }
strong  { color : #9ab920; } 

ul {
	font-size: 10px;
	line-height: 10px;
	margin:0;
	padding:0;
	list-style-image: url(http://Lillymon.net/img/bullet.gif);
}


/* Image Links */

a img {
  border: 0;
}

a.border img {  
  border: 1px solid #ddd;
  margin: 2px 0 0 1px;
  padding: 5px; 
}

a.border:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #c1c1c1 !important;
  border: 1px solid #FC3307;
}	

/* Links */

a {
	color: #2abce6;
	text-decoration: none;
}
a:hover {
	color:#E9BF1B;
	text-decoration:none;
	}

/* Text Styles
------------------------------ */

h1, h2, h3 {
	font-family: 'century gothic', verdana, 'arial narrow', helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
h1 {	color: orange;	  font-size: 1.75em;  }
h1 a, h3 a {color: #9ab920;}
h2 {	font-size: 1.75em;	color: #00C6FF;}
h3 { 	font-size: 1.75em; 	color: #9ab920; }