@charset "UTF-8";
/* CSS Document */
/* ------------- page reset ------------ */

body{
overflow-x:hidden;
}
* {
	margin: 0 ;
	padding: 0;
}

/* ------------- end page reset ------------ */

/* ------------- site style and classes ------------ */
h1 {
	font-size: 16px;
	color: #2a2561;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #9476ae;
	padding-bottom: 10px;
	padding-top: 10px;
}
h3 {
	font-size: 18px;
	color: #9476ae;
	padding-bottom: 3px;
	padding-top: 1px;
}
p {
	font-size:14px;
	padding-bottom: 5px;
}
a {
	color: #9476ae;
	text-decoration: none;
}
	a:hover, a:active {
		color: #2a2561;
	}
.smallText {
	font-size: 10px;
}
.center {
	text-align: center;
}
.floatLt {
	float: left;
}
.floatRt {
	float: right;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.arrowList {
	color: #9476ae;
	list-style-image:url(../images/arrow.jpg);
	list-style-position: inside;
	font-size:10px;
	margin-left: 5px;
}
.mtm5{margin-top:-5px;}
body {
	background:url(../images/bg.jpg) repeat-x #532e78;
	font-size: 12px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}
#pageWrap {
	width: 960px;
	margin: 0 auto;
}

#contentWrap {
	
	background:url(../images/contentBg.png) repeat-y ;
	float:left;width:100%;
}
	#content {
		width: 900px;
		margin: 0 auto;
	}

/* ------------- end site style and classes ------------ */

/* ------------- navigation ------------ */

.nav {
		color: #9476ae;
		font-size:12px;
		margin-left:25px;
		margin-right:25px; 
		text-align:center;
	}
	.nav ul{margin:0px;}
	.nav li {
			display: inline;
			list-style: none;
			margin-left:0px;
			padding-right:0px;
			
					}
	.nav li a
			{
			margin-left:8px;
			margin-right:8px;
			}
	
.nav1 {
		color: #9476ae;
		font-size:11px;
		/*margin-left:55px;*/   /* ------------- This is the change done as told in PDF File ------------ */
	}
	.nav1 ul{margin:0px;}
	.nav1 li {
			display: inline;
			list-style: none;
			margin-left:2px;
			padding-right:2px
		}	
/* ------------- end navigation ------------ */

/* ------------- header style ------------ */

#headerWrap {
	height: 172px;
	background:url(../images/header.png) no-repeat;
	margin-left:0px;
}

#headerWrap_1 {
	height: 172px;
	background:url(../images/header_1.png) no-repeat;
}


	#header {
		width: 900px;
		margin: 0 auto;
		position: relative;
		top: 35px;
	}

/* ------------- end header style ------------ */

/* ------------- footer style ------------ */

.nav1 {
	color: #000000;
}
	.nav1 li {
		display: inline;
		list-style: none;
		color: #9476ae;
		font-size:12px
	}


#footer {
		width: 900px;
		margin: 0 auto;
		border-top: 1px solid #9476ae;
		padding: 10px 0;
		text-align: center;
		/*margin-left:30px;*/
		margin-top:15px;float:left;
	}
	
	#copyright {
		margin-top: 10px;
	}

/* ------------- end footer style ------------ */


/* --------------------------------------- Page specific styles --------------------------------------- */

           /* ------------- home page style ------------ */
#homeTop {
	padding-top: 15px;
}
		   
#left, #center, #right {
	float: left;
}
	#left {
		width: 195px;
		margin-left: 20px;
	}
		#searchHdr {
			background:url(../images/searchHdr.jpg) no-repeat;
			height: 46px;
			line-height: 45px;
			font-size: 16px;
			font-weight: bold;
			text-align: center;
		}
		#searchBg {
			width: 191px;
			background:url(../images/searchBg.jpg) repeat-x;
			border-left: 2px solid #bdbec1;
			border-right: 2px solid #bdbec1;
			text-align: center;
		}
		input, label {
			margin-top: 5px;
			margin-bottom: 7px;
		}
		#searchFtr {
			background:url(../images/searchFtr.jpg) no-repeat;
			height: 19px;
		}
		#searchTip {
			padding: 5px;
		}
	#homeText {
		margin-bottom: 10px;
		padding: 0 15px;
		float:right;
		width: 638px;
	}
	#center {
		width: 310px;
		margin-left: 25px;
	}
	#right {
		width: 315px;
		margin-left: 15px;
	}

#photographerInfo, #userInfo {
	margin-top: 5px;
}
.info {
	float: left;
	width: 145px;
}
.infoButton {
	width: 152px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
}
#cd {
	width: 150px;
	float: right;
	margin-bottom:0px;
	margin-top: 0px;
	margin-left: 5px;
	position: absolute;
	right: 5px;
}
	#cdInfo {
		width: 80px;
		float: left;
	}
	#cdPic {
		width: 60px;
		float: right;
		margin-left: 5px;
	}
	
           /* ------------- end home page style ------------ */	
		   
	           /* ------------- button style ------------ */
			   
.yellowButton {
	background:url(../images/yellowSprite.png) no-repeat 0 0;
	display:block;
	width: 152px;
	height: 27px;
	text-decoration: none;
	text-align:  center;
	line-height: 24px;
	color: #000;
}
	.yellowButton:hover {
		background:url(../images/yellowSprite.png) no-repeat 0 -27px ;
		color: #666666;
	}
.greyButton {
	background:url(../images/greySprite.png) no-repeat 0 0;
	display:block;
	width: 152px;
	height: 27px;
	text-decoration: none;
	text-align:  center;
	line-height: 24px;
	color: #000;
}
	.greyButton:hover {
		background: url(../images/greySprite.png) no-repeat 0 -27px;
		color: #666666;
	}
.searchButton {
	background: url(../images/purpleSprite.png) no-repeat 0 0;
	display:inline-block;
	width: 108px;
	height: 33px;
	text-decoration: none;
	text-align:  center;
	line-height: 30px;
	color: #40296d;
	font-size: 14px;
}
	.searchButton:hover {
		background: url(../images/purpleSprite.png) no-repeat 0 -33px;
		color: #9476ae;
	}

#lower {
	float: right;
	margin-bottom: 10px;
	/*margin-top: -80px;*/
	margin-top:0px;
	margin-right: 20px;
	width: 633px;
	position: relative;
	height: 60px;
}

.repostA-v{text-align:center; margin-left:218px; margin-top:5px;}

.report-vv{text-align:center; margin-left:70px;}

.aCenter-v{text-align:center;}
.mtm10{margin-top:-10px;}

.contactinfo {
	float: left;
	margin: 20px 0 0 20px;
	-moz-border-radius:5px;  
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #cccccc;
	padding: 10px;
	width: 515px;
}
