/*  
Author: Giancarlo Deleon
Author URI: http://www.giancarlodeleon.com/
Project: giancarlodeleon.com
*/

body{
	margin:0px;
	padding:0px;
	color:#4c4c4c;
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	background-image: url(images/deleon-bg2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #F5D3B8;
	text-align: center;
}

div, p{
	margin:0px;
	padding:0px;
	line-height: 22px;
}

a{
	color: #ff7500;
	outline:none;
	text-decoration:none;
}

a:hover{
	color: #4c4c4c;
	outline:none;
	text-decoration:none;
}

a.nav{
	color: #ffffff;
	outline:none;
	text-decoration:none;
	display: block;
	height: 29px;
}
a.nav:hover{
	color: #ff7500;
	outline:none;
	text-decoration:none;
	background-image: url(images/triangle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#home a#homenav,
body#portfolio a#portfolionav,
body#blog a#blogav,
body#downloads a#downloadsnav,
body#about a#aboutnav,
body#services a#servicesnav,
body#contact a#contactnav{
	color: #FF8A2B;
	background-image: url(images/triangle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

a.footerimg{
	border: 4px solid #ffffff;
	outline:none;
}

a.footerimg:hover{
	border: 4px solid #ff7500;
	outline:none;
}

/*----HEADER SECTION----*/
#headerfull{
	width:100%;
	height:111px;
	position:relative;
	margin:0 auto;
}

#header{
	width:850px;
	height:111px;
	position:relative;
	margin:0 auto;
}

#header p.line {
	width:1px;
	height:35px;
	position:absolute;
	top:60px;
	right:200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6c6c6c;
}

#header ul{
	width:192px;
	height:35px;
	position:absolute;
	top:60px;
	right:0px;
	font-size: 11px;
	color: #66C;
	text-align: left;
	line-height: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #060;
}

#header ul a{
	color:#ff7500;
	text-decoration: none;
	outline:none;
	line-height: 16px;
}

#header ul a:hover{
	color:#FF9900;
	text-decoration: none;
	outline:none;
	line-height: 16px;
}

#mylogo {
	width:346px;
	height:100px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/deleon-logo4.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mylogo a{
	width:346px;
	height:100px;
	background-image: url(images/deleon-logo4.jpg);
	background-repeat: no-repeat;
	outline:none;
	display: block;
}

#mylogo a:hover{
	width:346px;
	height:100px;
	background-image: url(images/deleon-logo4.jpg);
	background-repeat: no-repeat;
	outline:none;
}

#topemail {
	width:192px;
	height:35px;
	position:absolute;
	top:55px;
	right:0px;
	font-size: 11px;
	color: #4c4c4c;
	text-align: left;
	line-height: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #060;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#topmail a{
	color:#ff7500;
	text-decoration: none;
	outline:none;
	line-height: 16px;
}

#topmail a:hover{
	color:#FF9900;
	text-decoration: none;
	outline:none;
	line-height: 16px;
}

#iconimages {
	width:73px;
	height:20px;
	position:absolute;
	top:10px;
	right:0px;
}

#iconwordpress {
	width:23px;
	height:20px;
	position:relative;
	float: left;
}

#iconwordpress a {
	width:23px;
	height:20px;
	position:relative;
	float: left;
	background-image: url(images/icon-wordpress.jpg);
	background-repeat: no-repeat;
	outline: none;
}

#iconwordpress a:hover {
	width:23px;
	height:20px;
	position:relative;
	float: left;
	background-image: url(images/icon-wordpress2.jpg);
	background-repeat: no-repeat;
	outline: none;
}

#icontwitter {
	width:23px;
	height:20px;
	position:relative;
	float: left;
}

#icontwitter a {
	width:23px;
	height:20px;
	position:relative;
	float: left;
	background-image: url(images/icon-twitter.jpg);
	background-repeat: no-repeat;
	outline: none;
}

#icontwitter a:hover {
	width:23px;
	height:20px;
	position:relative;
	float: left;
	background-image: url(images/icon-twitter2.jpg);
	background-repeat: no-repeat;
	outline: none;
}


#iconflickr {
	width:27px;
	height:20px;
	position:relative;
	float: left;
}

#iconflickr a {
	width:27px;
	height:20px;
	position:relative;
	float: left;
	background-image: url(images/icon-flickr.jpg);
	background-repeat: no-repeat;
	outline: none;
}

#iconflickr a:hover {
	width:27px;
	height:20px;
	position:relative;
	float: left;
	background-image: url(images/icon-flickr2.jpg);
	background-repeat: no-repeat;
	outline: none;
}

/*----NAVIGATION SECTION----*/
#navbarfull{
	width:100%;
	height:60px;
	position:relative;
	margin:0 auto;
}

#navbar{
	width:850px;
	height:60px;
	position:relative;
	margin:0 auto;
}

#nav{
	list-style-type: none;
	width: 850px;
	height: 48px;
	float:right;
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

#nav li{
	float:right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	outline:none;
	height: 48px;
	display: block;
	text-align: right;
	margin: 0px;
}

/*----BEIGE TEXT BOX SECTION----*/
#beigefull{
	width:100%;
	height:218px;
	position:relative;
	margin:0 auto;
}

#beige{
	width:850px;
	height:218px;
	position:relative;
	margin:0 auto;
}

#beige  p.newtitles{
	color:#4c4c4c;
	font-size:28px;
	line-height:40px;
	margin: 0px;
	top: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#beige  p.newtitles2{
	color:#ff7500;
	font-size:17px;
	line-height:22px;
	margin: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}

#beige  p.newtitles3{
	color:#4c4c4c;
	font-size:28px;
	line-height:35px;
	padding:0px;
	margin: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	text-align: left;
}

#beige p{
	line-height: 22px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}

#beige p.designtext{
	line-height: 26px;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
#beige p span{
	font-weight:bold;
	color: #ff7500;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#beige p.top {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#beige p.top a {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	outline: none;
}
#beige p.top a:hover {
	color: #ff7500;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	outline: none;
}

#beige a{
	color: #ff7500;
	outline:none;
	text-decoration:none;
}

#beige a:hover{
	color: #ffffff;
	outline:none;
	text-decoration:none;
}

/*----BEIGE TEXT BOX SECTION----*/
#containerfull{
	width:100%;
	position:relative;
	margin:0 auto;
	padding:0 auto;
}

#container{
	width:850px;
	position:relative;
	margin:0 auto;
	padding:0 auto;
	text-align: left;
}

#container  p.heading{
	color:#4c4c4c;
	font-size:28px;
	line-height:40px;
	margin: 0px;
	top: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#container  p.headingorange{
	color:#ff7500;
	font-size:17px;
	line-height:22px;
	margin: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}

#container p.worktext{
	line-height: 26px;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
#container p span{
	font-weight:bold;
	color: #4c4c4c;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#containerL2{
	width:600px;
	position:relative;
	float:left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/leftarrow.png);
}
#containerL2  a{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #ff7500;
}
#containerL2  a:hover{
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #4c4c4c;
}


#containerM{
	width:125px;
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	text-align: left;
	background-image: url(images/leftarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#containerM a{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #ff7500;
}

#containerM a:hover{
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #4c4c4c;
}

#containerM1{
	width:125px;
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	text-align: left;
	color: #FFF;
}

#containerM2{
	width:125px;
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	text-align: right;
	background-image: url(images/rightarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#containerM2 a{
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ff7500;
}

#containerM2 a:hover{
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #4c4c4c;
}

#container  p.titles{
	height:22px;
	color:#4c4c4c;
	font-size:23px;
	line-height:22px;
	padding:0px;
}

#container p.orange {
	height:22px;
	color:#ff7500;
	font-size:14px;
	line-height:22px;
	padding:0px;
}

.containerline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 6px;
}

#containerL{
	position:relative;
	text-align: left;
	float:left;
	width: 640px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;
}

#containerL  p.titles{
	height:22px;
	color:#4c4c4c;
	font-size:23px;
	line-height:22px;
	padding:0px;
}

#containerL p.orange {
	height:22px;
	color:#ff7500;
	font-size:14px;
	line-height:22px;
	padding:0px;
}

.containerLline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 6px;
}

#containerL   p.webimage {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/webimage.jpg);
	background-repeat: no-repeat;
	display: block;
}
#containerL   p.webimage a {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/webimage.jpg);
	background-repeat: no-repeat;
	outline:none;
	display: block;
}
#containerL   p.webimage a:hover {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/webimagea.jpg);
	background-repeat: no-repeat;
	outline:none;
}
#containerL   p.webimage2 {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/webimage2.jpg);
	background-repeat: no-repeat;
	display: block;
}

#containerL   p.webimage2 a {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/webimage2.jpg);
	background-repeat: no-repeat;
	outline:none;
	display: block;
}

#containerL   p.webimage2 a:hover {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/webimage2a.jpg);
	background-repeat: no-repeat;
	outline:none;
}

#containerL   p.webimage3 {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/webimage3.jpg);
	background-repeat: no-repeat;
	display: block;
}

#containerL   p.webimage3 a {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/webimage3.jpg);
	background-repeat: no-repeat;
	outline:none;
	display: block;
}

#containerL   p.webimage3 a:hover {
	width:583px;
	height:183px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/webimage3a.jpg);
	background-repeat: no-repeat;
	outline:none;
}

#containerL p span{
	font-weight:bold;
	font-size: 18px;
	text-decoration: underline;
}

#containerL p span a{
	color:#ff7500;
	text-decoration:underline;
	outline:none;
}
#containerL p span a:hover{
	color:#4c4c4c;
	text-decoration:underline;
	outline:none;
}

#containerL p.webimagetext{
	padding-top: 10px;
	padding-left: 10px;
}

#containerL p.file{
	padding-top: 10px;
	padding-left: 10px;
}


#containerL p.more{
	width:180px;
	height:16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 455px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0px;
}
#containerL p.more a{
	width:180px;
	height:16px;
	display:block;
	color:#ff7500;
	font-weight:bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	outline: none;
}
#containerL p.more a:hover{
	color:#4c4c4c;
	text-decoration:none;
	outline: none;
}

#containerR{
	width:185px;
	position:relative;
	text-align: left;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0;
}

#containerR p span{
	color:#ff7500; 
}

#containerR  p.titles{
	height:22px;
	color:#4c4c4c;
	font-size:23px;
	line-height:22px;
	padding:0px;
}

#containerR p.orange {
	height:22px;
	color:#ff7500;
	font-size:14px;
	line-height:22px;
	padding:0px;
}

.containerRline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 6px;
}

.containerRorange {
	height:22px;
	color:#ff7500;
	font-size:13px;
	line-height:22px;
	padding:0px;
}

#bloglink {
	width:184px;
	height:70px;
	position:relative;
	float: left;
}

#bloglink a {
	width:184px;
	height:70px;
	position:relative;
	float: left;
	background-image: url(images/bloglink.jpg);
	background-repeat: no-repeat;
	outline: none;
}

#bloglink a:hover {
	width:184px;
	height:70px;
	position:relative;
	float: left;
	background-image: url(images/bloglink.jpg);
	background-repeat: no-repeat;
	outline: none;
}

#mountainfull {
	float:left;
	color:#FFFFFF;
	margin:0px;
	background-image: url(images/mountains.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 124px;
	background-position: center;
}

#mountain {
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 850px;
	height: 124px;
}

#shadowfull {
	width: 100%;
	height: 221px;
	float:left;
	color:#FFFFFF;
	margin:0px;
	background-color: #AA3D0A;
	background-image: url(images/orange-stripe.jpg);
	background-repeat: repeat-x;
}

#shadow {
	position:relative;
	margin:0 auto;
	padding:0 auto;
	width: 850px;
	height: 221px;
	background-image: url(images/testimonials-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#shadowL {
	position:relative;
	width: 222px;
	float:left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#shadowL p.headings {
	font-size: 17px;
}

#shadowL2 {
	position:relative;
	width: 222px;
	float:left;
	text-align: left;
	height: 170px;
	margin: 0px;
	padding: 0px;
}

#shadowL ul{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	list-style-type: none;
	text-align: left;
	padding: 0px;
}

#shadowL ul li{
	width:150px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
} 

#shadowL ul li a{
	width:125px;
	height:22px;
	display:block;
	color:#FFFFFF;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
	background-image: url(images/paw.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	outline: none;
}

#shadowL ul li a:hover{
	display:block;
	color:#000000;
	line-height:22px;
	background-image: url(images/paw2.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	outline: none;
} 

#shadowR {
	position:relative;
	margin:0;
	padding:0px;
	width: 628px;
	float:left;
}

#shadowR p.headings2 {
	font-size: 17px;
}


#shadowR2 {
	position:relative;
	margin:0;
	padding:0px;
	width: 628px;
	float:left;
	height: 170px;
}

#shadowR2box {
	position:relative;
	margin:0;
	padding:0px;
	width: 202px;
	float:left;
	height: 170px;
}

#shadowR2space {
	position:relative;
	margin:0;
	padding:0px;
	width: 11px;
	float:left;
	height: 170px;
}

#shadowM {
	position:relative;
	width: 850px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footerfull {
	width: 100%;
	height: 39px;
	float:left;
	color:#FFFFFF;
	margin:0px;
	background-color: #4c4c4c;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
}

#footer {
	position:relative;
	margin:0 auto;
	padding:0 auto;
	width: 850px;
	height: 39px;
	text-align: left;
}

#footer p.copyright{
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





/*----PORTFOLIO MIDDLE PAN----*/
#portfolioPan{
	width:850px;
	position:relative;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
}

#portfolioBOX{
	width:850px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
}

#portfolioBOX10{
	width:850px;
	height:10px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
}

#portfolioBOXs{
	width:203px;
	height:219px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
	border: 1px dashed #FBB18E;
}

#portfolioBOXs a{
	width:203px;
	height:219px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#portfolioBOXs a:hover{
	width:203px;
	height:219px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
	background-color: #ff7500;
	color: #FFF;
}

#portfolioBOXsT{
	width:203px;
	height:10px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
}

#portfolioBOXsML{
	width:10px;
	height:143px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
}

#portfolioBOXsMM{
	width:183px;
	height:143px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
	background-color: #009900;
}

#portfolioBOXsMR{
	width:10px;
	height:143px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
}

#portfolioBOXsB{
	width:203px;
	height:66px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
	text-align: center;
}

#portfolioBOXsB p.arttitle{
	outline:none;
	margin: 0px;
	font-size: 17px;
	color: #4c4c4c;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#portfolioBOXsB p.artcat{
	outline:none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #4c4c4c;
}

#portfolioBOXs2{
	width:10px;
	height:201px;
	position:relative;
	float: left;
	margin:0;
	padding:0;
	outline:none;
}

#portfolioPan2{
	width:850px;
	position:relative;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#portfolioPan2 p{
	line-height: 22px;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#portfolioPan2 p span{
	font-weight:bold;
	color: #ff7500;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#portfolioPan2 p.top {
	color: #ff7500;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#portfolioPan2 p.top a {
	color: #ff7500;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	outline: none;
}

#portfolioPan2 p.top a:hover {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	outline: none;
}

/*--FORM--*/
fieldset {
	margin-bottom:36px;
	clear: both;
	border-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

fieldset ol {
	list-style: none;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	width: 130px;
	padding-top: 1em;
	padding-left: 0%;
	float: left;
	position: relative;
	margin-left: 1em;
}

fieldset.submit input{
	font-weight: bold;
	display: block;
	height: 40px;
	width: 120px;
	font-size: 18px;
	line-height: 18px;
	border: 1px solid #EF8D3D;
	position: relative;
	
}

input.text {
	background-color: #F9D6B8;
	height: 35px;
	font-size: 18px;
	color: #4c4c4c;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	line-height: 35px;
	padding-left: 10px;
	display: block;
	border: 1px solid #EF8D3D;
	background-image: url(images/form-input-bg%202.jpg);
	background-repeat: repeat-x;
}

textarea {
	background-color: #F9D6B8;
	height: 180px;
	font-size: 18px;
	color: #4c4c4c;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	line-height: 35px;
	padding-left: 10px;
	display: block;
	border: 1px solid #EF8D3D;
	background-image: url(images/form-input-bg%203.jpg);
	background-repeat: repeat-x;
}

fieldset.action {
	border-color:#EEC19A;
	margin-top:-20px;
}

legend {
	color:#4c4c4c;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

label {
	font-size:18px;
	font-weight:normal;
	color:#4c4c4c;
	float: left;
	margin-right: 1em;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	width: 145px;
}

label.opt {font-weight:normal;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}



.formbutton{
	cursor:pointer;
	border:1px inset #CE5C00;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 120px;
	height: 40px;
	background-color: #E16800;
	font-size: 18px;
}
.submit {
	cursor:pointer;
	border:1px inset #CE5C00;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 120px;
	height: 40px;
	background-color: #E16800;
	font-size: 18px;
}
p.formtitle{
	font-size: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	line-height: 22px;
}
