/* --------------------------------------------------------------

   * Resets default browser CSS.

-------------------------------------------------------------- */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************************

       Main CSS.

****************************************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a{
	color: #438dcb;
}
a:link, a:visited{
	text-decoration: underline;
}
a:hover, a:active{
	text-decoration: none;
}
img{
	border: none;
}
.clear{
	clear: both;
}
h1{
	font-size: 25px;
	padding: 10px 0px 10px 0px;
	font-weight: normal;
	color: #46451e;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
h2{
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	font-weight: normal;
	color: #b1ba1f;
}
p{
	line-height: 18px;
	color: #696969;
	padding: 5px 0px 5px 0px;
	text-align: justify;
}
/*******************************/
#wrap{
	width: 1000px;
	margin: 50px auto 0px auto;
}
#lcol{
	width: 300px;
	float: left;
	display: inline;
}
#lcol a#logo{
	display: block;
	width: 227px;
	height: 67px;
	background: url(images/img_03.jpg) no-repeat;
}
#lcol #work{
	width: 283px;
	height: 552px;
	background: url(images/img_10.jpg) no-repeat;
}
#copy{
	margin: 20px 0px 0px 50px;
	color: gray;
	line-height: 17px;
}
#ccol{
	width: 440px;
	float: left;
	display: inline;
	font-size: 13px;
	padding-right: 30px;
}
#ccol #menutop{
	
}
#ccol #menutop li{
	float: left;
	display: inline;
}
#ccol #menutop li a{
	display: block;
	width: 107px;
	height: 38px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #696969;
}
#ccol #menutop li a:hover, #ccol #menutop li a:active{
	text-decoration: underline;
}
#ccol #menutop li a:hover, #ccol #menutop li a:active, #ccol #menutop li a.select{
	text-decoration: none;
	background: url(images/img_06.jpg);
	color: white;
}
#ccol #breadcums{
	font-size: 13px;
	padding-top: 80px;
	padding-bottom: 10px;
}
#price{
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
#price th{
	background: url(images/img_12.jpg) repeat-x;
	padding: 10px;
	border-right: 1px solid white;
	color: white;
}
#price td{
	padding: 10px;
	border: 1px solid white;
	background: #ebebeb;
}

#menubot{
	margin-top: 50px;
}
#menubot li{
	float: left;
	display: inline;
	padding-right: 5px;
}
#feed{
	margin-top: 10px;
	line-height: 16px;
	color: gray;
}
#rcol{
	float: left;
	display: inline;
	width: 230px;
}
#phone{
	padding-bottom: 20px;
}
#phone strong{
	font-size: 48px;
	font-family: Georgia;
	display: block;
	font-weight: normal;
	color: #438dcb;
}
#phone span{
	display: block;
	text-align: right;
	color: #a9a9a9;
	padding-top: 10px;
}
#rcol h3{
	font-family: "Times New Roman";
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 10px;
}
#rcol #serv{
	margin-bottom: 30px;
}
#rcol #serv li{
	padding: 10px 0px 10px 10px;
	background: url(images/li.jpg) no-repeat left center;
}
a.ites{
	font-family: "Times New Roman", Times, serif;
	line-height: 17px;
	display: block;
	background: url(images/img_16.jpg) no-repeat right top;
	padding-right: 70px;
	text-decoration: underline;
	padding-bottom: 20px;
}