/*
Theme Name: XEC
Theme URI:
Description: Theme for XEC Consultants
Version: 1.0
Author: Tim Davies
Author URI: http://planetabstract.com/
Tags: 

	This theme was designed and built by Tim Davies.

*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #333333;
}
body {
	background: #ededed url(images/bg-stripe.jpg) repeat-x fixed;
	margin:20px 0px 20px 0px;
/*	line-height: 135%; */
}

h1{font-size:1.6em;color:#277BC0;}
h2{font-size:1.4em;color:#277BC0;}

a:link, a:hover, a:visited{
	color:#277BC0;
}

#container{

}
#main{
	padding-bottom:40px;
	background:#FFFFFF;
	text-align:left;	
	border:1px solid #277BC0;
	margin:0 auto;
	width:933px;	
}

#page{
	text-align:left;
	position:relative;
	float:left;
	width:420px;
	margin-left:20px;
	margin-top:20px;
color: #333333;
}

#pageSeller{
	position:relative;
	float:left;
	width:520px;
	margin-left:20px;
	margin-top:20px;
	color: #333333;
	text-align:left;
}

#domainSale{
	background:#BCDAF1;
	border:1px solid #277BC0;
	padding:10px;
}
.domainPrice{
	color:#009900;
}

li{
color:#277BC0;
}

#topBanner{
	background:url(images/bg_top.png) no-repeat;
	text-align:left;
	color:#FFFFFF;
	margin-left:20px; 
margin-top:20px;
	padding:0;
	width:893px;
	height:249px; 
	vertical-align:top;
}
#topBanner li{
	list-style-image:url(images/bullet-section1.png);
	margin-left: 0;
	color:#FFF;
}
#topBannerLeft{
	float:left;
/*	position:relative;*/
	width:310px;
	margin:0;
	padding:0;
}
#topBannerRight{
	float:right; 
/*	position:relative;*/
	width:250px; 
	margin:0;
	padding:0;	
}

#topDivContent{
	width:560px;
	margin-left:20px;
}

/*** SIDE BARS ***/

#sidebar ul, #sidebar li{
	float:left;
	text-align:left;
	/*border:1px #6666FF solid;	*/
	margin-bottom:10px;
	margin-left:5px;
	padding:0;
}

#sidebarLeft{
	text-align:left;
	float:left;
	position:relative;
	width:200px;
	margin-left:20px;	
	margin-top:20px;
	text-align:left;
	/*border:1px #006633 solid; */

}

#sidebarLeft ul{
		list-style-image:url(images/bullet-sidebar.png); 
	list-style:none;
	list-style-position:outside;
float:left;
text-align:left;
}


#sidebarLeft li{
	/*	list-style-image:url(images/bullet-sidebar.png); */
	list-style:none;
	list-style-position:outside;
float:left;
text-align:left;
}

#sideBarLeft h2, .widgettitle{
	list-style:none;
	color:#277BC0;
/*	background:url(images/title_back.png) repeat-x; */
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
}

#sidebarRight{
	text-align:left;
	float:right;
	position:relative;
	width:200px;
	margin-right:20px;	
	margin-top:20px;
}

#sidebarRight ul,li{
/*	list-style-image:url(images/bullet-sidebar.png);*/
}
#sideBarRight h2, .widgettitle{
	list-style:none;
	color:#277BC0;
/* background:url(images/title_back.png) repeat-x; */
font-size:1em;

}

/*** END SIDE BARS ***/


#footer{
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
