/*
Theme Name: My Call Center Software Theme
Theme URI: n/a
Description: another layout
Version: 1.0
Author: Mark Christian Villanueva
Author URI: http: n/a

Theme last updated: 11.08.06
*/

#container {
	float: left;
	width:802px;
}

#header {
	width: 800px;
	float: right;
}

#images-header{
	float:right;
	background-color:#116ECB;
}

.glue {
	float: left;
}

.glue2 {
	float: left;
}
.curve {
	clear: left;
	float: left;
	width: 190px;
	height: 25px;
}

#body { /* body container */
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/************nav linksBlue******************/

.navistyle ul {
	width:550px;
	height: 25px;
	/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	background-color:#116ECB;
	color: #000000;
	float: left;
	margin: 0;
	text-align:center;
}

.navistyle li {
	display: inline;
	padding: 0 4px 0 0;
}

.navistyle ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	background-color:#116ECB;
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	border:none;
	padding: 0 4px 0 0;
}


.navistyle ul li a:hover {
	background-color:#116ECB;
	color:#b6c313;
	text-decoration:underline;
	font-size:12px;
}

/*******main content styles**********/

#main-container {
 	width:800px;
	float: left;

}

#left-container {
	float: left;
	padding-left:5px;
	margin-top: 5px;
	width: 440px;


}

#right-container {
	float: right;
	width: 348px;
}

#main-form {
	font-size:12px;
	height:280px;
	float: right;
	padding-left: 5px;

}

#right-links-container {
	width: 350px;
	height: 400px;
	float:left;
	border-left: 5px;
}

.barz {
	width:320px;
	float: left;
}

.barz p, h4 {
	font-size: 11px;
	padding-left: 3px;
	width: 320px;
}

#articlelist {

	clear: both;
}

/*footer and copyright*/

#footer-copyright {
	float: left;
	width:800px;
	height:40px;
	background-color:#115ECB;
	/*background-image:url(images/merchant-orangebar.gif);*/
	color:#000000;
	font-size:10pt;
	text-align:right;
}

.copyright {
	font-size:11px;
	text-align:right;
	padding-right:15px;
}

#feeds {
	float: right;
	width: 604px;
	background-color: #B6C313;
}

#feeds .news {
	padding: 5px;
	overflow: auto;
	margin-bottom: 5px;
	font-size: 8pt;
	width: 190px;
	float: left;
}

#feeds .news p {
	font-size: 8pt;
}

#feeds h3 {
	font-size: 8pt;
}

#feeds img {
	width: 90px;
	height: 60px;
}

.button-image {
	background-color: #B5C313;
	color: #000000;
	font-weight: bold;
	border: 2px solid #115ECB;
}

.error {
	color: rgb(204,0,0);
}

#terms {
	clear: both;
	width: 800px;
}

#terms ul {
	padding: 0;
	margin: 0;
	font-size: 11px;
	list-style-type: none;
}

#terms li {
	width: 190px;
	height: 25px;
	float: left;
	padding: 5px;
}

#terms li a {
	text-decoration: none;
	color: Blue;
}
