/*
	RhoVisions CSS Stylesheet
	Created by Rohit Sodhia
*/

body, input, textarea, select {
	font: 12px Arial;
	color: #000000;
}

body {
	background: #000000 url(../images/background/bodyBG.jpg) top center repeat-Y;
	padding: 0px;
	margin: 0px;
}

div {
	text-align: justify;
}

input, textarea, select {
	padding: 3px;
	background: #333333;
	border-width: 1px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

hr {
	border: none;
	height: 1px;
	background: #FF8822;
	color: #FF8822;
}

ul {
	margin: 0px 0px;
	padding: 0px 0px;
}


/* Link Controls */
a {
	color: #3366FF;
	text-decoration: none;
}

a:active {
	color: #009900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* IDs */
#header, #mainBody, #footer {
	width: 750px;
	margin: 0px auto;
}

#header {
	background: url(../images/background/header.jpg) top center no-repeat;
	height: 153px;
}

#header, #header #headerContent {
	height: 120px;
}

/*#header #headerContent #menu {
	padding-top: 133px;
}

#header div#menu {
	margin: 0px;
	height: 23px;
	padding: 0px;
	padding-top: 6px;
	text-align: center;
}*/

#mainBody {
/*	background: url(../images/background/bodyTop.jpg) top no-repeat;*/
	margin: 0px auto;
	padding: 0px;
}

#mainBody #content {
	padding: 20px 15px;
}

#mainBody #content {
	padding-top: 0px;
}

#footer {
	clear: both;
	height: 60px;
	background: url(../images/background/footer.jpg) bottom;
}

#footer div {
	color: #FFFFFF;
	padding-top: 28px;
	padding-left: 70px;
	text-align: left;
}


/* Portfolio */
div.portfolioItem {
	width: 220px;
	padding: 10px;
	float: left;
	padding-top: 20px;
}

div.portfolioItem a.portfolioIcon {
	display: block;
	height: 160px;
	text-align: center;
	border: 2px solid #3366FF;
}

div.portfolioItem a.portfolioIcon:hover {
	border: 2px solid #009900;
}

div.portfolioItem div.portfolioDesc {
	padding-top: 10px;
	text-align: center;
	height: 2.8em;
}