body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

a
{
	color: #333;
	text-decoration: underline;
}
	
div#header
{
	border-top: solid 8px #000;
	overflow: auto;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	vertical-align: middle;
	margin-bottom: 0px;
}

div#header h1
{
	float: left;
	font-size: 2em;
	margin-right: 30px;
}

div#header h2
{
	float: left;
}

h2
{
	font-size: 1.55em;
}

h3
{
	font-size: 1.25em;
}

div#header ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#header ul li
{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 35px;
}

.detail-content
{
	padding: 10px;
	padding-left: 0;
}

.detail-left
{
	float: left;
}

.detail-right
{
	float: right;
	background-color: #ccc;
}

div#intro
{
	clear: both;
}

div#intro div#intro-img
{
	float: left;
	width:400px;
	padding-bottom: 40px;
	margin-left: 60px;
}

div#intro div#intro-text
{
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-top: 17px;
}

div#can-do
{
	clear: both;
	background-color: #d9d9d9;
	margin-top: 50px;
	padding: 10px;
	overflow: auto;
}

div#can-do ul
{
	list-style: none;
}

ul.can-do li
{
	font-size: 115%;
	background: url('/images/ok.png');
	background-repeat: no-repeat;
	padding-left: 32px;
	margin-left: 15px;
	margin: 5px;
	line-height: 25px;
}

ul.cant-do
{
	
}

ul.cant-do li
{
	font-size: 115%;
	margin: 5px;
	line-height: 27px;
}

div#footer
{
	clear: both;
	margin: 20px 0;
	color: rgb(118, 121, 124);
	font-size: 95%;
	padding: 10px;
}

div#contact
{

}

div#contact .contact-header
{
	font-style: italic;
	font-size: .95em;
	color: #666;
	margin-bottom: 20px;
}

div#contact h4
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
}

div#contact .text
{
	margin-bottom: 28px;
	line-height: 18px;
	font-size: 1em;
	border: solid 2px #ccc;
}

div#contact textarea#message
{
	height: 95px;
	width: 425px;
	line-height: 18px;
	font-size: 1em;
}

div#contact .button
{
	margin-bottom: 20px;
}

div#contact div#msg
{
	display: none;
}

.success-text
{
	font-style: normal;
	color: green;
	font-weight: bold;
}

div#loading
{
	font-weight: bold;
}

#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li
{ 
	width:264px;
	height:178px;
	overflow:hidden; 
}

span#prevBtn{}
span#nextBtn{}	

.sidebar
{
	background-color: #d9d9d9;
	min-height: 350px;
}

.thumbnail
{
	border: solid 1px #b9b9b9;
	padding: 8px;
	width: 152px;
	margin-bottom: 20px;
	height: 152px;
}

.portfolio-item
{
	margin-bottom: 45px;
}

.thumbnail img
{
	border: solid 1px #b9b9b9;
}

.error
{
	margin-left: 10px;
	border: none;
	background-color: #fff;
}