* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg-body.jpg) top center repeat #000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #fff;
}

img {
	border: none;
}

form {
	margin: 0;
}

.clean {
	clear: both;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* wrapper starts */
#wrapper {
	/*position: relative;*/
	width: 742px;
	display: table;
	margin: 0 auto;
}

#wrapper h1 {
	background: url(../images/bg-header.gif) bottom repeat-x;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 16px;
	color: #afad1b;
}

#wrapper p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
}

#wrapper a {
	color: #cb4300;
	text-decoration: underline;
}

#wrapper a:hover {
	color: #4cb2e9;
	text-decoration: none;
}
/* wrapper ends */

/* header starts */
#header {
	width: 742px;
	height: 70px;
	display: block;
}

#header .logo {
	width: 226px;
	margin: 0 0 0 0;
	float: left;
}
/* header ends */

/* nav starts */
#nav {
	width: 742px;
	height: 36px;
	text-align: right;
	margin: 0 0 1px 0;
	display: block;
}

#nav a {
	height: 28px;
	background: #ce3f00;
	border-top: 2px solid #af3601;
	text-decoration: none;
	float: right;
	padding: 6px 14px 0 14px;
	margin-left: 1px;
	color: #fbd3c1;
	text-align: center;
	text-transform: lowercase;
}

#nav a:hover {
	background: #812700;
	border-top: 2px solid #812700;
	color: #fff;
}

/* nav ends */

/* banner starts */
#banner {
	width: 742px;
	display: block;
	margin-bottom: 14px;
}
/* banner ends */

/* container starts */
#container {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container h1 {
	background: url(../images/bg-header.gif) bottom repeat-x;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 16px;
	color: #ce3f00;
}

#container h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #fff;
}

#container p {
	margin-bottom: 10px;
	line-height: 18px;
}

#container a {
	color: #fff;
	text-decoration: none;
}

#container a:hover {
	color: #fff;
	text-decoration: underline;
}

/* container ends */

/* leftCol starts */
#leftCol {
	float: left;
	width: 314px;
	line-height: 1.5em;
}

#leftCol .portfolioBox {
	margin-bottom: 10px;
}

#leftCol .portfolioBox img {
	border: 2px solid #8d8d8d;
	margin-right: 4px;
	margin-bottom: 4px;
}

#leftCol .portfolioBox img:hover {
	border: 2px solid #fff;
	margin-right: 4px;
	margin-bottom: 4px;
}

#leftCol .camera {
	width: 150px;
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}

#leftCol .desc {	
	width: 150px;
	margin-bottom: 14px;
	float: left;
}

#leftCol .desc p{
	margin-bottom: 6px;
	line-height: 14px;
}
/* leftCol ends */

/* rightCol starts */
#rightCol {
	float: right;
	width: 408px;
	margin-bottom: 14px;
	line-height: 1.5em;
}

#rightCol ul {
	list-style-type: none;
}

#rightCol li {
	background: url(../images/bullet.gif) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 14px;
}

#rightCol ul li a {
	color: #4cb2e9;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#rightCol ul li a:hover {
	color: #4cb2e9;
	text-decoration: underline;
}

#rightCol .quoteR {
	width: auto;
	height: auto;
	float: right;
	display: block;
	margin-left: 14px;
}

/* rightCol ends */

/* rowTwo starts */
#rowTwo {
	width: 742px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#rowTwo h1 {
	background: url(../images/bg-header.gif) bottom repeat-x;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 16px;
	color: #ce3f00;
}

#rowTwo ul {
	list-style-type: none;
}

#rowTwo li {
	padding-bottom: 4px;
	margin-bottom: 6px;
	background: url(../images/bg-li.gif) bottom repeat-x;
}

#rowTwo a {
	color: #ce3f00;
	text-decoration: none;
}

#rowTwo a:hover {
	color: #fff;
	text-decoration: none;
}

#rowTwo .one {
	width: 234px;
	margin-right: 20px;
	float: left;
}

#rowTwo .two {
	width: 234px;
	float: left;
}
/* rowTwo ends */


/* footer starts */
#footer {
	background: #191919;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	border-top: 3px solid #000;
}

#footerWrapper {
	width: 742px;
	margin: 0 auto;
	color: #5c5c5c;
}

#footerWrapper p {
	margin-bottom: 2px;
}

#footerWrapper a {
	color: #5c5c5c;
	text-decoration: none;
}

#footerWrapper a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerWrapper ul {
	margin-bottom: 4px;
	list-style-type: none;
}

#footerWrapper li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footerWrapper img {
	border: 1px solid #111111;
	margin-right: 2px;
}

#footerWrapper img:hover {
	border: 1px solid #fff;
	margin-right: 2px;
}
/* footer ends */



/* Other Pges CSS */
.contact {
	display: block;
}

.contactRow {
	margin-bottom: 2px;
}

.contactRowTwo {
	margin-bottom: 10px;
}

.txtBox {
	background: #181818;
	padding: 4px;
	border: 1px solid #393939;
	width: 250px;
	font: 11px Tahoma;
}

.txtBox:focus {
	background: #fff;
	padding: 4px;
	border: 1px solid #393939;
	width: 250px;
	font: 11px Tahoma;
}

.txtBoxTwo {
	background: #181818;
	padding: 4px;
	border: 1px solid #393939;
	width: 408px;
	font: 11px Tahoma;
}

.txtBoxTwo:focus {
	background: #fff;
	padding: 4px;
	border: 1px solid #393939;
	width: 408px;
	font: 11px Tahoma;
}
/* Other Pges CSS ends */

/* imageContainer starts */
#imageContainerTwo {
	position: relative;
	margin-bottom: 0px;
	width: 742px;
	height: 200px;
	display: block;
}

#imageContainerTwo img {
	width: 742px;
	height: 200px;
	display: none;
	position: absolute;
	top: 0; 
	left: 0;
}
/* imageContainer starts */


/* flickr starts */
/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
/* flickr ends */

