/* HTML Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
* { 
	margin:0px;
	padding:0px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Common body style */

body {
	font-family:Arial, Helvetica, sans-serif;
	background: url(/img/grid-box.gif);
	color:#343434;
	font-size:12px;
	text-align:center;
	padding: 0;
}
p {
	line-height:18px;
}
a {
	color:#0000CC;
	text-decoration:underline;
}
a:hover {
	color:#0000FF;
	text-decoration:none;
}
input { margin:2px 0; }
.rfloat {
	float:right;
}
.lfloat {
	float:left;
}
.clear {
	clear:both;
}

/* Body style */
#body-wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	border: 0px solid #333; 
}
#page-container {
	text-align:left;
	padding:0px 0px;
}
.container-width {
	width:750px;
	margin:0 auto;
}
.page-color { 
	background:#ffffff;
}
/* Page style */
.header-background {
	background:url(/img/head-bg.gif) no-repeat 0px 20px;
	width:900px;
	height:215px;
}
#header {
	margin:0px;
	padding:0px;
}
#mainnavwrap {
	margin:0px;
	padding:67px 0 0 0;
	color:#ffffff; 
}
#mainnavwrap a { color:#dace60; }
.mainnav ul {
	margin:0px;
	padding:0px;
	text-align:right;
	color:#9e9e9e;
}
.mainnav li {
	margin:0px;
	padding:5px 7px;
	display:inline;
	font-size:13px;
	font-weight:bold;
	color:#9e9e9e;
}
.mainnav li a { color:#dace60; }
.mainnav li a:hover {}

#logo { 
	
 }
#logo .designlogo { 
	background:url(/img/designchef-logo.gif) no-repeat -3px -5px;
	width:336px;
	height:117px;
	text-indent: -9999px;
 }
#logo h1 a {}
#logo .intro { 
	width: 380px;
	margin: 3px 0;
 }
#logo .intro p { 
	padding: 18px 0 5px 25px;
	color:#fff;
 }
 
/* Page content style */
.shorting-bar {
	padding: 10px 2px;
}
.shorting-bar-pad {
	padding: 10px 0;
}

#content-area {
	background:url(/img/page-bg.gif) repeat-y 0px 0px;
	overflow:hidden;
}
#content-area h1 {
	font-size: 20px;
	font-weight:bold;
	margin:5px 0 10px;
	padding:5px 0 3px 3px;
	background:#F0F0F0;
	border-bottom:1px solid #E5E3E3;
}
#content-area h1 .submi {
	font-size: 12px;
}
#content-area h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0px 3px 0px;
	margin:10px 0 0 0;
}
#content-area h3 {
	font-size: 15px;
	font-weight:bold;
	padding: 5px 0px 3px 0px;
	margin: 10px 0 0 0 ;
}
#content-area h4 {
	font-size: 13px;
	font-weight:bold;
	padding: 15px 0px 0px 0px;
}
#content-area h5 {
	font-size: 17px;
	font-weight:bold;
	padding: 10px 0px 3px 0px;
	
}

#content-area p { padding: 5px 0px; }

#content-area .list ul { 
	padding: 5px 0px 10px 0px;
}
#content-area .list li {
	font-size:12px;
	background: url(/img/dot.gif) no-repeat 5px 5px;
	padding: 4px 0px 4px 22px;
}
#content-area .list li a {}

#content-area .list-order ol { list-style: lower-roman; padding: 0px 0px 0px 25px;  }
#content-area .list-order li { background:none;    }

#gallery-horizontal  { 
	border: 2px solid #cbcbcb;
	width:100%;
	height:242px; /* Revert to 180px */
	overflow-x:scroll;
	overflow-y:hidden;
}
#gallery-horizontal .zoomin {
	background:url(/img/zoomin-.gif) no-repeat 110px 0px;
}
#gallery-horizontal .x-scroll {  }
#gallery-horizontal .x-scroll ul {
	margin:0px;
	padding:5px;
}
#gallery-horizontal .x-scroll li { 
	float:left;
	padding:10px;
}
#gallery-horizontal .x-scroll li .logo-image { 
	background:url(/img/bg_thumb.gif) repeat;
	height:125px;
	width:125px;
	text-align:center;
}
#gallery-horizontal .x-scroll li .logo-image img { border: 2px solid #dddddd; margin-top:10px;   }
#gallery-horizontal .x-scroll li p { padding:3px 0px;  }
#gallery-horizontal .over-up {
	background-color:#e9e9e9;
}
#gallery-horizontal .over-down {
	background-color:#fff;
}
#gallery-horizontal .active {
	background-color:#dddddd;
}
.big-img { 
	padding: 0px;
	background: url(/img/bg_thumb.gif);
	padding: 20px 0px;
	text-align:center;
}
.big-img img { border: 3px solid #dddddd; }
#page-column {}

#page-column p { }
#page-column .column-in-left {
	width:560px;
}
#page-column .column-in-left-form {
	width:500px;
	background:url(/img/lline.gif) no-repeat 460px 5px;
}
#page-column .column-in-left-pad {
	padding: 0px 10px;
}
#page-column .column-in-left-pad p { padding: 5px 0px;}
#page-column .column-in-left-2 {
	width:540px;
	border-right: 2px solid #333;
}
#page-column .column-in-right {
	width:190px;
}
#page-column .column-in-right-form {
	width:250px;
}
#page-column .column-in-right-pad {
	padding: 0 10px ;
}

#gallery-vertical { 
	border: 2px solid #cbcbcb;
	width:160px;
	height:500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#gallery-vertical .zoomin2 {
	background:url(/img/zoomin-.gif) no-repeat 90px 75px;
}
#gallery-vertical .y-scroll ul {
	margin:0px;
	padding:0px;
}
#gallery-vertical .y-scroll li { 
	padding: 6px 10px;
	background:none;
}
#gallery-vertical .y-scroll li .logo-image-ver { 
	background:url(/img/bg_thumb.gif) repeat;
	width:125px;
	text-align:center;
}
#gallery-vertical .y-scroll li .logo-image-ver img { border: 2px solid #dddddd; margin:10px;   }
#gallery-vertical .y-scroll .over-up {
	background-color:#e9e9e9;
}
#gallery-vertical .y-scroll .over-down {
	background-color:#fff;
}

/* Home page style */

.column-left, .column-right {
	width:350px;
	margin: 5px;
}

.column-left { 
	border-right: 2px solid #333;
	padding-right: 18px;
}
#column-style p {
	padding: 8px 2px;

}
#column-style ul {}
#column-style li {
	display:inline;
	padding:0 5px;
	background:none;
}

#column-style h3 { 
	font-size: 19px; 
	font-weight:normal; 
	padding:0px; 
}

#column-style h3.heading-text-1 { 
	padding:0px; 
	background:url(/img/win.jpg) transparent  no-repeat 0px 0px;
	text-indent:-9999px;
}


.homebox {
	
}

.box1 {
	width:70px
}

.box2 {
	width:170px
}

.hidden{display:none;}
#column-style p.sm  {
	font-size:10px;
	padding:0px;
	line-height:14px;
	color:#545454;
}
/* Page footer style */


#footer { 

}
.footer-bg { 
	background: url(/img/footer-bg.gif) no-repeat 0px 0px;
	width:900px;
	height:55px;
}
#footer p { 
	font-size:11px;
	padding:10px 0 4px 0;
}
#footer p a {}
.footernav ul {
	margin:0px;
	padding:0px;
	
}
.footernav li {
	margin:0px;
	padding:5px 4px;
	display:inline;
	font-size:11px;
}
.footernav li a {
}
.footernav li a:hover {
}
.hilight {
	background: url(/img/hylighting.gif) no-repeat 0px 5px;
}

.addthis_toolbox .custom_/img/ a
{
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_/img/ a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_/img/ a img
{
    opacity: 0.75;
}
#ratings { padding:20px 0px 0px 15px;}
#ratings p { padding:3px 0px;}
.rating-none {
	background: url(/img/ratings-none.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-half {
	background: url(/img/ratings-half.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-one {
	background: url(/img/ratings-one.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-one-half {
	background: url(/img/ratings-one-half.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-two {
	background: url(/img/ratings-two.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-two-half {
	background: url(/img/ratings-two-half.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-three {
	background: url(/img/ratings-three.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-three-half {
	background: url(/img/ratings-three-half.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-four {
	background: url(/img/ratings-four.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-four-half {
	background: url(/img/ratings-four-half.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.rating-five {
	background: url(/img/ratings-five.gif) no-repeat 0px 0px;
	width:96px;
	height:17px;
}
.sm { font-size:10px; color:#767676; }
.but-register { 
	background: url(/img/register.gif) no-repeat 0px 0px; 
	width:109px; 
	height:39px;
 }
.error-red { 
	color:#ff0000; 
	padding:4px 1px; 
	margin: 2px 0px;
}
.red { color:#ff0000;  }
.green { 
	color:#698e10; 
	background:#fdf9e1;  
	padding:3px 1px; 
}
.active-green { 
	color:#81a52c;  
	padding:3px 1px; 
	font-size:17px; 
	font-weight:bold; 
}
.error { 
	background: url(/img/error.gif) #fcf8e6 no-repeat 5px 3px; 
	width:16px; 
	height:16px;  
	color:#ff0000;
	padding: 6px 0px 3px 24px;
	margin-top: 5px;
	border:1px solid #f9f2d0;
}
.small { 
	font-size:11px; 
	color:#676767; 
}
.follows-icon { padding: 20px 0 0 0; width:750px; margin: 0 auto; }
.addthis_toolbox .custom_images a {
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 1;
}
.addthis_toolbox .custom_images a img {
    opacity: 0.75;
}

.form-format {}
.form-format .input-text { font-size:13px; padding:15px 0px 1px 0px  }
.form-format .register-input { font-size:13px; margin:0 0 8px 0; padding:2px 1px; }