body
{
  background:#495051 url(../images/background.png) repeat-x center top;
  font-family:Verdana, Arial, sans-serif;
  font-size:13px;
  line-height:19px;
  color:#383838;
}

#wrapper
{
  width:900px;
  padding:0 30px;
  margin:0 auto;
}


/*********************************************************************
 * General, default styles
 *********************************************************************/
a
{
  text-decoration:underline;
}

a:hover
{
  text-decoration:none;
}

.cufon-loading h1,
.cufon-loading h2,
.cufon-loading h3,
.cufon-loading h4,
.cufon-loading h5,
.cufon-loading h6
{
	visibility: hidden !important;
}

h1
{
  font-size:28px;
  margin-bottom:15px;
  line-height:32px;
  font-weight:normal;
  letter-spacing:-1px;
}

h2
{
  font-size:22px;
  margin-bottom:10px;
  border-bottom:1px solid #dfdfdf;
  padding:0 0 10px;
  line-height:26px;
  font-weight:normal;
  letter-spacing:-1px;
}

h3
{
  font-size:22px;
  margin-bottom:10px;
  vertical-align:top;
  line-height:26px;
  font-weight:normal;
  letter-spacing:-1px;
}

h4
{
  font-size:19px;
  margin-bottom:10px;
  line-height:23px;
  font-weight:normal;
  letter-spacing:-1px;
}

h5
{
  font-size:19px;
  margin-bottom:10px;
  line-height:23px;
  font-weight:normal;
  letter-spacing:-1px;
}

h6
{
  font-size:17px;
  margin-bottom:10px;
  line-height:21px;
  font-weight:normal;
  letter-spacing:-1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
  text-decoration:none;
}

.cufon-ready h1,
.cufon-ready h2,
.cufon-ready h3,
.cufon-ready h4,
.cufon-ready h5,
.cufon-ready h6
{
  font-weight:bold;
  letter-spacing:0px;
}


p,
address
{
  margin-bottom:10px;
}

label
{
  font-weight:bold;
  display:block;
}

input,
textarea,
.input,
.textarea
{
  background:#FFFFFF url(../images/input_background.gif) repeat-x left top;
  border:0;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  font-weight:normal;
  margin:5px 0;
  max-width:530px;
  vertical-align:top;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
 width:  530px; 
}


input[type="text"]
{
  width:320px;
  height:16px;
  padding:5px 10px;
  border:1px solid #dfdfdf;
}

.input
{
  width:260px;
  height:16px;
  padding:5px 10px;
  border:1px solid #dfdfdf;
}

textarea,
.textarea
{
  padding:10px;
  border:1px solid #dfdfdf;
  min-width:260px;
  min-height:101px;
}

.input input,
.textarea textarea
{
  background:transparent;
  padding:0;
  margin:0;
  border:0;
  width:100%;
  min-width:0;
  min-height:0;
  resize:none;
}


div input.small
{
  color:#2A2A2A;
  font-size:10px;
  width:230px;
  display:inline-block;
  margin:0;
}

ul
{
  list-style:disc inside;
  margin-bottom:10px;
}

ul ul
{
  margin:5px 0 5px 15px;
}

ol
{
  list-style:decimal inside;
  margin-bottom:10px;
}

ol ol
{
  list-style:lower-alpha inside none;
  margin:5px 0 5px 15px;
}

blockquote,
q
{
  background:url("../images/blockquote.jpg") no-repeat left top;
  color:#979797;
  display:block;
  font-style:italic;
  margin-bottom:10px;
  padding:5px 10px 5px 23px;
}

blockquote p:last-child
{
  margin-bottom:0;
}

pre,
code
{
  font:13px/18px Consolas, "Courier New", Courier, monospace;
  border:1px dotted #BBBBBB;
}

pre
{
  display:block;
  padding:10px 0 10px 10px;
  margin-bottom:10px;
  overflow:auto;
  position:relative;
  white-space:pre;
  color:#414141;
}

pre strong
{
  color:#000000;
}

code
{
  padding:1px 3px;
}

table
{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  position:relative;
}

th
{
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	padding:6px;
}

th.nobg
{
	border:0;
	background:none;
}

td
{
	background:#FFFFFF;
	padding:6px;
	color:#4f6b72;
	text-align:center;
	vertical-align:middle;
}

td.alt,
tr:nth-child(even) td
{
	background:#F5FAFA;
}

td.big
{
  width:200px;
  text-align:center;
}

.left
{
  text-align:left;
}

.right
{
  text-align:right;
}

.center
{
  text-align:center;
  margin:0 0 10px;
}

img.left,
.alignleft
{
  float:left;
  margin:5px 20px 10px 0;
}

img.right,
.alignright
{
  float:right;
  margin:5px 0 10px 20px;
}

.aligncenter
{
  display:block;
  margin:0 auto;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
  vertical-align:middle;
}

.clear
{
  clear:both;
  font-size:0px;
  line-height:0px;
  height:0px;
  width:1%;
}


/*********************************************************************
 * Header, Navigation Menu
 *********************************************************************/

#logo
{
  padding-top:7px;
  float:left;

  display:inline;
}

#header
{
  height:135px;
}

#menu
{
  /*background:url(../images/menu_hover.png) no-repeat left 76px;*/
  height:38px;
  padding-top:70px;
  position:relative;
  z-index:300;
  float:right;
  display:inline;
}

.project-title {
    background: #f7f7fa;
    height: 35px;
    line-height: 35px;
    color: #fff;
    width: 100%;
    margin-top: -1em;
    margin-bottom: 1em;
    font-family: Helvetica,Arial,sans-serif;
text-decoration: none;
font-size: 12px;
}



.project-title div {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-style: italic;
    font-size: 12px;
    color: #999;
}

.project-title span {
    font-weight: bold;
    font-style: normal;
    padding-right: .25em;
    color: #333;
}

body .project-title div, body .project-title, body .project-title div span {
	text-decoration: none;
}

#menu ul
{
  list-style:none outside;
  margin:0;
  position:relative;
  z-index:301;
}

#menu ul li
{
  background: url(../images/menu_background.png) repeat-x right top;
  float:left;
  display:inline;
  line-height:36px;
  position:relative;
  height:38px;
}

#menu ul li.init
{
  background: url(../images/menu_init.png) repeat-x right top;
  width:7px;
  padding:0;
}

#menu ul li.end
{
  background: url(../images/menu_end.png) repeat-x right top;
  width:7px;
  padding:0;
}

#menu ul li a
{
  text-decoration:none;
  color:#c9c9c9;
  font-weight:normal;
  position:relative;  
  padding:0 8px;
  margin:0 8px;
  display:inline;
  float:left;
}

#menu ul li a:hover,
#menu ul li.current a,
#menu ul li.current_page_item a
{
  color:#f0f0f0;
}

#menu ul li.current a,
#menu ul li.current_page_item a
{
  background:#3f3f3f;
  background-color:rgba(63,63,63,0.4);
}

#menu ul li.submenu
{
  padding:0;
}

#menu ul li.submenu a
{
  padding:0 12px 0 0;
  margin:0 12px;
  background:url(../images/menu_submenu.gif) no-repeat right center;
}

#menu ul li.submenu a:hover
{
  color:#383838;
}

#menu ul li.hover
{
  padding:0 1px 0 0;
}

#menu ul li.hover a
{
  background:url(../images/menu_hover.png) no-repeat left -2px;
  padding:0 0 0 5px;
  z-index:1000;
  margin:0;
  color:#888888;
}

#menu ul li.hover a span
{
  background:url(../images/menu_hover.png) no-repeat right bottom;
  display:block;
  padding:0 23px 0 7px;
}

#menu ul ul
{
  background:#FFFFFF;
  display:block;
  visibility:hidden;

  position:absolute;
  left:0;
  top:37px;
  min-width:180px;
  z-index:100;

  margin:0;
  padding:12px;
  margin:0;
  
  border:1px solid #b2b2b2;
  
  -moz-border-radius:0 7px 7px 7px;
  -webkit-border-radius:7px;
  -webkit-border-top-left-radius:0;
  border-radius:0 7px 7px 7px;
}

#menu ul li.hover ul
{
  visibility:visible;
}

#menu ul ul li:first-child
{
  border-top:1px solid #EEEEEE;
}

#menu ul ul li
{
  border-bottom:1px solid #EEEEEE;
  display:block;
  float:none;
  margin:0;
  padding:0;
  text-align:left;
  line-height:12px;
  height:auto;
  background:#FFFFFF;
}

#menu ul li.submenu ul li a
{
  background:transparent;
  float:none;
  display:block;
  padding:8px 4px;
  margin:0;
  font-size:11px;
  font-weight:normal;
  height:auto;
}


#menu ul li.submenu ul li a:hover
{
  background:#EEEEEE;
  color:#383838;
}

#menu ul ul ul
{
  text-align:left;
  position:absolute;
  top:0;
  left:100%;
  padding:0;
  margin:0;
  padding:0;
  background:#EEEEEE;
}

#menu ul ul ul li
{
  background:#EEEEEE;
  text-align:left;
  display:block;
}



/*********************************************************************
 * Round Corners
 *********************************************************************/
.round,
.blog-round
{
  background:#FFFFFF;
  margin:30px 0;
}

.round_top
{
  background:url(../images/page_top.png) no-repeat left top;
  padding:10px 0 0 0;
  position:relative;
  margin:20px 0;
}

.round_bottom
{
  background: url(../images/page_bottom.png) no-repeat left top;
  height:10px;
}

.round_middle
{
  background:#FFFFFF;
  overflow:hidden;
}

.round_blog_top
{
  padding:10px 0 0 0;
  position:relative;
}

.page_title h1
{
  font-size:22px;
  line-height:22px;
  padding:15px 30px 2px;
  margin:0;
  color:#36699;
  background: #fff;
}




/*********************************************************************
 * Sexy Slider
 *********************************************************************/



.sliderwrapper
{
  position:relative;
  top: -10px;
  margin-bottom: -10px;
}



#slider
{
  width:900px;
  height:330px;
  overflow:hidden;
  clear:both;
  z-index:10;
  margin:0px;
  margin-top: 5px;
}

#slider .sexyslider-title
{
  line-height:24px;
  background:url(../images/slide_title_bg.png) top right;
  color:#FFFFFF;
  height:290px;
  padding:20px 35px;
  position:absolute;
  right:0;
  top:0;
  width:200px;
  z-index:5;
  font-size:  15px;
}

#slider .sexyslider-title h1
{
  color:#FFFFFF;
}

#slider-nav
{
  width:17px;
  height:48px;
  text-align:left;
  position:absolute;
  right:-17px;
  top:33px;
  line-height:15px;
  z-index:6;
}

#slider-nav a 
{
  background:transparent url(../images/slider_buttons.png) no-repeat left top;
  display:block;
  padding:24px 17px 0 0;
  height:0;
  width:0;
  margin:0;
  overflow:hidden;
  cursor:pointer;
  text-decoration:none;
}

#slider-nav .sexyslider-prev
{
  background-position:left top;
}

#slider-nav .sexyslider-next
{
  background-position:left -24px;
}

#slider-nav .sexyslider-prev:active
{
  background-position:-17px top;
}

#slider-nav .sexyslider-next:active
{
  background-position:-17px -24px;
}











/*********************************************************************
 * Content, Columns
 *********************************************************************/

.content,
.fullwidth
{
  width:900px;
  position:relative;
  clear:left;
}

.left-sidebar .content
{
  padding:20px 30px;
  clear:right;
  margin-left:260px;
}

.fullwidth:after,
.content:after
{
  display: block;
  clear: both;
  content: " ";
  height:0;
  visibility:hidden;
}

.content
{
  padding:20px 30px 10px;
  width:580px;
  overflow:hidden;
}

.content img
{
  max-width:580px;
  height:auto;
}

.fullwidth
{
  padding:20px 30px 10px;
  width:auto;
}

.one_half
{
  float:left;
  display:inline;
  width:405px;
  position:relative;
  margin-right:30px;
}

.one_third, .one_third_flat
{
  float:left;
  display:inline;
  width:266px;
  position:relative;
  margin-right:20px;
}

.two_thirds, .two_thirds_flat
{
  float:left;
  display:inline;
  width:554px;
  position:relative;
  margin-right:20px;
}

.one_fourth
{
  float:left;
  display:inline;
  width:195px;
  position:relative;
  margin-right:20px;
}

.three_fourths
{
  float:left;
  display:inline;
  width:625px;
  position:relative;
  margin-right:20px;  
}

.one_half img
{
  max-width:405px;
  height:auto;
}

.one_third img
{
  max-width:266px;
  height:auto;
}

.one_fourth img
{
  max-width:195px;
  height:auto;
}

.two_thirds img
{
  max-width:554px;
  height:auto;
}

.three_fourths img
{
  max-height:625px;
  height:auto;
}

.content .one_half
{
  width:275px;
}

.content .one_third
{
  width:180px;
}

.content .one_fourth
{
  width:130px;
}

.content .two_thirds
{
  width:380px;
}

.content .three_fourths
{
  width:430px;
}

.content .one_half img
{
  max-width:405px;
}

.content .one_third img
{
  max-width:180px;
}

.content .one_fourth img
{
  max-width:130px;
}

.content .two_thirds img
{
  max-width:380px;
}

.content .three_fourths img
{
  max-width:430px;
}


/* fixing the input width bug */
.one_fourth input.small,
.one_fourth input[type="text"],
.one_fourth input.input
{
  width:162px;
}


.one_half + .one_half,
.one_third + .one_third + .one_third,
.one_fourth + .one_fourth + .one_fourth + .one_fourth,
.one_third + .two_thirds,
.two_thirds + .one_third,
.one_fourth + .three_fourths,
.three_fourths + .one_fourth
{
  margin:0;
}


.no-margin
{
  margin:0;
}




/*********************************************************************
 * Sidebar, Widgets, Search
 *********************************************************************/


.sidebar
{
  float:right;
  display:inline;
  width:260px;
  position:relative;
}

.left-sidebar .sidebar
{
  float:left;
}

.widget
{
  float:right;
  display:inline;
  width:230px;
  position:relative;
  clear:right;
  padding:0;
  margin:20px 30px 0 0;
}

.left-sidebar .widget
{
  margin:20px 0 0 30px;
}

.widget ul li
{
  border-bottom:1px solid #dfdfdf;
  padding:4px 0 5px;
}

.widget ul li:first-child
{
  border-top:1px solid #dfdfdf;
}

.widget ul li a
{
  margin-left:0px;
}

.widget ul ul
{
  padding:5px 0 0;
}

.widget ul li ul li a
{
  margin-left:15px;
}

.widget ul ul li:last-child
{
  border:0;
  padding-bottom:0;
}


.widget_categories ul,
.widget_archive ul
{
  list-style:none outside;
  margin:0;
}

.widget_categories ul li a,
.widget_archive ul li a
{
  background:url(../images/icons_folder.png) no-repeat -16px top;
  padding:1px 0 2px 20px;
  color:#595959;
  text-decoration:none;
  margin:0;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover
{
  background:url(../images/icons_folder.png) no-repeat left -16px;
}

.widget_tag_cloud a
{
  text-decoration:none;
}

.widget_recent_entries ul,
.widget_recent_comments ul
{
  list-style:none outside;
  margin:0;
}

.widget_recent_entries ul li a
{
  background:url(../images/icons_page.png) no-repeat -16px top;
  padding:1px 0 2px 20px;
  color:#595959;
  text-decoration:none;
  margin:0;
}

.widget_recent_entries ul li a:hover
{
  background:url(../images/icons_page.png) no-repeat left -16px;
}

.widget_recent_comments ul li
{
  background:url(../images/icons_comments.png) no-repeat left -16px;
  padding:5px 0 8px 20px;
  border-bottom:1px solid #dfdfdf;
}

.widget_recent_comments ul li:first-child
{
  border-top:1px solid #dfdfdf;
}

.widget_recent_comments ul li a
{
  margin:0;
}

.widget_title
{
  height:30px;
  position:relative;
  padding:0 15px 0 10px;
  line-height:30px;
  margin:0 0 10px;
}

.widget_title h3
{
  color:#FFFFFF;
  font-size:16px;
  margin:0;
  padding:0;
  line-height:30px;
}

.widget_title a.hide
{
  background:url(../images/widget_min.png) no-repeat left top;
  height:14px;
  width:15px;
  display:block;
  position:absolute;
  right:12px;
  top:9px;
  opacity:0.7;
}

.widget_title a.hide:hover
{
  opacity:1;
}

.widget_title a.hide span
{
  display:none;
}

.widget input,
.widget .input
{
  width:208px;
}

.widget_search
{
  height:58px;
  width:202px;
  overflow:hidden; 
  padding:10px 14px 12px;
  line-height:23px;
}

.widget_search h3
{
  color:#FFFFFF;
  padding:0;
  margin:0 0 10px;
  font-size:20px;
  line-height:20px;
}

.widget_search input,
.widget_search .input
{
  width:128px;
  border:0;
  background:transparent;
  height:23px;
  margin:0 5px 0 0;
  padding:0 6px;
}

.widget_mycart ul
{
  list-style: outside none;
}

.widget_mycart ul li
{
  overflow:auto;
}

/*********************************************************************
 * Blog Elements
 *********************************************************************/

.breadcrumbs
{
  padding:0 0 10px;
  margin:0 0 20px;
  border-bottom:1px solid #dfdfdf;
  font-size:10px;
  line-height:12px;
}

.breadcrumbs a
{
  text-decoration:none;
  color:#949494;
}

.breadcrumbs a:hover
{
  text-decoration:underline;
  color:#3d3d3d;
}


.info
{
  color:#ababab;
  padding:10px;
  margin:0 0 15px;
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
  line-height:10px;
  font-size:10px;
}

.info a
{
  color:#ababab;
  text-decoration:none;
}

.info a:hover
{
  text-decoration:underline;
  color:#3d3d3d;
}

.readmore
{
  clear:left;
  text-align:right;
  line-height:25px;
}

.left-sidebar .readmore
{
  clear:right;
}

.pagination
{
  clear:both;
  text-align:right;
  padding:10px 0 0;
}

.pagination ul
{
  list-style: outside none;
  margin:0;
}

.pagination ul li
{
  display:inline;
  display:inline-block;
  margin:0 0 0 6px;
}

.pagination ul li a
{
  text-decoration:none;
  padding:4px 8px;
  background:#ececec;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  -moz-transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
}

.pagination ul li a:hover
{
  background:#d8d8d8;
}

.pagination ul li .current
{
  padding:4px 8px;
  background:#1D2224;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color:#FFFFFF;
}

.share
{
  margin:0 10px 0 0;
}

.share a
{
  display:inline;
  display:inline-block;
  vertical-align:middle;
  width:0;
  padding:0 0 0 16px;
  overflow:hidden;
  opacity:0.4;
  
  -moz-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
}

.share a:hover
{
  opacity:1;
}

.share .twitter
{
  background:url(../images/socialmedia/twitter.png) no-repeat left center;
}

.share .delicious
{
  background:url(../images/socialmedia/delicious.png) no-repeat left center;
}

.share .stumbleupon
{
  background:url(../images/socialmedia/stumbleupon.png) no-repeat left center;
}

.share .digg
{
  background:url(../images/socialmedia/digg.png) no-repeat left center;
}

.share .facebook
{
  background:url(../images/socialmedia/facebook.png) no-repeat left center;
}


.filter
{
  clear:both;
  text-align:left;
  padding:0 0 20px;
}

.filter ul
{
  list-style: outside none;
  margin:0;
  display:inline;
}

.filter ul li
{
  display:inline;
  margin:0 0 0 6px;

}

.filter ul li a
{
  text-decoration:none;
  padding:4px 8px;
  background:#ececec;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  -moz-transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
}

.filter ul li a:hover
{
  background:#d8d8d8;
}

.filter ul li .current
{
  padding:4px 8px;
  background:#1D2224;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color:#FFFFFF;
}

#portfolio .one_third {
	
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
	height:  215px;
}

#portfolio h4 {
	background: #f7f7fa;
	margin-bottom:  0;
	height: 35px;
	line-height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	color:  #555;
	font-size: 17px;
}


#portfolio .one_third p {
    font-style: italic;
    line-height: 14px;
    color: #888;
    

}

#portfolio .one_third p span {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	display: block;
	margin-top: -0.25em;
	margin-bottom:  0.25em;
	font-style:  normal;
}

#portfolio .one_half,
#portfolio .one_third,
#portfolio .one_fourth
{
  background:#FFFFFF;
}

/*********************************************************************
 * Comments
 *********************************************************************/

#comments
{
  margin:0 0 20px;
  padding:0 0 20px;
  border-bottom:1px solid #dfdfdf;
}

ul.comments
{
  list-style:none outside;
  margin:20px 0 0;
}

ul.comments li
{
  padding:0 0 10px;
}

ul.comments li .author
{
  width:98px;
  float:left;
  display:inline;
}

img.avatar
{
  width:80px;
  height:80px;
  border:9px solid #f0f0f0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

ul.comments li .comment
{
  margin:0 0 0 98px;
}

ul.comments li .box-comment
{
  padding:0 15px;
  color:#3c3c3c;
}

ul.comments li .meta
{
  color:#cbcbcb;
  font-size:10px;
  line-height:25px;
}

ul.comments ul.children
{
  background: url(../images/comments_children.gif) no-repeat 20px 28px;
  list-style:none outside;
  padding:10px 0 0 40px;
  margin:0;
  clear:both;
}

ul.comments ul.children li
{
  padding:0;
  margin:10px 0 0;
}

ul.comments ul.children li .author
{
  width:78px;
}

ul.comments ul.children li .avatar
{
  width:60px;
  height:60px;
}

ul.comments ul.children li .comment
{
  margin: 0 0 0 78px;
}

.comment-reply-link
{
  border:0;
  padding:0;
  height:25px;
  display:inline;
  display:inline-block;
  text-align:center;
  line-height:24px;
  text-decoration:none;
  font-family:Verdana, Arial, sans-serif;
  font-size:10px;
  letter-spacing:-1px;
  color:#FFFFFF;
  cursor:pointer;
  
  width:53px;
  background: url(../images/button_xsmall.png) no-repeat left top;

  float:right;
  margin:0 0 0 20px;
}

.comment-reply-link:hover
{
  color:#e1e1e1;
}

#respond 
{
  clear:both;
}

#respond label
{
  font-weight:normal;
}

#respond .column_1
{
  width:30%;
  float:left;
}

#respond .column_2
{
  width:67%;
  float:right;
}

#respond .input,
#respond .textarea
{
  width:auto;
  display:block;
  margin:5px 0 8px;
  min-width:0;
  min-height:0;
}

#respond textarea
{
  height:121px
}

#respond form fieldset
{
  text-align:left;
  display:block;
  margin:10px 0 0;
}

/*********************************************************************
 * Products, Shop, etc
 *********************************************************************/

#gallery
{
  width:275px;
  height:250px;
  display:block;
  overflow:hidden;
  margin-bottom:20px;
}

#gallery .image-wrapper
{
  display:block;
}

#thumbs ul
{
  list-style:none outside;
  text-align:center;
}

#thumbs ul li
{
  border:1px solid #bbbbbb;
  background:#f4f4f4;
  padding:5px;
  display:inline;
  float:left;
  margin:0 3px 5px 5px;
}

#thumbs ul li img
{
  width:71px;
  height:65px;
}

#thumbs ul li:hover
{
  background:#e7e7e7;
}

.content .page .product
{
  background:#FFFFFF;
  overflow:hidden;
  padding:15px 25px;
  margin:0 0 10px;
  width:143px;
}

.fullwidth .page .product
{
  width:160px;
}

.product .title,
.widget_mycart .title
{
  display:block;
  margin-bottom:8px;
  overflow:hidden;
}

.product .title a,
.widget_mycart .title a
{
  font-size:13px;
  line-height:18px;
  text-decoration:none;
  font-weight:bold;
}

.widget_mycart .title a
{
  font-size:11px;
}


.thumb
{
  position:relative;
  width:100%;
}

.thumb img
{
  width:143px;
  height:130px;
}

.fullwidth .thumb img
{
  width:160px;
  height:145px;
}

.thumb span.price
{
  position:absolute;
  right:-5px;
  top:5px;
  z-index:9;
  padding:3px 6px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:12px;
}

.thumb .viewmore
{
  display:none;
  position:absolute;
  left:0;
  top:0;
  z-index:8;
  height:77px;
  width:143px;
  padding:53px 0 0;
  background:#000000;
  background-color:rgba(0,0,0,0.5);
  text-align:center;
  text-decoration:none;
}

.fullwidth .thumb .viewmore
{
  width:160px;
  height:85px;
  padding:60px 0 0;
}

.widget .thumb
{
  width:auto;
  float:left;
  display:inline;
  margin:0 5px 0;
}

.widget .thumb img
{
  border:3px solid #EEEEEE;
  width:50px;
  height:45px;
}

.content .full .product
{
  background:#F4F4F4;
  padding:20px 20px 10px;
  overflow:auto;
  width:auto;
  float:none;
  display:block;
}

.widget_mycart .shopdelete
{
  background:url(../images/system-delete-alt.gif) no-repeat left top;
  width:0;
  height:0;
  overflow:hidden;
  float:right;
  display:inline;
  margin:0 0 5px 10px;
  padding:14px 14px 0 0;
  opacity:0.3;
}

.widget_mycart .shopdelete:hover
{
  opacity:1;
}

.full .product:nth-child(even)
{
  background:#E8E8E8;
}

.full .product h1
{
  font-size:18px;
  line-height:20px;
}

.full .product h2 a:hover
{
  color:#1A508A;
}

.full .product .thumb
{
  width:118px;
  float:left;
  display:inline;
}

.full .product .thumb img
{
  width:100px;
  height:91px;
  border:1px solid #EEEEEE;
  background:#FFFFFF;
  padding:8px;
  display:inline;
  float:left;
  margin:0;
}

.full .product .descripcion
{
  display:inline;
  float:right;
  width:400px;
}


/*********************************************************************
 * Specific Styles
 *********************************************************************/

ul.post-list
{
  margin:0;
  list-style:none outside;
}

ul.post-list li
{
  border-bottom:1px solid #dfdfdf;
  padding:0 0 8px;
  margin:0 0 8px;
  color:#a0a0a0;
  font-size:10px;
  display:block;
  min-height:38px;
}

ul.post-list li h2,
ul.post-list li h3,
ul.post-list li h4
{
  margin:0;
}

ul.post-list li a.comments
{
  float:right;
  display:inline;
  width:70px;
  text-align:right;
  font-size:10px;
  color:#a0a0a0;
  text-decoration:none;
}

ul.post-list li a.comments span
{
  background:url(../images/icons_comments.png) no-repeat -16px top;
  display:block;
  padding-right:20px;
  font-size:18px;
  color:#3d3d3d;
  margin:0 0 3px;
}





.button,
.button-xsmall,
.button-small,
.button-medium,
.button-big
{
  border:0;
  padding:0;
  height:25px;
  display:inline;
  display:inline-block;
  text-align:center;
  line-height:24px;
  text-decoration:none;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  letter-spacing:-0px;
  color:#FFFFFF;
  cursor:pointer;
}

.button:hover,
.button-xsmall:hover,
.button-small:hover,
.button-medium:hover,
.button-big:hover
{
  color:#e1e1e1;
}

.button-xsmall
{
  width:53px;
  background: url(../images/button_xsmall.png) no-repeat left top;
}

.button-small
{
  width:73px;
  background: url(../images/button_small.png) no-repeat left top;
}

.button,
.button-medium
{
  width:103px;
  background: url(../images/button_medium.png) no-repeat left top;
}

.button-big
{
  width:133px;
  background: url(../images/button_big.png) no-repeat left top;
}



.alert-info,
.alert-error,
.alert-success
{
  padding:15px 20px 10px;
  font-weight:normal;
  font-size:11px;
  margin:20px 0;
  position:relative;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

.widget .alert-info,
.widget .alert-error,
.widget .alert-success
{
  margin:10px 0;
}

.alert-info
{
  background:#fffff1;
  border:1px solid #e7de4f;
}

.alert-error
{
  background:#fff1f1;
  border:1px solid #da5b5b;
}

.alert-success
{
  background:#f7fff1;
  border:1px solid #8edc50;
}

.alert-info h1,
.alert-info h2,
.alert-info h3
{
  font-size: 16px;
  color:#e1d622;
}

.alert-error h1,
.alert-error h2,
.alert-error h3
{
  font-size: 16px;
  color:#da5b5b;
}
.alert-success h1,
.alert-success h2,
.alert-success h3
{
  font-size: 16px;
  color:#6bcd1d;
}

.wpcf7
{
 
  margin:0 auto;
}

.wpcf7 input[type=submit]
{
  border:0;
  padding:0;
  height:25px;
  display:inline;
  text-align:center;
  line-height:25px;
  text-decoration:none;
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  letter-spacing:0px;
  color:#FFFFFF;
  cursor:pointer;
  width:73px;
  background: url(../images/button_small.png) no-repeat left top;
  float:left;
}

/*********************************************************************
 * Footer
 *********************************************************************/

#footer
{
  color:#8e9192;
}

#footer .fullwidth
{
  padding:10px 30px;
}

#footer h3 {
	width:  110px;
	float:  left;
}

#footer ul li
{
width:  100px;
  padding:7px 0;
  border-bottom:1px solid #2e3436;
  list-style-type: none;
  float:  right;
  text-align: right;
}

#footer ul ul li
{
  border:0;
}

#footer ul li a
{
  color:#8e9192;
  text-decoration:none;
}

#footer ul li a:hover
{
  text-decoration:underline;
}

.round_alt_top
{
  background:url(../images/page_alt_top.png) no-repeat left top;
  padding:10px 0 0 0;
  position:relative;
  margin:20px 0;
}

.round_alt_bottom
{
  background: url(../images/page_alt_bottom.png) no-repeat left top;
  height:10px;
}

.round_alt_middle
{
  background:#1d2224;
  padding:0 0 10px;
}


.copyright
{
  /*background:#0e1112;*/

  margin-right:  30px;
  text-align:right;
  font-size:12px;
  margin-top:  0px;
}

.copyright p
{
  margin:0;
}


.client_image {
	width: 113px;
	height:  113px;
	background: #f0f;
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
}

.clients_list {
}

.client_image {
	width: 111px;
	height:  66px;
	border:  1px solid #fff;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top:  10px;
	float: right;
	background: #fff;
}

.services_list .selected {
	color: #333;
}
.photo_interactive, .photo_services {
	background: url(../assets/slide_3.png);

}

.photo_video {
	background: url(../images/videowall.png);

}

.photo_projection {
	background: url(../images/projection.png);

}
.photo_kiosk {
	background: url(../images/kiosk.png);

}

.photo_signage {
	background: url(../images/signage.png);

}

.photo_sound {
	background: url(../images/sound.png);

}
#services .two_thirds {
	padding-top:  245px;
	width: 590px;
}





#services .one_third {
	width:  230px;
padding-top:  245px;
}
#services .two_thirds_flat {
	width:  590px;
	padding-top:  30px;
}
#services .one_third_flat {
	width:  230px;
	padding-top:  30px;
}
.main_photo {
position: absolute;
top:  0px;
right:  0px;	
z-index: 50;
width:  900px;
height:  260px;
}

.main_photo span {
	display: block;
	position: absolute;
	bottom: 20px;
	right:  20px;
	background: #fff;
	padding: 10px 10px 0px 10px;
	 -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}
#services h6 {
	 color: #000;
}
.main_photo span h6 {
	line-height: 10px;
}

.galleryThumb {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 90px;
	height: 90px;
}

#productGallery {
	margin-top: 2em;
	margin-bottom: -5px;
	margin-right: -15px;
}
