/* CSS Document */

html {
	font-family:"Century Gothic";
	padding:0 0 10px 0;
	margin:0;
}

body {
	padding:0 0 0 0;
	margin:0;
}
a, a:visited {
	color:#ff6600;
	border-bottom:1px dotted #ccc;
	text-decoration:none;	
}
a:hover {
	color:#ccc;
	border-bottom:none;
	
}

p {
	font-size:0.8em;
	color:#666;
	margin:0 0 5px 0;
	}


h1 {
	font-size:1.7em;
	color:#ff9900;
	margin:0 0 10px 0;
	letter-spacing:1px
}
h2 {
	font-size:1.3em;
	color:#ff9933;
	margin:0 0 0 0;
	padding:0 0 10px 0
}
h3 {
	color:#FF6600;
	background-color:#f7f7f7;
	padding:5px 5px 8px 8px;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	margin:0 0 10px 0 
}
#wrapper {
	width:100%;
	background-image:url(../_images/headerBG.jpg);
	background-repeat:repeat-x;
}

#bodyWrapper{
	margin:0 auto;
	width:800px;
	background-image:url(../_images/header.jpg);
	background-repeat:no-repeat;
	
}
#menu {
	width:400px;
	height:220px;
	float:right
}

#content{
	clear:both;
	}

#recentWorks {
	height:225px;

}
#recentWorks img{
	float:left;
	
}

#recentWorks a{
	border:none;
	
	
}
#recentWorks a img {
	border:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;

}
#recentWorks a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
}


#vision{
	float:left;
	display:block;
	width:300px;
	padding:15px 20px 0 0 ;
}

#vision img {
	margin-bottom:15px;
	margin-left:-5px
}

#customers{
	float:right;
	width:445px;
	padding:15px 0 0 30px;
	border-left:solid 1px #ccc;
	margin-bottom:5px
}
#customers p{
	margin-bottom:1em
}


/********************* FOOTER ******************************/
#footer {
	clear:both;
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-image:url(../_images/headerBG.jpg);
	background-repeat:repeat-x;
	background-color:#f2db80;
	font-size:0.9em
}
#footer ul {
	float:right;
	list-style:none;
	padding-right:20px;
}
#footer ul li{
	display:inline;
	padding:0;
	font-weight:bold;
	color:#ccc
}
#footer ul li a{
	margin-right:7px
}

#footer p{
	padding:17px 0 15px 20px;
	margin:0 0 0 0;
	font-weight:bold;
	color:#666
}

/****************************** CONTACT PAGE **************************/
#rightPane{
	float:right;
	margin:10px 0 0 20px;
	padding:5px 25px 7px 20px;
	background-image:url(../_images/detailsBG.jpg);
	background-repeat:no-repeat
}

form {
	width:500px;
	margin:10px 0 20px 10px;
	}
form em {
	font-size:0.8em
}

fieldset {
	border:1px solid #FF9900;
	padding:10px 0 20px  20px;
	background-image:url(../_images/formBG.jpg);
	background-repeat:repeat-x
}

legend {
	font-weight:bold;
	color:#FF9900;;
	padding:0 5px;
}
label {
	width:120px;
	float:left;
	padding-top:3px;
	font-weight:bold
	
}
form textarea{
	border:1px solid #ccc;
	margin-left:5px;
	width:300px;
	height:100px;
	padding:2px;
}
form textarea:focus{
	border:1px solid #ffcc00;
	background-color:#ffff99
}
select {
	margin-left:5px;
	width:205px;
	padding:2px;
	border:1px solid #ccc;
}
select:focus {
	border:1px solid #ffcc00;
	background-color:#ffff99
}

.inputText {
	margin-left:5px;
	width:200px;
	border:1px solid #ccc;
	padding:2px;
	
}
.inputText:focus {
	border:1px solid #ffcc00;
	background-color:#ffff99
}

.btn {
	background-image:url(../_images/btn.png);
	background-repeat:repeat-x;
	padding:3px 20px;
	border:1px solid #ffcc00;
	color:#f7f7f7;
	font-weight:bold
}

.btn:hover {
	border:1px solid #ff6600;
	background-image:none;
	background-color:#ffcc00;
	color:#ff6600;
	}
/********************************* ABOUT PAGE ***********************************/
.item {
	float:left;
	width:47%;
	height:230px;
	font-size:0.9em;
	margin:10px 10px 10px 0
}

.item a img {
	border:2px solid #ff9933;
	filter: alpha(opacity=70);
	opacity:0.7;
	float:left;
	margin-right:7px;
	
}
.item a img:hover{
	filter: alpha(opacity=100);
	opacity:1;
}
.number {
	font-size:2em;
	color:#ccc;
	margin-right:3px
}

#middleItem {
	padding:0 20px 0 15px;
	margin-right:15px;
	margin-left:15px;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	}
#about .item {
	width:230px;
	height:auto
}


/********************* SERVICE PAGE******************************/
#left {
	float:left;
	width:400px
}
#right {
	float:right;
	width:400px
}

.box {
	border:1px solid #ccc;
	margin:0 15px 15px 0;
	
}
.box ul {
	list-style-image:url(../_images/bullet.png);
	font-size:0.8em;
	padding-right:10px;
	margin-top:10px
}

.box ul li {
	padding:0 0 5px 5px;
	
}
.box h3 {
	border:none;
	margin:0 0 0  0;
	padding:8px 0 8px 10px;
	border-bottom:1px solid #ccc;
	background-color:transparent

}
#web {
	background-image:url(../_images/boxWeb.png);
	background-position:top right;
	background-repeat:no-repeat
}
#design {
	background-position:top right;
	background-repeat:no-repeat;
	background-image:url(../_images/boxDesign.png)
}
#internet {
	background-position:top right;
	background-repeat:no-repeat;
	background-image:url(../_images/boxInternet.png)
}
#media {
	background-position:top right;
	background-repeat:no-repeat;
	background-image:url(../_images/boxMedia.png)
}

.clearit {
	clear:both
}
dfn {
	cursor:help;
	color:#ff6600
}

.orange {
	color:#ff6600
}

.red {
	color:#ff0000;
	font-weight:bold
}
.gray {
	color:#999
}
.floatLeft  {
	float:left;
	margin:0 10px 0 0 ;
	border:2px solid #ccc
}
.w3c img{
	float:right;
	margin-top:5px;
	border-style:none
}