/* home */

.couch {
	width: 350px;
	height: 293px;
	float: left;
	margin: 10px 0px 10px 0px;
	background: center 80px no-repeat;
	text-align: center;
}


.couch {
	width: 310px;
	height: 293px;
	float: right;
	margin: 6px 0px 10px 0px;
	background: center 80px no-repeat;
	text-align: center;
}





.couch1 { background-image: url("images/couch1.jpg"); }
.couch2 { background: url("images/couch2.jpg") center 20px no-repeat; }
.couch3 { background-image: url("images/couch3.jpg"); }
.couch4 { background-image: url("images/couch4.jpg"); }


#homeContent { 
	width: 470px; 
	float: right;
	float: left;
}
#homeContent h3 {
/*	background-color: #f3f6ef;*/
	padding: 3px 5px 3px 20px;
	font-size: 13px;
	border-bottom: 2px solid #f3f6ef;
	color: #6689a4;
	background: url("images/icons/16/redo.png") 0px 3px no-repeat;
}
#homeContent p {
	padding: 5px 5px 15px 5px;
}

#homeWeDev {
	background: url("images/weDevelop4.gif") top left no-repeat;
	width: 349px;
	height: 91px;
}
#homeWeDev span{
	display: none;
}


/* portfolio 
.portfolioItem {
	width: 209px;
	height: 105px;
	overflow: hidden;
	text-align: center;
}
.portfolioItem img {
	display: block;
	border: none;
}
.portfolioItem div {
	position: relative;
	margin-top: 0px;
	display: block;
	height: 20px;
	padding: 0px;
	background-color: black;
	cursor: pointer;
}
.portfolioItem div span {
	display: block;
	padding: 2px 5px 0px;
	font-size: 11px;
	color: white;
	cursor: pointer;
}

.portfolioItemWrapper {
	background: url("images/portfolioBox.gif") top left no-repeat;
	width: 240px;
	height: 137px;
	float: left;
	margin: 8px 12px 8px 12px;
}
.portfolioItemWrapperb {
	padding: 13px 0px 0px 14px;
}

#portfolio h2 {
	margin: 0px 15px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	border-bottom: 1px solid #e8e8e8;
}
.portfolioGroup {
	margin-bottom: 15px;
}*/



/*		SERVICES		*/
#services {
	width: 580px;
}
#services p {
	padding: 0px 0px 17px 20px;
	padding: 5px 5px 15px 5px;
}

#services h3 {
	padding: 3px 5px 3px 20px;
	font-size: 13px;
	border-bottom: 2px solid #f3f6ef;
	color: #6689a4;
	background: url("images/icons/16/redo.png") 0px 3px no-repeat;

	
}
#servicesSideBar {
	float: right;
	width: 200px;
}
#servicesSideBar h3 {
	padding: 3px 5px 3px 23px;
	font-size: 13px;
	border-bottom: 2px solid #f3f6ef;
	color: #707070;
}
#servicesSideBar h3.wereBest {
	background: url("images/icons/16/star.png") 0px 3px no-repeat;
}
#servicesSideBar h3.whereTo {
	background: url("images/icons/16/web.png") 0px 3px no-repeat;
}

#services li {
     padding: 0px 0px 5px;
     line-height: 1.5em;
}

ul.featList {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
ul.featList li{
	font-size: 13px;
	list-style: none;
	padding: 4px 0px 4px 20px;
	background: url("images/icons/16/apply3.png") 3px 8px no-repeat;
	border-bottom: 1px solid #f8f8f8;
}

#servicesSideBar ul.sideMenu {
	margin: 0px;
	padding: 8px 0px 15px 0px;
}
#servicesSideBar ul.sideMenu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 34px;
}

#servicesSideBar div {
	padding-top: 5px;
}



/*  CONTACT PAGE   */
.contactForm {
	width: 550px !important;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

.contactForm h2 {
	padding: 3px 5px 3px 23px;
	font-size: 13px;
	border-bottom: 1px solid #f3f6ef;
	color: #707070;
	background: url("images/icons/16/mail_write.png") 0px 3px no-repeat;
}

#contactSidebar {
	float: right;
	width: 200px;
}
#contactSidebar h3 {
	padding: 3px 5px 3px 23px;
	font-size: 13px;
	border-bottom: 2px solid #f3f6ef;
	color: #707070;
}
#contactSidebar h3.phone {
	background: url("images/icons/16/phone.png") 0px 3px no-repeat;
}
#contactSidebar h3.chat {
	background: url("images/icons/16/chat.png") 0px 3px no-repeat;
}
#contactSidebar h3.whereTo {
	background: url("images/icons/16/web.png") 0px 3px no-repeat;
}

#contactSidebar ul.featList {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#contactSidebar ul.featList li{
	font-size: 13px;
	list-style: none;
	padding: 4px 0px 4px 20px;
	background: url("images/icons/16/apply3.png") 3px 8px no-repeat;
	border-bottom: 1px solid #f8f8f8;
}

#contactSidebar ul.sideMenu {
	margin: 0px;
	padding: 8px 0px 15px 0px;
}
#contactSidebar ul.sideMenu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 34px;
}





.priceTable {
     margin: 10px 0px 25px;
     background-color: #f8f8f8;
     border: 1px solid #d8d8d8;
     padding: 10px 0px;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}

.priceTable table {
     
     border-spacing: 0px;
     width: 100%;
     margin: 0px 0px;
}

.priceTable td, .priceTable th {
     border-top: 1px solid white;
     border-bottom: 1px solid #e8e8e8;
     padding: 7px 7px;
}
.priceTable td {
     border-left: 1px dotted #e8e8e8;
}

.priceTable tr.buyrow td {
     padding-bottom: 0px;
}

.priceTable tr.even {
     background-color: white;
}


.priceTable thead tr {
     background-color: #e8e8e8;
}

.priceTable thead th {
     border: none;
     border-bottom: 1px solid #e2e2e2;
     border-top: 1px solid white;
     border-left: 1px dotted white;
}
.priceTable img {
     padding: 0px 5px 0px 5px;
}

ul.featureList {
     margin: 0px;
     padding: 0px 0px 15px 0px;
}
ul.featureList li{
     font-size: 13px;
     list-style: none;
     padding: 5px 0px 5px 20px;
     background: url("images/icons/16/apply3.png") 3px 8px no-repeat;
     text-align: justify;
     line-height: 1.5em;     
}
.tableTitle { 
     color: #565656; 
     text-shadow: white 1px 1px 1px; 
     padding: 0px 0px 7px 15px !important; 
     background-color: #f8f8f8; 
     border-top: none !important;
}




#portPrev {
     width: 325px;
     background: url("images/vertDiv.gif") top left no-repeat;
     float: right;
     min-height: 300px;
}

#portPrev-w2 {
     padding: 5px 20px 0px 31px;
}

#portPrev h3 {
     margin: 0px;
     padding: 0px 0px 0px 0px;
     text-align: center;
     font-size: 13px;
     color: #676767;
}

#gptFeats {
     width: 450px;
}


.portPrevItem {
     float: left;
     margin: 6px 0px 0px 6px;
}
.portPrevItem a {
     height: 45px;
     width: 60px;
     overflow: hidden;
     display: block;
}

#salenotice {
     margin: 0px 0px 15px;
     background-color: #cfeaba;
     border: 1px solid #b9daa1;
     padding: 10px;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     color: black;
     font-size: 14px;
     text-align: center;
}