* {
    margin: 0;
}

body {
    background-color: #cfcfa9;
    font-family: Arial;
}

.container {
    width: 800px;
    margin: 0 auto;
}

.header {
    background-image: url('../images/headerbg.png');
    background-repeat: repeat-x;
    height: 100px;
}

.head_container {
    width: 800px;
    margin: 0 auto;
}

.logo {
    width: 350px;
    float: left;
    padding: 10px;
}

.nav {
    float: right;
    width: 430px;
    margin: 0;
    padding: 0;
}

#ul_nav {
    list-style-type: none;
    width: 430px;
    font-family: Arial;
    font-weight: bold;
    margin: 35px 0 0 10px;
    height: 50px;
    padding: 0;
}

#ul_nav li {
    float: left;
    padding-right: 30px;
    margin: 0;
}

#ul_nav li a {
    color: white;
    text-decoration: none;
    padding: 5px;
}

#ul_nav li a:hover{
    background-color: #092c3e;
}

.home_left {
    width: 490px;
    float: left;
}

.home_aboutme {
    width: 270px;
    float: right;
    background-color: #fff;
    height: 400px;
    margin: 10px;
    padding: 10px;
    font-size: 14px;
}

.home_aboutme img {
    float: right;
}

.home_aboutme p {
    margin: 10px 5px 15px 5px;
    color: #222;
}

.home_welcome {
    width: 461px;
    height: 196px;
    margin: 10px;
}

.home_left_bottom {
    width: 475px;
    margin: 10px;
    margin-top: 20px;
}

.home_tweets {
    float: left;
    width: 250px;
    background-color: #fff;
    padding: 10px;
    background-image: url('../images/tweets.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.home_links {
    float: right;
    width: 170px;
    height: 184px;
    background-color: #fff;
    padding: 10px;
}

.home_links img {
    border: 0;
}

#twitter_update_list {
    /* the main container */
    list-style-type: none;
    padding: 0;
    width: 90%;
    margin: 10px auto;
}

#twitter_update_list li {
    /* wraps a single list */
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #888;
}

#twitter_update_list li:last-child {
    /* wraps a single list */
    border-bottom: 0px solid #888;
}

#twitter_update_list li span {
    /* wraps the tweet */
}

#twitter_update_list li a {
    /* wraps the link to the tweet */
    /* by default it have 85% font-size therefore you might want to change it like below */
    font-size:100% !important;
    font-size:13px !important;
    color: #000;
}

#ul_social_links {
    width: 90%;
    margin: 25px auto;
    list-style: none;
    padding: 0;
    padding-left: 20px;
}

#ul_social_links li {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}


/* Easy Slider */

#slider img { border: 0; }

	#slider ul, #slider li,

	#slider2 ul, #slider2 li{

		margin:0;

		padding:0;

		list-style:none;

		}

	#slider2{margin-top:1em;}

	#slider li, #slider2 li{ 

		/* 

			define width and height of list item (slide)

			entire slider area will adjust according to the parameters provided here

		*/ 

		width:696px;

		height:241px;

		overflow:hidden; 

		}	

	#prevBtn, #nextBtn,

	#slider1next, #slider1prev{ 

		display:block;

		width:30px;

		height:77px;

		position:absolute;

		left:22px;

		top:71px;

		z-index:1000;
border: 0;

		}	

	#nextBtn, #slider1next{ 

		left:748px;

		}														

	#prevBtn a, #nextBtn a,

	#slider1next a, #slider1prev a{  

		display:block;

		position:relative;

		width:30px;

		height:77px;

		background:url(../images/btn_prev.gif) no-repeat 0 0;	

		}	

	#nextBtn a, #slider1next a{ 

		background:url(../images/btn_next.gif) no-repeat 0 0;	

		}	

		

	/* numeric controls */	



	ol#controls{

		margin:1em 0;

		padding:0;

		height:28px;	

		}

	ol#controls li{

		margin:0 10px 0 0; 

		padding:0;

		float:left;

		list-style:none;

		height:28px;

		line-height:28px;

		}

	ol#controls li a{

		float:left;

		height:28px;

		line-height:28px;

		border:1px solid #ccc;

		background:#DAF3F8;

		color:#555;

		padding:0 10px;

		text-decoration:none;

		}

	ol#controls li.current a{

		background:#5DC9E1;

		color:#fff;

		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

	

/* // Easy Slider */

.work {
    width: 800px;
    margin: 0 auto;
position: relative;
}

.work_desc {
    width: 750px;
    margin: 10px auto;
    background-color: #fff;
    padding: 15px;
}

.work_desc p {
    margin-left: 5px;
    margin-top: 5px;
    color: #222;
}

h2 {
    color: #111;
}

.services_left {
    float: left;
    width: 66%;
}

.services_management {
    background-color: #fff;
    float: right;
    width: 29%;
    margin: 20px 10px 10px 10px;
    padding: 10px;
}

.services_management h2 {
    margin-bottom: 10px;
}

.services_management p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #222;
    margin: 5px;
}

.services_design {
    float: left;
    width: 40%;
    background-color: #fff;
    margin: 20px 10px 10px 10px;
    padding: 10px;
}

.services_design h2 {
    margin-bottom: 10px;
}

.services_design p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #222;
    margin: 5px;
}

.services_design img {
    margin-top: 11px;
}

.services_development{
    float: right;
    width: 44%;
    background-color: #fff;
    margin: 20px 10px 10px 10px;
    padding: 10px;
}

.services_development h2 {
    margin-bottom: 10px;
}

.services_development p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #222;
    margin: 5px;
}

.contactform {
    background-color: white;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
}

.contactform p {
    margin-left: 10px;
    margin-top: 5px;
    color: #666;
}

#frm_contact {
    margin-left: 10px;
    margin-top: 10px;
    background-color: #ddd;
    padding: 10px;
    width: 90%;
}

#frm_contact td {
    padding-bottom: 10px;
    padding-right: 10px;
}

#frm_contact .box {
    font-size: medium;
}

#frm_contact textarea {
    font-family: Arial;
    font-size: medium;
}

#frm_contact .button {
    font-size:medium;
    width: 30%;
}

.contactform .error {
    margin-left: 10px;
    padding: 5px;
    color: #CF0A1E;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 10pt;
    background-color: #EB949C;
}

.project_desc {
    width: 300px;
    float: left;
}

.project_brief p {
    color: #444;
    width: 95%;
    margin: 5px auto 10px auto;
}

.project_brief{
    margin: 10px;
    background-color: white;
    padding: 10px;
    width: 300px;
}

.project_info {
    background-color: white;
    margin: 15px 10px 10px 10px;
    padding: 10px;
    width: 300px;
    color: #555;
}

.project_info h2 {
    margin-bottom: 5px;
}

.project_info p {
    margin-left: 10px;
    margin-bottom: 10px;
}

.project_info a {
    color: blue;
}

.project_info span {
    color: #2c6b8c;
}

.project_images {
    float: right;
    width: 420px;
    height: 460px;
    margin: 10px;
    background-color: white;
    padding: 10px;
}

.footer {
    clear: both;
    margin: 10px;
    padding: 10px;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
}

.pikachoose{width:400px;margin:0 auto 50px auto;}
/* This is the ul you have all your images in */
.pikachoose ul{padding-left:0;width:400px;height:180px;margin:0;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #555;padding:2px;background:#777;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:407px;height:330px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:2px;left:2px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{position:relative;border:1px solid #555;background:#777;padding:2px;}
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:400px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url('black.png') top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('fastf.png') top right no-repeat;}