/*  Author: Ramandeep Singh    Company: Crafty Pear Designs Ltd */
/* --------- 1. defaults  --------- */

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
		
		}
body
	{ /* set page background */
	margin: 0;
	background: url(images/back_ground.jpg) repeat 50% 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px;
	color: #333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
h2{ font-size:30px; line-height:1em }
h3{ font-size:22px; margin-top:8px; margin-bottom:8px; }
h4{ font-size:20px; line-height:1em }

img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}
  

/* default links and rules */

a {
	color: #6e6c00;
	font-weight:bold;
}

a:hover {
	text-decoration: none; 
}

p{
line-height:22px;
}

img
{
	border: none;
}

.floatright{
float:right
}

.floatleft{
float:left;
}

/*structure*/

#wrapper
{
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	
}

#header
{
	position: relative;
	height: 250px;
	width: 980px;
	overflow: hidden;
	
}

#header h1
{
	margin: 0;
	position: absolute;
	top: 15px;
	left: 25px;
}

#header h1 a
{
	width: 300px;
	height: 120px;
	float:left;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/logo.png);
}

#punchline
{
	font: 30px/38px Georgia, sans-serif;
	position: absolute;
	top: 150px;
	left: 25px;
}

#punchline span
{
	color: #e7e365;
	background: #000;
	padding: 0 9px;
	white-space: nowrap;
	float: left;
	clear: left;
}

#main
{
	width: 956px;
	overflow: hidden;
	float: left;
}

#content
{
	float: left;
	width: 714px;
}

#sidebar
{
	float: right;
	width: 215px;
}

.work
{
	width: 130px;
	height: 17px;
	margin: 0 0 0 0;
}

#sidebar a
{
	color: #e7e365;
	text-decoration: none;
}
#footer a
{
	color: #e7e365;
	text-decoration: none;
}

#sidebar a:hover { font-weight:bold; text-decoration: none; }

#sidebar .sidebarboldcontact
{
background: url(../images/Contact_icon.png) no-repeat 0 50%;
width:150px;
height:40px;
line-height:40px;
padding-left:40px;
font-weight:bold;
}

#sidebar .sidebarboldemail
{
background: url(../images/e_Mail_icon.png) no-repeat 0 50%;
width:150px;
height:40px;
line-height:40px;
padding-left:40px;
font-weight:bold;
}
#sidebar .sidebarbolddownload
{
background: url(../images/Download_icon.png) no-repeat 0 50%;
width:150px;
height:40px;
line-height:40px;
padding-left:40px;
font-weight:bold;
}
#sidebar .sidebarboldicontext
{
width:200px;
height:38px;
text-align:left;
font-weight:bold;
line-height:38px
}


#sidebar ul
{
	margin: 0;
	width: 155px;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

#sidebar ul li
{
	width: 155px;
	float: left;
	padding-left:12px;
	padding-top:5px;
	
}


.sidebarheader{

	line-height:35px;
	color: #e7e365;
	text-align:center;
}
h3.sidebarheader{
font-size:14px;
margin:0;

}

.sidebartop{
	height:35px;
	width:211px;
	background: url(images/top.png) no-repeat right;
	margin-top:2px;
}

.sidebarcont {
	width: 211px;
	background: url(images/mid.png) no-repeat ;
	color: #fff;
	line-height:22px;
	padding:5px 10px 0 10px;
}
.sidebarbottom{
	height:35px;
	width:211px;
	background: url(images/bottom.png) no-repeat right;
	margin-bottom:7px;
	
}
#footer
{
	width: 714px;
	height: 56px;
	float: left;
	line-height: 50px;
	font-size: 11px;
	background: url(images/bg-footer.png);
	color: #fff;
	text-indent: 59px;
}

.topofcontent
{
	background: url(images/bg-t.png);
	width: 714px;
	height: 22px;
	overflow: hidden;
}

.contentpart
{
	background: url(images/bg-c.png);
	width: 714px;
}

.text
{
	width: 624px;
	overflow: auto;
	padding: 0 42px 35px 42px;
	margin: 0 auto;
	background: url(images/bg-text.gif) repeat-x 0 100%;
}


.list-works
{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
	width: 624px;
	overflow: hidden;
}

.list-works li
{
	width: 341px;
	overflow: hidden;
	float: left;
	padding: 18px 0 0 283px;
}

.list-works img
{
	float: left;
	display: inline;
	border: 2px solid #ccc;
	margin: 0 0 0 -280px;
}

.list-works h3
{
	font-size: 16px;
	color: #09c;
	padding: 11px 0 0;
	margin: 0;
	font-weight: normal;
}

.list-works punchline
{
	display: block;
	margin: 5px 0 0;
	font-size: 14px;
}

.list-works p { margin: 5px 0 0; }

.nicecontentholder
{
	width: 100%;
	padding: 20px 0;
}

/* Portfolio box  */
.portbox{
width:100%;
height: 70px;
text-align:left;
line-height:20px;

}
.blackborder{
border-color:#ccc;
border-style:solid;
border-width:thin;
float:left;
margin:4px;
}
/* quotes */

.quotes{
color:#6E6C00;
font-size:14px;
line-height:30px;
}
.quotesblack{
color:#000;
font-size:14px;
line-height:30px;
}
.collapse-container
{
line-height:22px;
}