/* CSS Document */

/* Coded By Anthony Johnson - Lnkcheap.com */
/* Template For Calum */

/* import navigation
----------------------------------------------- */

@import 'nav.css';

/* layout
----------------------------------------------- */

#container {
	width:800px;
	height:auto;
	margin:auto;
}

#top_container {
	width:700px;
	height:48px;
	float:left;
	padding-left:56px;
	padding-bottom:18px;
}

#logo {
	width:300px;
	height:48px;
	background:url(imgs/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}

#nav {
	width:773px;
	height:43px;
	float:left;
}

#banner {
	width:223px;
	height:91px;
	background:url(imgs/banner.jpg);
	float:left;
	padding-left:550px;
	padding-top:38px;
}

.order_now {
	width:180px;
	height:60px;
	background:url(imgs/order_now.jpg);
	float:left;
}

#news_container {
	width:534px;
	height:auto;
	float:left;
	background:url(imgs/news_top_bg.jpg);
	background-repeat:repeat-x;
}

#content_border {
	width:768px;
	height:auto;
	float:left;
	border:1px solid #585858;
	margin-left:2px;
	margin-top:4px;
	padding-bottom:1px;
}

.news_title {
	font-size: 16px;
	color: #3A3A3A;
	font-family: tahoma;
	font-weight: bold;
	padding-left:15px;
	padding-top:7px;
	float:left;
	width:510px;
	
}

.news_text {
	width:510px;
	font-size: 13px;
	color: #005E9F;
	font-family: tahoma;
	padding-left:15px;
	padding-top:5px;
	float:left;
}

.latest_work {
	width:227px;
	height:auto;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	border-top:1px solid #D5D5D5;
	margin-top:10px;
	float:left;
	display:block;
	margin-left:15px;
}

.latest_work_bottom {
	width:228px;
	height:41px;
	background:url(imgs/coding_bottom.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#right {
	width:233px;
	float:right;
}

#left {
	width:510px;
	float:left;
	display:block;
	clear:both;
}

#services {
	width:232px;
	height:41px;
	background:url(imgs/coding_services.jpg);
	background-repeat:no-repeat;
	float:left;
}

#xhtml_css {
	width:232px;
	height:24px;
	background:url(imgs/xhtml_css.jpg);
	float:left;
}

#wordpress {
	width:232px;
	height:25px;
	background:url(imgs/wordpress_coding.jpg);
	float:left;
}

.right_content {
	width:230px;
	background:url(imgs/right_bg_top.jpg);
	background-repeat:repeat-x;
	float:left;
	padding-left:2px;
	background-color:#464646;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	padding-bottom: 25px;
}
