body {
	font: 62.5% "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	background: url(../images/bg.png) repeat top left;	
	color: #999;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

p {
	font-style:normal;
	font-size:1em;
	padding: 5px 10px;
	color: #ccc;

}


img {
	border:none;
	margin: 0;
	padding: 0;
}


a:link, a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #849cc9;
}

strong {
	color: #e0542f;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	width: 860px;
	margin: 0 auto;
	border-left: solid 10px #333;
	border-right: solid 10px #333;
}

#container2 {
	width:810px;
	margin: 0 auto;
	text-align:center;
}

#container3 {
	width: 450px;
	margin: 30px auto;
	font-size: 1.3em;
	border-left: solid 10px #333;
	border-right: solid 10px #333;
}

#header {
	height: 91px; 
	text-align:left;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	padding: 4px 10px;
	text-transform: uppercase;
	color: #222;
	background: #7099C9;
}

h3 a:link, h3 a:visited {
	display: block;
	text-decoration: none;
	color: #222;
}

.blogimage {
	display:block;
	background: url(../images/blogger.gif) no-repeat top left;
	height:138px;
	text-indent: -9999px;
}
	
.pakimage {
	display:block;
	background: url(../images/pakistan.jpg) no-repeat top left;
	height: 247px;
	text-indent: -9999px;
}

.designimage {
	background: url(../images/gallery.png) no-repeat top left;
}

.events {
	background: url(../images/events.png) no-repeat top left;
}

.standardiamge {
	display:block;
	height:183px;
	text-indent: -9999px;
}

.casual {
	background: url(../images/casual.png) no-repeat top left;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h3.designer, h3.pakistani, h3.director, h3.event  {
	background: #7099C9;
}

h3.blogger, h3.freelancer, h3.iam  {
	background: #96ACD6;
}

#bucket li {
	display: block;
	height: 170px;
	width: 200px;
	padding: 0;
	list-style: none;
	float: left;
	margin: 20px 30px;
}

.last {
	padding: 40px 0;
	font-size: 3.1em;
	text-align: center;
	
}

#footer {
	font-size: 1.2em;
	text-align: center;
	color:#999;
	padding-top: 30px;
	padding-bottom:10px;
	width:860px;	
	text-align:center;
	margin:0 auto;
}

#footer a:hover {
	text-decoration:underline;
}


/***************************************************************   MAIN STYLES FOR ALL FORMS */
fieldset {
	border: solid 1px #333;
	margin: 10px;
}
.requiredFields {
	color: #C00;
	font-weight: bold;
	margin: 0;
}
label strong { /* FOR 'REQUIRED' ASTERISKS */
	color: #C00;
}

input, textarea {
	border: solid 1px #333;
	background: #CFE3FC;
	
}

input:focus, textarea:focus, .submitButton:hover {
	background: #FF6; 
	color: #003471;
	cursor:pointer;
}

input.submitButton {
	background: #003471;
	color:#FFF;
	cursor:pointer;
	
}
.offLeft { /* TO FLOAT TEXT OFF PAGE */
	position: absolute;
	margin: -9999px;
}

input.hiddenInput {
	display: none;
}

ol {
	list-style: none;
}
/****************************************************************  END MAIN STYLES FOR ALL FORMS */



